home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / BOOT_RND.ZIP / BOOT_RND.DOC next >
Encoding:
Text File  |  1990-12-26  |  2.9 KB  |  75 lines

  1. BOOT_RND - Boot Around
  2. Copyright (c) 1990, 1991 Solutions by the Numbers
  3.  
  4. Are you tired of starting your computer only to get a message that the
  5. disk in drive A: does not contain a system?  By using Boot Around
  6. after formatting a floppy disk, the disk will always pass the boot
  7. process through to the hard disk.  Boot Around is a program that
  8. creates a boot sector on your floppy disk, that will re-direct
  9. the boot process to your first fixed disk.  It is not a TSR
  10. (obviously) nor does it in any way alter the format of the diskette.
  11. It simply replaces the non-functional boot sector of the floppy with
  12. one that redirects the boot process.  All DOS disk parameters are
  13. left unaltered.  Since Boot Around does all of its changes in the
  14. boot sector, the BOOT_RND program does not need to be present on
  15. the floppy disk.
  16.  
  17. Using Boot Around:
  18.  
  19.   Place any diskette you want to re-route the boot process to
  20.   your first fixed disk in drive A: and enter the command:
  21.  
  22.      BOOT_RND
  23.  
  24.   Boot Around does not accept any parameters.
  25.  
  26.   When Boot Around is run, it will check the disk in Drive A: and
  27.   determine whether it currently has a system on it.  If it does have
  28.   a system on it, you will be asked if you want to continue with the
  29.   process.  If you choose to continue, BOOT_RND will alter the disk in
  30.   drive A: so that whenever the computer is started with that disk in
  31.   drive A:, the boot process will be re-directed to the first fixed
  32.   disk.
  33.  
  34.   If the disk in drive A: does not contain a system but Boot Around
  35.   determines it was not formatted under DOS (possibly a game disk),
  36.   you will be given a warning that it was not formatted under DOS and
  37.   asked if you want to continue.  If you continue, the disk in Drive
  38.   A: will be altered to re-direct the boot process.
  39.  
  40.   If the disk was formatted under DOS and there is no system on it,
  41.   Boot Around will alter the disk in Drive A: without any warnings or
  42.   prompts.
  43.  
  44.   Boot Around does all of its changes in the boot record of the disk
  45.   in drive A:.  Under no circumstances will it write to your fixed
  46.   disk.
  47.  
  48.   Setting up a batch file for formatting diskettes may be helpful
  49.  
  50.   @ECHO OFF
  51.   REM  -- frmt.bat --
  52.   FORMAT %1 %2 %3 %4 %5
  53.   IF %1.==A:. BOOT_RND
  54.   IF %1.==a:. BOOT_RND
  55.  
  56.    This will ensure that any diskettes formatted in drive A: will
  57.    pass the boot process through to the hard disk.
  58.  
  59. This program is supplied AS IS without any warranty, expressed or
  60. implied, including but not limited to fitness for a particular
  61. purpose.
  62.  
  63. If you have any questions or comments concerning BOOT_RND, send them to:
  64.  
  65.                Solutions by the Numbers
  66.                P.O. Box 1856
  67.                Germantown, MD 20875
  68.  
  69.  
  70. If you would like a copy of the assembly source for BOOT_RND, send
  71. $5.00 to the above address.
  72.  
  73. Have you been searching high and lo for that certain program or utility
  74. to handle a specific need.  Drop us a note and we'll see what we can do.
  75.