Scorpion_83 Posted December 15, 2021 Share Posted December 15, 2021 Hello, First post here. I've been trying to find a way to get antimicro to run then launch a game. Then, when the game exits, so does antimicro. This is my first time scripting and it looks like I've got it right. It works in Launchbox, but in Big Box the shell [cmd window] stays active on the screen instead of the game. At this point I would need keyboard or mouse interaction to continue, which I do not want. Any suggestions? Here's my script so far: cd C:\Program Files (x86)\AntiMicro start antimicro.exe cd C:\LaunchBox\Games\Windows\Mortal Kombat 4 start /b /wait mk4.exe cd C:\Program Files (x86)\AntiMicro taskkill /F /IM antimicro.exe Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 15, 2021 Share Posted December 15, 2021 1 hour ago, Scorpion_83 said: the shell [cmd window] stays active on the screen Not sure if this will work in your case, but... create a shortcut to your batch file. Then right click the shortcut and select Properties. Then in the Shortcut tab, for Run:, select "Minimized" and click OK. Then point to the shortcut instead of the batch file itself. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.