Automatically close on FSX exit

What features you would like to have in HIDmacros?
Post Reply
peroni
Posts: 14
Joined: 16 Dec 2011, 15:33

Automatically close on FSX exit

Post by peroni » 08 Feb 2012, 16:41

Hello Petr, would it be possible to add an option to automatically close HIDmacros after FSX has closed?
Unless you can find a way to automatically reconnect to simconnect?

I currently use this code to handle the autoclosure of hidmacros 5 seconds after FSX has exited. Not a very clean solution but it works

----------------------------
cd "C:\FSX"
START /WAIT CMD /C fsx.exe
ping 127.0.0.1 -n 5
taskkill /IM HIDMacros.exe /F
--------------------------------------

Thanks
Manuel

Post Reply