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

  1. echo off
  2. echo 
  3. a:
  4. cd \
  5. if exist restboot.scr goto scrok
  6. echo Improper diskette preparation.
  7. goto done
  8. :scrok
  9. echo This procedure restores a boot record previously saved on this
  10. echo diskette with the SAVEBOOT procedure, back to the C: drive of your
  11. echo system.
  12. echo 
  13. echo This procedure uses DEBUG scripts to accomplish its work. Since
  14. echo there is no error reporting from DEBUG, the batch file cannot
  15. echo detect error conditions. Please watch the screen carefully for
  16. echo possible error messages.
  17. echo 
  18. echo This procedure assumes that your first fixed disk is known as drive
  19. echo 'C:'. Ctrl-Break now if that is not the case.
  20. echo 
  21. pause
  22. echo 
  23. debug <restboot.scr
  24. echo 
  25. echo If no errors were indicated, the boot record on your fixed disk was
  26. echo restored from the image which was saved in the MFBOOT/PSBOOT .COM
  27. echo file on this diskette.
  28. :done
  29. echo 
  30.