schtasks /create /tn "DAILYPROCCOMPLETE" /tr "\\server\Digital Imaging\Batch Programs\DAILYPROCCOMPLETE.bat" /sc once /s COMPUTER /u DOMAIN\USER /p PASSWORD /st 20:00 /f
My code works fine from Windows 7 command prompt but does not work from .bat file
However, .bat works on Windows 8 Is there a way to make the .bat work on Windows 7? It seems like it just loops on Windows 7 on the same line of code and doesn't stop with any errors.