home *** CD-ROM | disk | FTP | other *** search
- %1
- cls
- cd \os2
- svga on dos
- copy svgadata.dos svgadata.pmi
- del svgadata.dos
-
- if "%2"=="A:" goto insa
- if "%2"=="a:" goto insa
- if "%2"=="B:" goto insa
- if "%2"=="b:" goto insa
- echo on
- copy %2\dspres.dl_ %3
- copy %2\ibmvga32.dl_ %3
- copy %2\winvga %3
- copy %2\winxga %3
- copy %2\sv480256.dl_ %3
- copy %2\sv600256.dl_ %3
- copy %2\sv768256.dl_ %3
- copy %2\wspdbf.dr_ %3
- copy %2\wspdsbf.dr_ %3
- copy %2\wspdsf.dr_ %3
- copy %2\wspdssf.dr_ %3
- @echo off
- goto EXIT
-
- :insa
- cls
- echo.
- echo.
- echo.
- echo.
- echo.
- echo ╔════════════════════════════════════════════╗
- echo ║ Insert the Diskette With the Following ║
- echo ║ Label Into Driver %2 ║
- echo ║ ║
- echo ║ ║
- echo ║ Display Driver Diskette 1 ║
- echo ║ ║
- echo ║ ║
- echo ╚════════════════════════════════════════════╝
- pause
-
- echo on
- if exist %2dspres.dl_ copy %2dspres.dl_ %3
- if exist %2ibmvga32.dl_ copy %2ibmvga32.dl_ %3
- if exist %2winvga copy %2winvga %3
- if exist %2winxga copy %2winxga %3
- if exist %2sv480256.dl_ copy %2sv480256.dl_ %3
- if exist %2sv600256.dl_ copy %2sv600256.dl_ %3
- if exist %2sv768256.dl_ copy %2sv768256.dl_ %3
- if exist %2wspdbf.dr_ copy %2wspdbf.dr_ %3
- if exist %2wspdsbf.dr_ copy %2wspdsbf.dr_ %3
- if exist %2wspdsf.dr_ copy %2wspdsf.dr_ %3
- if exist %2wspdssf.dr_ copy %2wspdssf.dr_ %3
- @echo off
-
- cls
- echo.
- echo.
- echo.
- echo.
- echo.
- echo ╔════════════════════════════════════════════╗
- echo ║ Insert the Diskette With the Following ║
- echo ║ Label Into Driver %2 ║
- echo ║ ║
- echo ║ ║
- echo ║ Display Driver Diskette 2 ║
- echo ║ ║
- echo ║ ║
- echo ╚════════════════════════════════════════════╝
- pause
-
- echo on
- if exist %2sv480256.dl_ copy %2sv480256.dl_ %3
- if exist %2sv600256.dl_ copy %2sv600256.dl_ %3
- if exist %2sv768256.dl_ copy %2sv768256.dl_ %3
- if exist %2wspdbf.dr_ copy %2wspdbf.dr_ %3
- if exist %2wspdsbf.dr_ copy %2wspdsbf.dr_ %3
- if exist %2wspdsf.dr_ copy %2wspdsf.dr_ %3
- if exist %2wspdssf.dr_ copy %2wspdssf.dr_ %3
- if exist %2dspres.dl_ copy %2dspres.dl_ %3
- if exist %2ibmvga32.dl_ copy %2ibmvga32.dl_ %3
- if exist %2winvga copy %2winvga %3
- if exist %2winxga copy %2winxga %3
- @echo off
-
- :EXIT
- cls
- if not exist %3\dspres.dl_ echo Missing DSPRES.DL_ from display diskette
- if not exist %3\ibmvga32.dl_ echo Missing IBMVGA32.DL_ from display diskette
- if not exist %3\winvga echo Missing WINVGA from display diskette
- if not exist %3\winxga echo Missing WINXGA from display diskette
- if not exist %3\sv480256.dl_ echo Missing SV480256.DL_ from display diskette
- if not exist %3\sv600256.dl_ echo Missing SV600256.DL_ from display diskette
- if not exist %3\sv768256.dl_ echo Missing SV768256.DL_ from display diskette
- if not exist %3\wspdbf.dr_ echo Missing WSPDBF.DR_ from display diskette
- if not exist %3\wspdsbf.dr_ echo Missing WSPDSBF.DR_ from display diskette
- if not exist %3\wspdsf.dr_ echo Missing WSPDSF.DR_ from display diskette
- if not exist %3\wspdssf.dr_ echo Missing WSPDSSF.DR_ from display diskette
-