Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Fri Apr 04, 2008 2:37 am Post subject: |
|
|
Bannedjsin95,
1) he was checking the folder, lol
2) he wasn't trying to clear the temp files, rather his cookies
3) you can't delete the cookies folder itself, only the files 'inside' it, see my commands above, you'll see what I did
Whatever anyway...on with the show... armogeden528, try this:
| Code: |
cd %HOMEPATH%\cookies
del *.* /f /q
|
It won't be able to delete the one file in there called index.dat, as that is always in use by windows etc etc bla bla.
That method worked for me, I fully tested it
Basically, this time, we are manually picking the folder with the 'change directory' command, then we are telling it to delete all files within out current directory, with the two switches /f and /q, in order to force it and make it quiet, so we don't get any annoying messages back.
~Psych
|
|