home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 October / MDKDEMO.ISO / menue / demos / 10960007.bat < prev    next >
DOS Batch File  |  1996-08-25  |  134b  |  9 lines

  1. cd \demos\syndi\install
  2. install.exe
  3. @if "%1"=="" goto playgame
  4. main /w /m%1 >NUL
  5. @goto swend
  6. :playgame
  7. main /w /g >NUL
  8. :swend
  9.