Help and Support

Article ID: 142432 - Last Review: November 1, 2006 - Revision: 2.1

Problems Running Batch Files Through Scheduler Service

This article was previously published under Q142432
Expand all | Collapse all

SYMPTOMS

When 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.

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>"

APPLIES TO
  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 3.5
  • Microsoft Windows NT Server 3.51
  • Microsoft Windows NT Server 4.0 Standard Edition
Keywords: 
KB142432

Article Translations