Problems Running Batch Files Through Scheduler ServiceLast reviewed: March 26, 1997Article ID: Q142432 |
The information in this article applies to:
SYMPTOMSWhen you run batch files through the Windows NT scheduler service, the following symptoms occur:
- Missing system and user environment variables. - CALL statements not returning properly. - Testing of ERRORLEVELS not working as expected. - Other batch file statements not working as expected.These problems do not occur if you manually run the batch files.
RESOLUTIONTo correct this problem in Windows NT 3.5x, use the following syntax to run the batch files:
AT <time> /interactive "cmd.exe /c <path and batch file name>"To correct this problem in Windows NT 4.0, use the following syntax to run the batch files:
AT <time> /interactive cmd.exe /c "<path and batch file name>" |
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |