The information in this article applies to:
SYMPTOMS
When you run batch files through the Windows NT scheduler service, the
following symptoms occur:
- Missing system and user environment variables. These problems do not occur if you manually run the batch files. RESOLUTION
To 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 schedule command
Keywords : kbtool ntutil |
Last Reviewed: May 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |