home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l027 / 1.ddi / PGCDEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-03  |  676 b   |  28 lines

  1. @echo off
  2. rem SETUP batch file for PGC CASE
  3. rem 1991 Pacific Gold Coast Corp.
  4. cls
  5. if not exist %01.exe goto LStart
  6. if not exist %01.res goto LStart
  7. if not exist c:\pgccn\pgcdemo1.exe goto startc
  8. if not exist c:\pgccn\pgcdemo1.res goto startc
  9. goto starta
  10. :startc
  11. md c:\pgccn
  12. copy %01.exe c:\pgccn\pgcdemo1.exe >> c:\pgccn\pgcdemo.txt
  13. copy %01.res c:\pgccn\pgcdemo1.res >> c:\pgccn\pgcdemo.txt
  14. copy %0.bat c:\pgccn\pgcdemo.bat >> c:\pgccn\pgcdemo.txt
  15. erase c:\pgccn\pgcdemo.txt
  16. :starta
  17. c:
  18. cd \pgccn
  19. win pgcdemo1
  20. goto LEnd
  21. :LStart
  22. cls
  23. echo .
  24. echo To start the PGC CASE Demo
  25. echo insert the Demo disk in your floppy drive and type PGCDEMO.
  26. echo .
  27. :LEnd
  28.