so I made a bat file to run the Demulshooter config and the game.
1. for some reason the game errors (aliens dehasped has stopped working) on launch
2. I get a message in the cmd window 'Demulshooter.exe is not recognised as an internal or external command, operable program or batch file???
my batch file is:
@echo off
start "aliengun" "c\pc\aliens\DATA\aliensgun.bat"(this is a batch file to run a Demulshooter config for aliens)
start "aliens dehasped" "c\pc\aliens\DATA\aliens dehasped.exe"
I can run these fine seperately just not when I put them in a batch file?