home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 9 / 1995-08_Disc_9.iso / disc.bat < prev    next >
DOS Batch File  |  1995-03-24  |  150b  |  16 lines

  1. echo off
  2. dwu -s
  3. if errorlevel 1 goto install
  4. goto gorun
  5. :install
  6. dwu -i
  7. dwu -g
  8. call gdrivers
  9. setsound
  10. goto run
  11. :gorun
  12. dwu -g
  13. :run
  14. dwb
  15.  
  16.