Applications Started with AT Are Not Interactive

Last reviewed: January 12, 1996
Article ID: Q121562
The information in this article applies to:
  • Microsoft Windows NT Workstation version 3.5
  • Microsoft Windows NT Server version 3.5

SYMPTOMS

The Windows NT 3.5 AT command does not load applications interactively even though the System Account Allow Service to Interact with Desktop check box is selected for the Scheduler service. The AT command does load the application in the background, but you are not able to see or interact with the application in any way.

WORKAROUND

To load applications interactively with the AT command, use the /INTERACTIVE parameter. For example, to run Notepad at 12:30pm, type the following at the command line in Command Prompt:

   at 12:30:00 /interactive notepad.exe

STATUS

Microsoft has confirmed this to be a problem in Windows NT Workstation and Windows NT Server version 3.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Steps to Reproduce Problem

  1. From the Services portion of Control Panel, choose Schedule. The Service dialog box appears for the Windows NT Scheduler service.

  2. Select Allow Service to Interact with Desktop and choose OK.

  3. Choose Start (make sure the status says Started).

  4. Exit Control Panel.

  5. Start Command Prompt and type the following (you may want to change the time):

          at 12:30:00 notepad.exe
    

  6. Once the time you entered has passed, type AT at the command prompt to see if the AT buffer is empty and the task was completed. Notepad is not visible on the desktop.

  7. Load Process Viewer (from the Windows NT Resource Kit). You should see Notepad running in the process window. However, you will not be able to close out the background application using Process Viewer. You must shutdown Windows NT and restart to clear the application from memory.


Additional reference words: prodnt 3.50
KBCategory: kbtool kbbug3.50
KBSubcategory: ntutil


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.