I am trying to run a script (MouseParty.pie) using Glovepie.
This is my batch file script; it runs MouseParty on the GlovePIE IDE.
.\\glovepie.exe -MouseParty
The only problem is I need to hide the GlovePIE IDE. Any ideas how I can do that.
Also, I would appreciate if you can tell me how to run MouseParty when it’s in another folder than the batch file.
If you have any other ideas to run this other than using a batch file, I’d be open to any suggestions with other methods.
To hide a window is more advanced than a simple batch script can handle. I suggest something such as AutoHotKey which is made for automating UI components. This can be done with something as simple as:
As for another directory, you would just pass the full path such as: