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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -