|
Question : how to write the syntax
|
|
hello how to wite the syntax to delete the program acctually i have a syntax but it can't scan the c: drive and also is it posible to do it
this is the syntax
FOR %%a IN (*.zip) DO del %%a <-- it's working but when u put it on e.g c:\windows folder then it only scan on the folder so how to make it so then scan all sub-subfolder to do a checking thank you
|
|
Answer : how to write the syntax
|
|
That command won't work for sub folders. It doesn't go downwards. Have you tried the util I recommended. Here it is again
ftp://ftp.sac.sk/pub/sac/utilfile/delen104.zip
This will delete all subfolders for you.
|
|
|