home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo *------------------------------------------------------------------*
- echo "%0" DRIVER INSTALLATION
- echo *------------------------------------------------------------------*
- echo * Be sure that you have read GETTING STARTED. *
- echo * Make sure that the source drive is the "default drive" *
- echo * and that "%1" is the target drive. *
- echo * *
- echo * If this is NOT so, then terminate this batch job now: *
- echo * - Hold [Ctrl] and press "C" *
- echo * - Press "Y" *
- echo * Otherwise . . . *
- echo *------------------------------------------------------------------*
- pause
- echo on
- copy IBM0EGA.DRV TD.DRV
- copy IBM1EGA.DRV GD.DRV
- copy IBM2KB.DRV KB.DRV
- copy IBM3PR.DRV PR.DRV
- continue %0 %1