batch file scheduling - TechRepublic
Question
October 22, 2007 at 11:33 AM
bslyjo70054

batch file scheduling

by bslyjo70054 . Updated 18 years, 8 months ago

I have a simple batch to xcopy My Documents and Favorites to my slave hard drive.
XCOPY “C:\Documents and Settings\jo\My Documents” F:\BAK /S/D/Y
XCOPY “C:\Documents and Settings\jo\Favorites” F:\BAK\FAV /S/D/Y
I’m trying to use task scheduler w2k to run this at start up but it won’t start. It runs fine when I manually click on it. It’s named BAK.BAT. like usual every little thing I try to do on the PC is a major problem. How do I get it to start in TS W2K–JB

This discussion is locked

All Comments