home *** CD-ROM | disk | FTP | other *** search
/ Most Wanted 2 / MostWantedII.iso / dos / bodcount / go.bat < prev    next >
Encoding:
DOS Batch File  |  1993-08-17  |  160 b   |  13 lines

  1. @echo off
  2. if %SOUND%X==X goto main
  3. %SOUND%\sbfmdrv>nul
  4.  
  5. :main
  6. bodcount
  7. type register.txt|more
  8.  
  9. if %SOUND%X==X goto end
  10. %SOUND%\sbfmdrv /u>nul
  11.  
  12. :end
  13.