Scheduled Jobs Cannot Access User Environment Variables

Last reviewed: March 25, 1997
Article ID: Q124621

The information in this article applies to:
  • Microsoft Windows NT Workstation version 3.5 and 3.51
  • Microsoft Windows NT Server version 3.5 and 3.51
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SUMMARY

When the Schedule Service runs a job that was previously submitted by running the AT utility, the environment space provided to the scheduled job includes only the System Environment Variables.

The scheduled job’s environment space does not include any User Environment Variables.

MORE INFORMATION

To see which environment variables are available to scheduled jobs on your machine, first run the following command specifying a <time> that is in the near future:

   AT <time> /INTERACTIVE CMD

This will cause a new command window to open as a scheduled job at the specified time. Type "SET" (without the quotes) in this command window to obtain a list of Environment Variables available to scheduled jobs.

User and System Environment Variables can be defined by running the System applet from within Control Panel.

To make environment variables available to scheduled jobs, make sure that they are defined as System Environment Variables.

After modifying System Environment Variables it is necessary to shutdown and restart your computer to make them available to applications.


Additional query words: prodnt
Keywords : kbenv ntconfig NTSrvWkst ntutil
Version : 3.5 4.0
Platform : WinNT


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: March 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.