home *** CD-ROM | disk | FTP | other *** search
/ Top 50 MS-DOS Games / US_DREAMS_1.ISO / cdrom / bodcount / go.bat < prev    next >
DOS Batch File  |  1993-08-17  |  160b  |  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.