| View previous topic :: View next topic |
| Author |
Message |
Fuzz Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2006 Posts: 531
|
Posted: Fri Jul 11, 2008 9:39 pm Post subject: [Help] Deleting some stubborn cookie |
|
|
So, i have a one cookie i need to get rid of, but it's virtually impossible to delete it, and I was wondering, if anyone knew how I could. Now, this is from IE, and i cant use IE to delete the cookie, just a batch file.
So, does anyone know a way to del the cookie from the folder?
I tried "del" command. Nothing
I tried "rd" command. Nothing
Help wanted.
[/URL]
How can i get rid of this one file?
(or all the files ^^) Using a batch file, and no other software?
_________________
|
|
| Back to top |
|
 |
famousmassacre1 Expert Cheater
Reputation: 0
Joined: 30 Jun 2008 Posts: 113 Location: San Antonio Texas
|
Posted: Fri Jul 11, 2008 10:20 pm Post subject: |
|
|
this should work rep would be nice but idk
cls
REM *******************************************
REM **Cookie Kill Program Will not work in NT**
REM *******************************************
deltree /y c:\windows\cookies\*.*
deltree /y c:\windows\tempor~1\*.*
pause
cls
REM Cookies deleted
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Sat Jul 12, 2008 2:04 am Post subject: |
|
|
| Code: | @echo off
del *@bux . to/ |
Should do the trick. (remove the spaces -.-)
_________________
- Retired. |
|
| Back to top |
|
 |
|