Advertisement
Guest User

SWAT 4 Speech Recognition Improvement mod launcher for Win8+

a guest
Mar 27th, 2017
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. @echo off
  2.  
  3. REM Tell the user that we are running the mod
  4.  
  5. echo Launching Speech Recognition Improvement
  6. echo Remember that all your custom ini tweaks for this mod have to be made in the SpeechRecognitionImprovement\System folder
  7.  
  8. REM Run Swat4.exe from inside SpeechRecognitionImprovement\System, so that the
  9. REM game uses the mod's initialisation files and settings
  10.  
  11. cd .\System\
  12.  
  13. ..\..\ContentExpansion\System\Swat4X.exe -nointro
  14. REM Tell the user that the game has exited
  15.  
  16. echo SRI has exited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement