Mainiack Posted February 20 Share Posted February 20 I have 2 scripts that i'm trying to use for demul hikaru. the 1st 1 works fine to go full screen but the 2nd 1 should hide the mouse curser and i cant get it to work. Using NoMousy.exe. I want to hide the curser when i start a game and and have it reappear when the game is closed. Thanks for looking Sleep, 9500 SetKeyDelay, -1, 110 Send !{Enter} Return Run, E:\Testing\LaunchBoxTester (Current Version)\Emulators\Hikaru Demul w Roms\nomousy.exe /hide $Esc:: { Run, E:\Testing\LaunchBoxTester (Current Version)\Emulators\Hikaru Demul w Roms\nomousy.exe Process, Close, demul.exe } Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted February 20 Share Posted February 20 Because it has spaces in it, you need to encapsulate the full path in quotes. Run, "E:\Testing\LaunchBoxTester (Current Version)\Emulators\Hikaru Demul w Roms\nomousy.exe" /hide Do that for your 2nd Run line as well. Quote Link to comment Share on other sites More sharing options...
Mainiack Posted February 20 Author Share Posted February 20 Thanks @JoeViking245 I appreciate your help. I tried it but it didnt work unfortunately. i found mention in searching across the web that if i use gpuDX11 instead of "old gpuDX11" video plugin that the mouse cursor would hide automatically in fullscreen. It hides the cursor a few seconds after the game loads so I deleted nomousy. 1 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.