home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo this batch file install the tvga256 bgi package to c:\tvga256
- echo please insert the source disk into drive A:
- pause
- md c:\tvga256
- md c:\tvga256\c
- md c:\tvga256\pascal
-
- copy *.* c:\tvga256
- c:
- cd \tvga256\c
- \tvga256\unzip -o \tvga256\cdemo.zip
-
- cd \tvga256\pascal
- \tvga256\unzip -o \tvga256\pasdemo.zip
-
- cd \tvga256
- unzip cdemo -o bgidemo.exe
- del *.zip
- echo install finished!!
- echo on
-