home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / pulpit / sdsys13 / readme.txt < prev    next >
Text File  |  1997-03-19  |  8KB  |  172 lines

  1. SYSTEM SHUTDOWN VERSION 1.3 and 1.3S README FILE.
  2.  
  3. DESCRIPTION
  4. ===========
  5. This program is designed to shutdown Windows 95 and Windows NT. It uses command
  6. line switches to control the program functions. This approach was chosen to 
  7. allow the program to be used with command schedulers (such as Microsoft's System 
  8. Agent) and desktop shortcuts without further operator action. This allows this 
  9. system to shutdown at a predetermined time without the need for a person to 
  10. initiate the action. This program was first written to shutdown my computer 
  11. at night after the scheduled virus and disk scans. 
  12.  
  13. The S version is identical to the 1.3 version except it does not contain the VB 
  14. runtime libraries and it does not have a setup program.
  15.  
  16. LICENSE AGREEMENT 
  17. ================= 
  18. This program is released as freeware; however, it is not public domain. This 
  19. means that you are allowed to do the following: 
  20. 1. Use the program on as many computers as you wish. There is no restriction 
  21.    for personal or business use. 
  22. 2. Give this program to anyone you wish as long as all of the files are provided,
  23.    including this Readme file. 
  24. 3. Upload this file to Bulletin Board Systems or otherwise make it available
  25.    on FTP, Telnet, World Wide Web sites, etc.
  26.  
  27. The following is specifically not permitted: 
  28. 1. Selling this program or charging for the use of this programs. Charging of 
  29.    normally collected on-line charges is permitted as long as the charge is based 
  30.    on connect time and not file downloads (time, bytes or files). 
  31. 2. Attempting to market this program as the property of yourself or your company.
  32. 3. Bundling this software with other software packages for sale without specific 
  33.    written permission from the author.
  34.  
  35. The source code for this application is available, however it is covered by 
  36. a different license agreement. Contact the author for further details. Since 
  37. this is such a small program there is no charge for the source code unless you 
  38. want me to send you a disk.
  39.  
  40. If you do not agree with this license agreement or the limitation of liability 
  41. below, you must delete the software from your system and discontinue its use.
  42.  
  43. LIMITATION OF LIABILITY 
  44. ======================= 
  45. THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY. THIS FILE WAS ORIGINALLY 
  46. POSTED VIRUS FREE; HOWEVER, SINCE I HAVE NO CONTROL OF THIS PROGRAM ONCE IT 
  47. IS POSTED ON OTHER SERVICES I ASSUME NO LIABILITY FOR VIRUS PROBLEMS YOU MAY 
  48. EXPERIENCE. 
  49.  
  50. Basically, you got it for free. If you don't like it you can have your money 
  51. back ; - )
  52.  
  53. SYSTEM REQUIREMENTS 
  54. =================== 
  55. This is a 32-bit application and is designed to run on Windows 95 or Windows 
  56. NT version 3.51 or later. When run on Windows NT the shutdown-warning screen 
  57. does not remain on screen very long.
  58.  
  59. 1.3S version note:
  60. You must have a copy of the Visual Basic 4.0 runtime library (VB40032.DLL) on 
  61. your system to run this program. If you do not current have this file, it is 
  62. available for download from various sources. You may also download SYSSD13.ZIP 
  63. that includes all of the VB runtime libraries as well as a setup program for 
  64. this utility.
  65.  
  66. PLEASE DO NOT CONTACT THE AUTHOR TO REQUEST THE VB RUNTIME LIBRARY FILES.
  67.  
  68. INSTALLATION 
  69. ============ 
  70. Version 1.3
  71. -----------
  72. 1. If you are replacing a previous version of this application, remove the previous 
  73.    installation first. See the Un-installation section for instructions.
  74.  
  75. 2. Unzip the zip file into a temporary directory and run setup.exe. Follow the 
  76.    directions. They should be relatively straightforward.
  77.  
  78. 3. Create icons for the application on your start menu. See the list of the 
  79.    command line switches below.
  80.  
  81.  
  82. Version 1.3S
  83. ------------
  84. 1. This version of this program does not have a setup program. Copy the distribution 
  85. files into a directory and create shortcuts as described below.
  86.  
  87. COMMAND LINE SWITCHES 
  88. ===================== 
  89. These switches are used to control the program functions:
  90. /F - Force the operation - Applications will be closed without prompting to 
  91.      save files, and you will not be prompted to disconnect users connected to a 
  92.      network. 
  93. WARNING: UNSAVED FILES WILL BE LOST. BE SURE TO SAVE YOUR WORK BEFORE USING
  94. THIS COMMAND LINE SWITCH. THERE IS NO WAY TO RECOVER FILES LOST DUE TO IMPROPER
  95. USE OF THIS SWITCH. USE THIS AT YOUR OWN RISK.
  96. /L - Logoff - Logs off the current user. The system will present a login
  97.      dialog box.
  98. /P - Power-off - Shuts off the power to your system. Your system must support 
  99.      this function; otherwise it will simply shut down Windows 95. 
  100. /R - Reboot - Reboots your system. 
  101. /S - Shutdown - Shuts down Windows. On some systems with advanced power management 
  102.      it will also power off your machine. 
  103. /# - Where # is a number between 0 and 60 - Time to delay before starting
  104.      the specified action. The shutdown can be canceled during this time.
  105.      If it is set to 0 or left blank, the action will start immediately and
  106.      can not be cancelled.
  107. /? - Provides a help screen that lists the switches. The System will not be 
  108.      shut down or restarted using this option. 
  109. Note: If sd-sys.exe is run without command line switches it defaults to Reboot.
  110.  
  111. CREATING A SHORTCUT 
  112. =================== 
  113. To create a new shortcut, perform the following steps: 
  114. 1. Click on start, Settings and then Taskbar... 
  115. 2. Click the Add button. 
  116. 3. In the next dialog, specify the command line, including the switches. You 
  117.    can use the browse button to help locate the program file. The command line 
  118.    switches belong outside of the quotes on the command line. The line would look 
  119.    something like this: "C:\Program Files\System Shutdown\sd-sys.exe" /L. Then 
  120.    click on the next button. 
  121. 4. Select the folder that should include the shortcut. The start menu is a good 
  122.    place for this so it will show when you click on the start button. Then click 
  123.    on Next. 
  124. 5. Select a name for the shortcut and then click on Finish.
  125.  
  126. UN-INSTALLATION 
  127. =============== 
  128. Version 1.3
  129. -----------
  130. To remove the program, follow these steps: 
  131. 1. Click on the Start button, select Settings and then select Control Panel. 
  132. 2. In control panel, double click on Add/Remove Programs. 
  133. 3. On the Install/Uninstall tab, select System Shutdown in the list of programs.
  134. 4. Click on the Add/Remove button. 
  135. 5. In the Application Removal dialog, click the Yes button. 
  136. 6. You will need to remove any shortcuts you created.
  137.  
  138. Version 1.3S
  139. ------------
  140. To remove the program, follow these steps: 
  141. 1. Remove any shortcuts you created.
  142. 2. Delete sd-sys.exe and readme.txt
  143.  
  144. SUPPORT 
  145. ======= 
  146. Bug reports can be sent to davidmi@wolfenet.com or via US Mail to:
  147. David C. Miller
  148. 2911 Cedar Ave South
  149. Renton, WA 98055-5079
  150.  
  151. I will try to respond to requests for help. However since this is a free program 
  152. it is not real high on my priority list.
  153.  
  154. Thank you! David C. Miller
  155.  
  156. Feel free to take a look at our web page. It is located at:
  157. http://www.wolfenet.com/~davidmi
  158.  
  159. PS. If you feel you must pay something for this application send $5.00 to your 
  160. local animal shelter. 
  161.  
  162. VERSION HISTORY 
  163. =============== 
  164. 1.0 Original program release. 
  165. 1.1 Corrected a grammatical error and missing message when the program was 
  166.     run with out a command line switch. 
  167. 1.2 Corrected a misspelling on the help splash screen. 
  168. 1.3 Added code to allow the program to properly shutdown Windows NT.
  169.     Added a switch which allows a delay time and the ability to cancel
  170.     the shutdown. Modified the readme file to be more descriptive. 
  171. 1.3S Smaller version that only includes the executable and readme file. The 
  172.      executable file is identical. This version does not include a setup routine.