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