home *** CD-ROM | disk | FTP | other *** search
/ 100 Pусских Uгр / 980121_2306.iso / STRATEGY / W2DLXRUS.ZIP / WAR2NS.BAT < prev    next >
DOS Batch File  |  1995-07-07  |  384b  |  25 lines

  1. @echo off
  2. if exist sound.dat goto donext
  3.     install
  4.     if exist sound.dat goto donext
  5.     echo You must setup sound with the installer before playing Warlords II.
  6.     goto exit
  7. :donext
  8.  
  9. if not exist sound\gravis.ini goto doneg
  10.     cd sound
  11.     lh ultramid
  12.     cd ..
  13. :doneg
  14.  
  15. multip
  16. w2
  17. multip u
  18.  
  19. if not exist sound\gravis.ini goto doneg2
  20.     sound\ultramid -F
  21.     echo ..
  22. :doneg2
  23. :exit
  24.  
  25.