home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 April / PCA0496.ISO / menue / demos / 04960006.bat < prev    next >
Encoding:
DOS Batch File  |  1996-02-27  |  149 b   |  14 lines

  1. cd \demos\karts
  2. @echo off
  3. if not exist c:\kart\digsound goto setsound
  4. k.exe
  5. goto endit
  6.  
  7. :setsound
  8. setsound.exe
  9. k.exe
  10. echo.
  11.  
  12. :endit
  13. cd \
  14.