How Can We Help?

Run A Batch Job Without Logging On

You are here:
< Back
Run A Batch Job Without Logging On
Last Updated: 04 Apr 2005
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*** PLEASE NOTE: Link(s), If Provided, May Be Wrapped ***


There are a couple of options available to you if you want
to execute a batch file on an NT system without having to
logon to the box interactively:


RUNNING AN BATCH FILE AT BOOT TIME

• http://www.jsiinc.com/SUBA/TIP0000/rh0006.htmhttp://www.winnetmag.com/windowsnt20002003faq/Article/ArticleID/14849/windowsnt20002003faq_14849.htmlhttp://support.microsoft.com/?KBID=243486


RUNNING AN EXE AS A SERVICE

• http://support.microsoft.com/?KBID=137890http://support.microsoft.com/?KBID=152460http://support.microsoft.com/?KBID=197178http://support.microsoft.com/?KBID=136711http://support.microsoft.com/?KBID=193888http://support.microsoft.com/?KBID=137890

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADDITIONAL SEARCH OPTIONS (MS KB)

• http://msdn.microsoft.com/http://www.microsoft.com/technet/http://www.microsoft.com/

  ALL WORDS .............. "AutoExNT"
  ALL WORDS .............. "DependOnService"
  ALL WORDS .............. "SRVANY"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


TOOLS

• Service Mill ........... http://www.activeplus.com/
• Fire Daemon ............ http://www.firedaemon.com/
• XYNTservice ............ http://www.codeproject.com/system/xyntservice.asp


PERSONAL NOTES

• Remember to set the DependOnService registry entry
  for the AUTOEXNT service appropriately,if you would
  like to make use of network services.

• FireDaemon will work for many apps that SrvAny will
  not run as a service.