home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / epson / ideh / hitx8.exe / HITFIX.BAT < prev    next >
DOS Batch File  |  1995-10-23  |  629b  |  33 lines

  1. @echo off
  2. :tryagain
  3. if not exist a:\boot.sec goto error
  4. if not exist a:\MKFLP.EXE goto error
  5. if not exist a:\ideenhan.cer goto error
  6.  
  7. goto foundit
  8.  
  9. :error
  10. echo.
  11. echo.
  12. echo Please make sure you have done the following:
  13. echo 1.  Copied the file HITX8.EXE to a blank formatted floppy diskette.
  14. echo 2.  Inserted that diskette in drive A:
  15. echo 3.  Typed A: to switch to drive A:
  16. echo 4.  Typed HITX8
  17. echo.
  18. echo.
  19. pause
  20. goto tryagain
  21.  
  22. :foundit
  23. a:
  24. mkflp a
  25.  
  26. echo.
  27. echo.
  28. echo The floppy diskette in drive A: is now bootable.
  29. echo Please leave it in the drive and reboot to install IDEnhancer.
  30. echo.
  31. echo.
  32.  
  33.