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.1678671991.txt.gz · Last modified: 2023/03/13 01:46 by 127.0.0.1