Troubleshooting AT Command Using /k SwitchLast reviewed: November 14, 1997Article ID: Q142040 |
The information in this article applies to:
SUMMARYOne way to troubleshoot a batch job that is scheduled to run using the AT command is to type the following at the MS-DOS command prompt:
AT <xx.xx> /interactive cmd.exe /k where <xx.xx> is the time in hours and minutes.Using the Windows NT Resource Kit utility Soon.exe, this command can be simplified even further to run within the next 5 seconds automatically:
SOON /interactive cmd.exe /kBoth of these commands open the MS-DOS command prompt at a scheduled time and allow you to manually run the batch job. If an MS-DOS command prompt does not open, then launch the Control Panel Services applet and check to see if the Schedule service is started. Click the Startup button and make certain that the System account is selected; only the system account can interact with the desktop. Network connections made under the System account use a null session for credentials, so it may be necessary to supply a user name and password for commands such as NET USE. Before running your batch job, type the command "SET" in order to understand the environment that the command scheduler is running under; all environmental variables including the user name will be listed.
MORE INFORMATIONThe AT command syntax above allows you to troubleshoot situations where a batch job runs successfully when it is executed from the command line, but it does not work when you execute it using the AT command. In addition to troubleshooting the batch job, do the following:
|
Additional query words: tshoot scheduler winat
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |