home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 25: Space Games Classics 2 / cd_1.iso / bsspace2 / space / descent2 / d2_1.sow / D2.BAT next >
DOS Batch File  |  1995-12-14  |  158b  |  7 lines

  1. @echo off
  2. rem Batch file to run Descent 2 Interactive Demo
  3. if exist *.swp del *.swp
  4. eregcard
  5. d2demo %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. if exist *.swp del *.swp
  7.