Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Moksi on November 17, 2017, 06:41:06 pm
-
I would like to know how to hide the CLI (command line window) that Pops up when launching a Game or Program in HyperSpin .
I tried hideconsole in per game settings , but it asks for a fadetitle.
Tried that and i get an error & then it launches an second game window in the Background
Not good at this LOL!
If someone can help me out then im thankfull
-
well i figured out this option that workes fine
i use PcLauncher to run ALG , because using the default Daphne Singe [GLobal] is headache to get it to run
i use this .vbs script
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\YourFolder\yourFile.bat" & Chr(34), 0
Set WshShell = Nothing
& point RLauncher to the file to launch and it prevents the CLI window popping up before Launch