User Tools

Site Tools


en:developer:useful_commandline_commands

This is an old revision of the document!


Useful Windows Batch Commands

Delete all .svn subdirectories

FOR /d /r . %d IN (.svn) DO @IF EXIST "%d" rd /s /q "%d"

found the command at stackoverflow

en/developer/useful_commandline_commands.1518399413.txt.gz · Last modified: 2018/02/12 01:36 by anupama