home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 10 / CDE10.mdf / gab / gab-v25.exe / INSTALL.BAT < prev   
DOS Batch File  |  1995-02-04  |  188b  |  10 lines

  1. echo off
  2. echo NOW INSTALLING GREAT AIR BATTLES DEMO
  3. md \GABDEMO
  4. copy gab-demo.exe \gabdemo
  5. cd \gabdemo
  6. gab-demo.exe
  7. del gab-demo.exe
  8. echo Installation complete, type WAR to run.
  9.  
  10.