User Tools

Site Tools


en:developer:useful_commandline_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:developer:useful_commandline_commands [2018/02/12 01:36] anupamaen:developer:useful_commandline_commands [2023/03/13 01:46] – external edit 127.0.0.1
Line 1: Line 1:
 +
 +
 +
 ====== Useful Windows Batch Commands ====== ====== Useful Windows Batch Commands ======
  
-Delete all ''.svn'' subdirectories+Delete all ''.svn'' subdirectories (from [[https://stackoverflow.com/questions/25554254/batch-command-to-delete-all-subfolders-with-specific-name|stackoverflow]])
  
 > FOR /d /r . %d IN (.svn) DO @IF EXIST "%d" rd /s /q "%d" > FOR /d /r . %d IN (.svn) DO @IF EXIST "%d" rd /s /q "%d"
  
-found the command at [[https://stackoverflow.com/questions/25554254/batch-command-to-delete-all-subfolders-with-specific-name|stackoverflow]] 
en/developer/useful_commandline_commands.txt · Last modified: 2023/03/19 21:21 by kjdon