for loop - Batch file to delete specific folders -
I need a batch file that will delete all directories repeatedly with a certain filename, this is what I just And it does not work.
FOR / D / R %% G IN ("* .svn") DEL DEL %%
Wow I just did something like this:
edit
< Code> FOR / F %% CI ('dir * .svn / s / b') DO DEL %% ~ C * *
FOR / D %% C IN ('dir * .svn / s / b') DO RMDIR %% ~ C
To allow you to remove it without questioning yes / no
to some parameter probabaline - Optionally, those pesky .svn directories without the repository Simply export svn export
to the checkout code.
Comments
Post a Comment