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

Next revisionBoth sides next revision
en:developer:useful_commandline_commands [2018/02/12 01:17] – created anupamaen:developer:useful_commandline_commands [2018/02/12 01:36] anupama
Line 3: Line 3:
 Delete all ''.svn'' subdirectories Delete all ''.svn'' subdirectories
  
-> FOR /d /r . %d IN (backdrops) 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