Hi guys in need of some advice here im creating a game launcher for my own server and was wondering how to make it so the game launches with mods like so: Path to the .exe then launches mods with it like so-mod=@blahblah and also the server address with it. im currently using shell command for this but it either only launches the ,exe or does not launch at all any ideas from anyone?
This is what im trying to execute
Shell(
"C:\Program Files\Bohemia Interactive\ArmA 2\Expansion\beta\arma2oa.exe""-mod=Expansion\beta;Expansion\beta\Expansion;expansion\beta\expansion;@mod" -connect=00.00.00.000 -port=1111 -password=*** , vbNormalFocus)