home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %1. == . goto DEFAULT
- if %2. == . goto NONPRLD
- goto PRLD
- :NONPRLD
- if exist %1\os2\install\rspdspi.exe goto DSPIPRES
- rem *******************************************************
- echo Insert OS/2 Installation Diskette 8 into Drive A: and
- rem *******************************************************
- pause
- %1\os2\unpack a:\instaid %1 /n:rspdspi.exe
- goto NONPRLD
- :DSPIPRES
- %1
- set path=%1\;%1\os2;%1\os2\install
- set dpath=%1\;%1\os2;%1\os2\install
- %1\os2\install\rspdspi /pk:VGA /sk:NONE /s:a:\ /t:%1
- cls
- del %1\os2\svgadata.pmi
- goto END
- :PRLD
- if %2. == /p. goto DOPRLD
- if %2. == /P. goto DOPRLD
- goto NONPRLD
- :DOPRLD
- set path=%1\;%1\os2;%1\os2\install
- set dpath=%1\;%1\os2;%1\os2\install
- %1
- %1\os2\install\rspdspi /pk:VGA /sk:NONE /s:%1\os2\install\dspdrvs /t:%1
- cls
- del %1\os2\svgadata.pmi
- @ECHO ON
- %1\os2\unpack.exe %1\os2\install\drivers\bitmap.vga %1
- %1\os2\unpack.exe %1\os2\install\drivers\courier.bmp %1 /n:courier.bga
- %1\os2\unpack.exe %1\os2\install\drivers\helv.bmp %1 /n:helv.bga
- %1\os2\unpack.exe %1\os2\install\drivers\sysmono.bmp %1 /n:sysmono.fon
- %1\os2\unpack.exe %1\os2\install\drivers\times.bmp %1 /n:times.bga
- %1\os2\unpack.exe %1\os2\install\drivers\courpsf %1
- %1\os2\unpack.exe %1\os2\install\drivers\helvpsf %1
- %1\os2\unpack.exe %1\os2\install\drivers\timespsf %1
- %1\os2\unpack.exe %1\os2\install\drivers\serife.fon %1
- %1\os2\unpack.exe %1\os2\install\drivers\sserife.fon %1
- %1\os2\unpack.exe %1\os2\install\drivers\coure.fon %1
- %1\os2\unpack.exe %1\os2\install\drivers\symbole.fon %1
- %1\os2\unpack.exe %1\os2\install\drivers\smalle.fon %1
- copy %1\os2\dll\courier.bga %1\os2\dll\courier.fon
- del %1\os2\dll\courier.bga
- copy %1\os2\dll\helv.bga %1\os2\dll\helv.fon
- del %1\os2\dll\helv.bga
- copy %1\os2\dll\times.bga %1\os2\dll\times.fon
- del %1\os2\dll\times.bga
- @ECHO OFF
- goto END
- :DEFAULT
- if exist c:\os2\install\rspdspi.exe goto DEFDSPI
- rem *******************************************************
- echo Insert OS/2 Installation Diskette 8 into Drive A: and
- rem *******************************************************
- pause
- c:\os2\unpack a:\instaid c: /n:rspdspi.exe
- goto DEFAULT
- :DEFDSPI
- set path=c:\;c:\os2;c:\os2\install
- set dpath=c:\;c:\os2;c:\os2\install
- c:
- c:\os2\install\rspdspi /pk:VGA /sk:NONE /s:a:\ /t:c:
- cls
- del c:\os2\svgadata.pmi
- goto END
- :END
-