home *** CD-ROM | disk | FTP | other *** search
/ The MAX Games / NEWSOFTMAX.iso / DAT / CAN / CANNON.BAT next >
Encoding:
DOS Batch File  |  1993-05-19  |  249 b   |  14 lines

  1. echo off
  2. cls
  3. if exist PSMCFG.DAT goto play_game
  4. psmcfg
  5. if exist PSMCFG.DAT goto play_game
  6. echo  
  7. echo You must run "PSMCFG.EXE" in order to install the proper sound card!
  8. echo  
  9. goto end_of_batch
  10. :play_game
  11. cnshow
  12. cnprog
  13. :end_of_batch
  14.