home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.1 / 1997-04_Disc_3.1.iso / stdemo / install.bat < prev    next >
DOS Batch File  |  1996-11-03  |  162b  |  10 lines

  1. @echo off
  2. .\inst.exe
  3. if errorlevel -1 goto end
  4. .\uvconfig.exe -gen -noanalyse
  5. mode co80
  6. .\setup.exe
  7. cls
  8. @echo To run SURFACE TENSION DEMO type 'ST'
  9. :end
  10.