home *** CD-ROM | disk | FTP | other *** search
/ 100 Pусских Uгр / 980121_2306.iso / STRATEGY / W2DLXRUS.ZIP / WAR2.BAT < prev    next >
DOS Batch File  |  1995-06-25  |  619b  |  36 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. if %1x == -nsx goto game
  16. if %1x == /nsx goto game
  17. if %2x == -nsx goto game
  18. if %2x == /nsx goto game
  19. if %3x == -nsx goto game
  20. if %3x == /nsx goto game
  21. if %4x == -nsx goto game
  22. if %4x == /nsx goto game
  23. w2ds
  24.  
  25. :game
  26. multip
  27. w2 %1 %2 %3 %4
  28. multip u
  29.  
  30. if not exist sound\gravis.ini goto doneg2
  31.     sound\ultramid -F
  32.     echo ..
  33. :doneg2
  34. :exit
  35.  
  36.