home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / MFBGEN.ZIP / SAVEBOOT.BRF < prev    next >
Text File  |  1989-05-02  |  2KB  |  38 lines

  1. echo off
  2. echo 
  3. a:
  4. cd \
  5. if exist saveboot.scr goto scrok
  6. echo Improper diskette preparation.
  7. goto done
  8. :scrok
  9. echo This procedure saves the boot record from the C: drive to a
  10. echo PSBOOTDB (or MSBOOTDB) personalization diskette. The DOS boot
  11. echo record should be saved to the PSBOOT - DOS diskette, and the OS/2
  12. echo boot record should be saved to the PSBOOT - OS2 diskette. Be
  13. echo careful that you know which boot record is currently active on C:
  14. echo (boot the system with Ctrl-Alt-Del if you aren't sure), and that
  15. echo you are saving the correct boot record to the correct diskette. If
  16. echo you overlay a saved boot record on diskette with the wrong one, you
  17. echo may have considerable difficulty reconstructing the overlayed one.
  18. echo 
  19. echo This procedure uses DEBUG scripts to accomplish its work. Since
  20. echo there is no error reporting from DEBUG, the batch file cannot
  21. echo detect error conditions. Please watch the screen carefully for
  22. echo possible error messages.
  23. echo 
  24. echo This procedure assumes that your first fixed disk is known as drive
  25. echo 'C:'. Ctrl-Break now if that is not the case.
  26. echo 
  27. pause
  28. echo 
  29. debug <saveboot.scr
  30. echo 
  31. echo If no errors were indicated, the currently active boot record on
  32. echo your fixed disk has been saved in the MFBOOT/PSBOOT .COM file on
  33. echo this diskette, as required to accomplishing the dual boot function.
  34. echo The boot record has also been saved in the file called 'BOOTREC'
  35. echo on this diskette.
  36. :done
  37. echo 
  38.