home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / atm_boot.zip / BOOT.DOC < prev    next >
Text File  |  1995-10-05  |  5KB  |  109 lines

  1.                 ___________________  __   __ /--\____
  2.                / ___ \ __  __/  _  \/  \_/   \__/  __|1
  3.               |  |_|  | |  | | | | |         |  |  |  9
  4.               |  ___  | |  | | |_| |   |  |  |  |  |__9
  5.               |__| |__| |__| \_____/\_/\_/\_/|__|____|5
  6.                         
  7.                         <= Proudly Presents =>
  8.  
  9.                      ---> Hands-On-Boot v0.6b <---
  10.                  ---> Programmed by Pat Sarnowski <---
  11.  
  12.         Hands-On-Boot is a simple little program that runs at the start of 
  13. your AUTOEXEC.BAT and will allow you to specify what programs to load, 
  14. on-the-fly, without having to manually edit the AUTOEXEC.BAT file and reboot 
  15. the machine to have the changes take effect.  The reason this program came 
  16. about is because in my house, the computer is used for many different 
  17. purposes.  If I happen to take, say, Windows out of the boot-up, and someone 
  18. needs to type something in Windows, they have no clue what to do.  So now it 
  19. simply asks them if they'd like to load Windows every time the machine 
  20. reboots. Problem solved.
  21.         Sure, I could have just written a program that allows you to load any
  22. of a menu of different AUTOEXEC.BATs, but that has been done and need not be 
  23. redone.  This allows much more flexibility, and many more choices to the 
  24. user.
  25.         Ok, that's enough about the program.  Now, how to use it.  First you
  26. will need to manually edit the file BOOT.CFG.  (Yeah, I know, I should write
  27. a setup program. Maybe the non-beta will have it).  This file is very 
  28. straightfoward.  Basically, any line that begins with a semicolon ";" is a
  29. commented line.  You can write anything you could possibly want to write
  30. on these lines, and there can be as many commented lines as you want.  There
  31. is one restriction, and I'll get to that in a minute.  Ok, now, to specify
  32. what programs you'll want to be prompted to load on startup, you'll need to
  33. write two lines.  The first line is the name of the program as you want it to
  34. appear when Hands-On-Boot runs, and the second line is the actual execution
  35. statement that you want to have run in the AUTOEXEC.BAT.
  36.  
  37.            For example, the following two lines...
  38.  
  39.            Microsoft Windows
  40.            C:\WINDOWS\WIN
  41.  
  42.            ...would cause the program to ask: 
  43.            'Do you want to load Microsoft Windows (Y/n)?' 
  44.  
  45.         If you answer "Y"es to this, it would add the command "C:\WINDOWS\WIN" to the
  46. AUTOEXEC.BAT file. Pretty easy, eh?
  47.         
  48.         *** NOTE ***
  49.            The program will append each command to the END of the 
  50.         AUTOEXEC.BAT if you answer Yes to loading it.  This is <very> 
  51.         important to know because it will determine the order you put 
  52.         programs in the BOOT.CFG file.  For example, if you put the Windows 
  53.         command before, say, a mouse command, the mouse command will never 
  54.         load because the AUTOEXEC.BAT will run Windows first.  Make sure the 
  55.         order of the programs in the BOOT.CFG file is consistant with the 
  56.         order you want the programs to actually load on boot-up.
  57.  
  58. Installation
  59. ------------
  60.  
  61.         To install ATOMiC's Hands-On-Boot on your machine, you must edit your
  62. AUTOEXEC.BAT file.  First, remove ALL of the programs that you are going to
  63. have BOOT ask about on startup (any of the programs you put in the BOOT.CFG
  64. file).  Then, put the following two commands in the AUTOEXEC.BAT at the point
  65. where you want BOOT to run:
  66.         
  67.         CD\
  68.         BOOT.EXE
  69.  
  70.         That's it!
  71.  
  72.  
  73.         Other notes:
  74.  
  75.            Be sure the BOOT.EXE and BOOT.CFG file are in the SAME directory
  76.            as your AUTOEXEC.BAT file. (in other words, the root directory).
  77.  
  78. Registration
  79. ------------
  80.  
  81.         At this point, a mere $10 will get you the registered version (that's 
  82. just the amount to cover the cost of a disk and the mailing (of the program 
  83. and any future upgrades)).  Registered users will get:
  84.                 
  85.                 - The "Not Registered" removed from the program.
  86.                 - Configurable color scheme
  87.                 - A 500 program limit (a 10 program limit is currently
  88.                   in effect, but personally I don't see anyone needing much
  89.                   more than that anyway)
  90.                 - The latest updates
  91.                 - Free technical support
  92.  
  93.         Send cash or check to:
  94.                 Patrick Sarnowski
  95.                 8 Crestview Court East
  96.                 Morris Plains, NJ 07950
  97.  
  98.         I can be reached at the following internet addresses:
  99.                 PATRICK@CCS.NEU.EDU
  100.                 PAT.SARNOWSKI@SAILBOARD.COM
  101.  
  102.  
  103.         If you find this program useful, please consider registering it.  I
  104. write programs that I think people would find helpful, and any gratitude is
  105. appreciated.  Thanks, and enjoy it!
  106.  
  107.    P.S. For those of you who think you've seen ATOMiC before, you have.
  108.         Different scene, same quality. ;)
  109.