home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / winload.zip / WINLOAD.DOC next >
Text File  |  1990-07-08  |  2KB  |  72 lines

  1.                                    WinLoad 
  2.                             c1990 Thomas Software
  3.  
  4. This program is released to the Public Domain by Thomas Software. It may be used
  5. and distributed freely so long as no fee is charged.
  6.  
  7. Disclaimer: The user is fully responsible for the use of this program.
  8.             Thomas Software and the Author cannot be held liable for
  9.             any problems or situations that may arise from it's use. 
  10.  
  11.  
  12. With the release of Microsoft Windows version 3.0, many users are finally
  13. placing the WIN statement in their AUTOEXEC.BAT file. Their Systems will boot
  14. up running Windows.
  15.  
  16. In most cases, this is fine. However, sometimes you may wish to avoid loading
  17. Windows so you can get right to the DOS prompt. That's why WinLoad was written.
  18.  
  19. This simple little program looks for a keypress by the user at boot time.
  20.  
  21. If the user has pressed a key, Windows will not be loaded and the DOS prompt
  22. will appear.
  23.  
  24. If no key is pressed, MicroSoft Windows will be loaded.
  25.  
  26. Instructions: 
  27.         1. Copy WINLOAD.EXE to your root directory
  28.  
  29.         2. Place the following statement as the last
  30.            line in your AUTOEXEC.BAT file.
  31.  
  32.                 WINLOAD <Delay Time>
  33.  
  34.              The option parameter, Delay Time, tells
  35.              WinLoad how long to wait (in seconds) for 
  36.              a keypress. If not specified, WinLoad will 
  37.              pause the default length of 2 seconds.
  38.  
  39.              EXAMPLE: The Following line causes WinLoad to pause
  40.                    4 seconds for a keypress then continue.
  41.  
  42.                            WINLOAD 4
  43.  
  44. Usage:        Boot your computer. You will be presented with a message
  45.         instructing you to press a key to avoid loading Windows
  46.         and an alert sounder.
  47.  
  48.         If you press a key, The message "Windows not Loaded" will
  49.         appear, as well as your DOS version and a DOS prompt.
  50.  
  51.         If you don't press a key, WinLoad will pause the length of
  52.         seconds specified in Delay Time (or 2 seconds if not specified)
  53.         before loading Windows.
  54.  
  55. NOTE:        If WIN is currently in your AUTOEXEC.BAT file, remove it.
  56.         WinLoad simply types WIN on the command line and presses
  57.         Enter for you...
  58.  
  59. If you have questions or comments about WinLoad, Contact:
  60.  
  61. Thomas Software...
  62. 1375 Beasley Rd.
  63. Jackson, MS 39206                                
  64.  
  65. CIS    71071,2166
  66.  
  67. Customized versions are available for a small fee...
  68.  
  69. MicroSoft is a registered trademark of MicroSoft Corp.
  70. Windows is a trademark of MicroSoft Corp.
  71.  
  72.