home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / EGA_UTIL.ZIP / EGA_123.LBR / EGA.BQT / ega.bat
Encoding:
DOS Batch File  |  1985-10-09  |  1.1 KB  |  21 lines

  1. echo off
  2. echo     *------------------------------------------------------------------*
  3. echo                         "%0"  DRIVER INSTALLATION
  4. echo     *------------------------------------------------------------------*
  5. echo     *           Be sure that you have read GETTING STARTED.            *
  6. echo     *      Make sure that the source drive is the "default drive"      *
  7. echo     *                and that "%1" is the target drive.                *
  8. echo     *                                                                  *
  9. echo     *   If this is NOT so, then terminate this batch job now:          *
  10. echo     *             - Hold [Ctrl] and press "C"                          *
  11. echo     *             - Press "Y"                                          *
  12. echo     *   Otherwise . . .                                                *
  13. echo     *------------------------------------------------------------------*
  14. pause
  15. echo on
  16. copy    IBM0EGA.DRV    TD.DRV
  17. copy    IBM1EGA.DRV    GD.DRV
  18. copy    IBM2KB.DRV     KB.DRV
  19. copy    IBM3PR.DRV     PR.DRV
  20. continue %0 %1
  21.