Windows Server 2008 CMD Task Schedule not running
- by Jonathan Platovsky
I have a BAT/CMD file that when run from the command prompt runs completely. When I run it through the Task Scheduler it partially runs.
Here is a copy of the file
cd\sqlbackup
ren Apps_Backup*.* Apps.Bak
ren Apps_Was_Backup*.* Apps_Was.Bak
xcopy /Y c:\sqlbackup\*.bak c:\sqlbackup\11\*.bak
xcopy /y c:\sqlbackup\*.bak \\igweb01\c$\sqlbackup\*.bak…