home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / autoex.zip / README.TXT < prev    next >
Text File  |  1994-10-03  |  2KB  |  74 lines

  1. Notes for the second beta of AutoExNT service.
  2. =================================================
  3.  
  4. The AutoExNT service allows you to start a batch file, named Autoexnt.bat, 
  5. at boot time without the need to log on that system.
  6.  
  7. I tested this service on Windows NT 3.5 as well, and to my knowledge 
  8. it works properly. However, in NT3.5 things are changed, and you 
  9. are no longer able to see the service running.
  10.  
  11.  
  12. FILES.
  13. ========
  14. This Zip file contains 4 files:
  15. README.TXT    - this Readme
  16. INSTSRV.EXE    - Use this to install the service.
  17. AUTOEXNT.EXE    - The AutoExNT service-routine.    
  18.             Copy this into your <NTroot>/system32 directory.
  19. SERVMESS.DLL    - The AutoExNT message dll.       
  20.             Copy this into your <NTroot>/system32 directory.
  21.  
  22. Usage:
  23. ========
  24. - First copy the AUTOEXNT.EXE and the SERVMESS.DLL in the <NTroot>/system32
  25.     directory.
  26. - Now create an autoexnt.bat file with the needed commands and copy this 
  27.     one also into the <NTroot>/system32 directory. 
  28.  
  29. NOTE:    Don't forget that there are no user-environment-variables at boot 
  30.     time, so use full pathnames etc.  Also, if you are relying on a
  31.     service (i.e. server, schedule or such) you might want to add a 
  32.     NET START "service" in the begining of your AutoExNT.bat batch 
  33.     file to make sure that these services are running before you 
  34.     execute your dependant process. This is needed since at boot time,
  35.     there is no guarantee that all process will be up and running when
  36.     AutoExNT is executed.
  37.  
  38. - type on a commandprompt: 
  39.     INSTSRV Install
  40.   When everything is fine, the applet responses:
  41.         >> CreateService AutoExNT SUCCESS
  42.  
  43.  
  44. To test the service. 
  45. ========================
  46. Log in as an administrator and enter the following command:
  47.  
  48.     net start autoexnt
  49.  
  50. You will see a new Commandbox running the autoexnt.bat file.
  51.  
  52.  
  53. To install for autostart at boottime:
  54. ======================================
  55. -  Goto controlpanel-Services.
  56. -  Select AutoExNT
  57. -  Select Startup
  58. -  Select Startup Type: Automatic
  59. -  When you need rights outside your local system (for example to perform 
  60.     a NET USE command)
  61.     Select "Logon As: This Account"
  62.     specify an account which has administrator privileges on your 
  63.     domain/system, and give/confirm the password.
  64. -  Select OK.
  65.  
  66. Your AutoExNT service is now installed.
  67.  
  68.  
  69. Further comments/suggestions/critics:
  70. please mail me (janveeke@microsoft.com).
  71.  
  72. Jan van Eekeren,
  73. The Netherlands.
  74. 3 October '94