home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / NUTI / SERVICIT.ZIP / ReadMe.txt < prev    next >
Text File  |  1998-06-01  |  4KB  |  154 lines

  1. BASTA COMPUTING SOFTWARE PRODUCT INFORMATION
  2.  
  3.  
  4. TITLE
  5.  
  6. ServiceIt v1.0
  7. Copyright (C) 1998 Basta Computing, Inc.
  8. All rights reserved.
  9.  
  10. This is a freeware product.
  11. Limited distribution (see the license agreement for details).
  12.  
  13.  
  14. DESCRIPTION
  15.  
  16. ServiceIt is a Unicode Windows NT console application that lets you 
  17. create NT Services that wrap regular applications and make them 
  18. behave like services.  This is particularly useful if you need to 
  19. run an application without having to log in.  For instance, you 
  20. can turn a dialer program into a service to automatically connect 
  21. to the Internet following unattended reboots.
  22.  
  23.  
  24. HOW DOES IT WORK?
  25.  
  26. ServiceIt is an NT service that is capable of encapsulating specified 
  27. program files.  When the service is started, the program is executed, 
  28. and when the service is stopped, the program is terminated.
  29.  
  30.  
  31. EXAMPLE
  32.  
  33. Say you want to turn a dialer application, namely MyApp, into an 
  34. NT service in order to run it automatically during unattended reboots 
  35. and have it connect your computer to the Internet without the need to 
  36. logon.
  37.  
  38. 1- Use ServiceIt to install a service that would run MyApp when 
  39. it is started.  At the command line, enter:
  40.  
  41.     ServiceIt /install "C:\Program Files\Basta Computing\MyApp\MyApp.exe"
  42.  
  43. 2- Open the Control Panel Services applet.  You will find the 
  44. following new service in the list:
  45.  
  46.     BastaServiceIt MyApp
  47.  
  48. 3- Next, make sure that everything is OK: select the service 
  49. by clicking it, then perform the following test:
  50.  
  51.     (a) Press the Start button.  This should open MyApp.
  52.     (b) Press the Stop button.  This should close MyApp.
  53.  
  54.     NOTE:  You can start and stop the service from the command line
  55.     as well by using the net command like this:
  56.  
  57.         net start "BastaServiceIt MyApp"
  58.         net stop "BastaServiceIt MyApp"
  59.  
  60. 4- Setup the startup options to make MyApp start automatically:
  61.  
  62.     (a) Press the Startup button.
  63.     (b) In the Startup Type group, check the Automatic checkbox.
  64.     (c) In the Log On As group, select This Account.
  65.     (d) Enter a user name and password with enough privileges.
  66.     (a) Since MyApp will start automatically at boot time, you will want 
  67.         to remove its shortcut from the Startup folder if any.
  68.  
  69. 5- That's it.  When you no longer need to use MyApp as a service, 
  70. you can remove it using the following command line:
  71.  
  72.     ServiceIt /remove "MyApp"
  73.  
  74.  
  75. TIPS:
  76.  
  77. - To display usage information, enter: ServiceIt /?
  78. - If you close an application started by ServiceIt, the service will 
  79.   stop automatically.
  80.  
  81.  
  82. REVISION HISTORY
  83.  
  84. - v1.0  on 1998-05-10: Initial release.
  85. - v1.0b on 1998-05-01: Beta release.
  86.  
  87.  
  88. SYSTEM REQUIREMENTS
  89.  
  90. - Windows NT v3.1 or later.
  91. - Enough free disk space to accommodate the software (less than 100Kb).
  92.  
  93.  
  94. PACKAGE CONTENTS
  95.  
  96. - ServiceIt.exe: Program executable.
  97. - ReadMe.txt: This file.
  98. - File_ID.diz: Product identification summary.
  99. - LicenseAgreement.txt: End User License Agreement.
  100.  
  101.  
  102. INSTALLATION
  103.  
  104. This software product does not require installation.  Simply copy 
  105. ServiceIt.exe to a disk, then run it from the command line with 
  106. the appropriate parameters.  Enter ServiceIt /? to find out how 
  107. to use it.
  108.  
  109.  
  110. UPGRADES
  111.  
  112. Open the Services Control Panel Applet, and stop all the services
  113. using ServiceIt.  Overwrite the old files with the new ones, then
  114. restart your services.
  115.  
  116.  
  117. UNINSTALLATION
  118.  
  119. Uninstall all the services installed using ServiceIt, then delete 
  120. the files of this package that you had copied to your disk.  
  121. ServiceIt does not store any configuration information in the 
  122. registry or any other files.
  123.  
  124.  
  125. CONTACT
  126.  
  127. Web site: http://www.basta.com
  128.  
  129. E-mail:
  130.  
  131.    guestbook@basta.com
  132.    suggestions@basta.com
  133.    marketing@basta.com
  134.    sales@basta.com
  135.    registrations@basta.com
  136.    support@basta.com
  137.    bugs@basta.com
  138.    info@basta.com
  139.  
  140. Fax: 1 (425) 889 8745
  141.  
  142. Address:
  143.  
  144.    Basta Computing
  145.    P.O. Box 2173
  146.    Kirkland, WA 98083-2173
  147.    USA
  148.  
  149.  
  150. FURTHER INFORMATION
  151.  
  152. For the latest news about our products and services, 
  153. please visit our web site at http://www.basta.com
  154.