home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 10A / BOOTTHRU.ZIP / BOOTTHRU.DOC next >
Text File  |  1992-03-01  |  3KB  |  65 lines

  1.                           BOOTTHRU 1.0
  2.  
  3. This program allows you to boot from your hard drive even if your
  4. floppy drive is ready. It is written entirely in Assembly language
  5. and has been tested on three different computers ranging from an XT
  6. clone to a 386DX clone. In all cases, it functions as expected. I
  7. tried a similar program on the board and found that I could not use
  8. my floppy disk under DOS 5.0 after it had been updated by the
  9. program, as a result, I wrote my own.
  10.  
  11. This program is NOT free software. I would appreciate a
  12. contribution of $5.00 sent to the following address.
  13.  
  14.           J. R. Michael Wegemer
  15.           2 Borden Hill Court
  16.           Brampton, Ontario
  17.           L6S 3K7
  18.  
  19. I would also appreciate hearing from anyone trying this program who
  20. has any difficulties or suggestions for improvements.
  21.  
  22. I check my mail on CRS about twice a week and will respond to any
  23. problems encountered as quickly as possible. My sign on name is
  24. Michael Wegemer and I am usually in the IBM conference (2),
  25. however, I check for mail in the main conference as well.
  26.  
  27. As far as use goes, the program contains instructions when it is
  28. started. For convience, I have included a copy of them here.
  29.  
  30.  
  31. This program is designed to allow you to boot
  32.      your computer while a disk is present in the
  33.      diskette drive. It accomplishes this by
  34.      modifying the boot sector of the diskette.
  35.  
  36. Usage is:
  37.           BOOTTHRU x
  38.                     where "x" is either A or B
  39.                     if x is omitted, A is assumed
  40.  
  41. You are given an option to process another
  42.      diskette when the current one is finished
  43.  
  44. The diskette must be initialized and a non-system
  45.      diskette before processing. If a system
  46.      diskette is used, it will no longer function
  47.      as a system diskette. (You will have to
  48.      install the correct boot sector with the DOS
  49.      SYS command.) Please note that this program
  50.      will ignore any SUBST that may be in effect.
  51.  
  52. Do you wish to proceed?
  53.  
  54. I have put in as much diagnostic checking as I can at this point.
  55. I can determine if a diskette is formatted, but I have not found a
  56. convlusive way to tell if it is a system diskette or not. Error
  57. messages are as complete as I can make them with as much
  58. information as possible. At this point, I have no plans to release
  59. the source code. This program must be run for any disk that will be
  60. in the diskette drive when you boot. It is not necessary (actually
  61. will have no effect) to copy the program to each disk. It must,
  62. however, be run to modify the boot sector of any disk that will be
  63. in the floppy drive when you boot.
  64.  
  65. J. R. Michael Wegemer