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 (from stackoverflow)

FOR /d /r . %d IN (.svn) DO @IF EXIST "%d" rd /s /q "%d"
en/developer/useful_commandline_commands.1518399437.txt.gz · Last modified: 2018/02/12 01:37 by anupama