Search found 3 matches

by ToxicT
09 Jun 2010 08:32
Forum: DOS Batch Forum
Topic: New to the batch - Folder removal
Replies: 6
Views: 7866

Re: New to the batch - Folder removal

What is interesting though is when i added this to a test login script it managed to delete the contents of all the folders in the mapped H:\my dcouments lol + the right directory :S
by ToxicT
04 Jun 2010 09:03
Forum: DOS Batch Forum
Topic: New to the batch - Folder removal
Replies: 6
Views: 7866

Re: New to the batch - Folder removal

Thank you all :)
by ToxicT
04 Jun 2010 05:53
Forum: DOS Batch Forum
Topic: New to the batch - Folder removal
Replies: 6
Views: 7866

New to the batch - Folder removal

Hi ppl i have done the following: cd "%userprofile%\Application Data\Sun\Java" del *.* /F /S /Q /A: R /A: H /A: A rmdir /s /q "%userprofile%\Application Data\Sun\Java" cls Now this is to remove a load of temp files java puts in there when browsing. I need these removed which is d...