home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem SETUP batch file for PGC CASE
- rem 1991 Pacific Gold Coast Corp.
- cls
- if not exist %01.exe goto LStart
- if not exist %01.res goto LStart
- if not exist c:\pgccn\pgcdemo1.exe goto startc
- if not exist c:\pgccn\pgcdemo1.res goto startc
- goto starta
- :startc
- md c:\pgccn
- copy %01.exe c:\pgccn\pgcdemo1.exe >> c:\pgccn\pgcdemo.txt
- copy %01.res c:\pgccn\pgcdemo1.res >> c:\pgccn\pgcdemo.txt
- copy %0.bat c:\pgccn\pgcdemo.bat >> c:\pgccn\pgcdemo.txt
- erase c:\pgccn\pgcdemo.txt
- :starta
- c:
- cd \pgccn
- win pgcdemo1
- goto LEnd
- :LStart
- cls
- echo .
- echo To start the PGC CASE Demo
- echo insert the Demo disk in your floppy drive and type PGCDEMO.
- echo .
- :LEnd
-