home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / demgier / themach / machines.bat < prev    next >
DOS Batch File  |  1995-07-31  |  225b  |  17 lines

  1. @echo off
  2. cls
  3. if not exist creation.cfg goto s_set
  4.  
  5. :play
  6. GRAFIX.EXE
  7. DEMO.exe
  8. tm.exe
  9. goto end
  10.  
  11. :s_set
  12. setsound
  13. if exist creation.cfg goto play
  14. @echo Sound configuration file not found - please try again
  15.  
  16. :end
  17.