Trouble with my batch file.
Hi, I am having some trouble with my batch file:
=====
@echo
cd\
del C:\Documents and Settings\'\Cookies\*.*
del C:\Documents and Settings\'\temp\*.*
del C:\Documents and Settings\'\recent\*.*
del C:\Documents and Settings\'\Local Settings\History\*.*
del C:\Documents and Settings\'\Local Settings\Temp\*.*
del C:\Documents and Settings\'\Local Settings\Temporary Internet Files\*.*
pause
=====
Each time I run it, it tells me "the system cannot find the path specified". I believe the path is correct because I have my folder options set to show the full path in the top bar and that is how it looks, verbatim. What am I doing wrong, I know it has to be something simple I just can't seem to be able to figure it out? :confused:
Thanks in advance.
~.bat-man