I have tried to create a batch file that will copy my docs to an external hard drive and it doesn't work. Here is what I have.
@echo off
xcopy C:\Documents and Settings\Jay\My Documents E:\My DOcs Backup
I also tried to create a batch so I can delete my cookies and temp files, but that doesn't work either.
del C:\Documents and Settings\Jay\Local Settings\Temp\*.*
del C:\Documents and Settings\Jay\Local Settings\Temporary Internet Files\*.*
del C:\Documents and Settings\Jay\Cookies\*.*
I have looked on numerous websites to see if I had the correct syntax and everything looks good, maybe I missed something. The only thing that happens is when I double click on the .bat icon it just flashs once and nothing happens
Please help
2007-09-25
04:53:53
·
2 answers
·
asked by
Jason
1
in
Computers & Internet
➔ Software