home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 15 / CDMM15.iso / karts / kart.bat < prev    next >
Encoding:
DOS Batch File  |  1996-03-04  |  122 b   |  12 lines

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