home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Emulators
My Emulators 0.3.3 (9/4/21)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="andreyua" data-source="post: 1124675"><p>Viariant 2 alternative: add function with timer for launch command after emulator was started ...</p><p></p><p>The part of vbs script for better understanding .... :</p><p></p><p>[CODE=WinBatch]</p><p>.......</p><p>EmuPid = WshShell.Exec (runString).ProcessId //launch emulator.exe</p><p></p><p>do while WshShell.AppActivate(EmuPid) <> true</p><p>loop</p><p>WScript.Sleep 1000</p><p>WshShell.Run chr(34) & "F:\Run\Emul\Utils\multimonitortool-x64\MultiMonitorTool.exe " & chr(34) & "/MoveWindow 2 Process retroarch.exe", 0, false //launch command afer emulator was started</p><p>.......</p><p>[/CODE]</p><p></p><p>It is possible ?</p></blockquote><p></p>
[QUOTE="andreyua, post: 1124675"] Viariant 2 alternative: add function with timer for launch command after emulator was started ... The part of vbs script for better understanding .... : [CODE=WinBatch] ....... EmuPid = WshShell.Exec (runString).ProcessId //launch emulator.exe do while WshShell.AppActivate(EmuPid) <> true loop WScript.Sleep 1000 WshShell.Run chr(34) & "F:\Run\Emul\Utils\multimonitortool-x64\MultiMonitorTool.exe " & chr(34) & "/MoveWindow 2 Process retroarch.exe", 0, false //launch command afer emulator was started ....... [/CODE] It is possible ? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Emulators
My Emulators 0.3.3 (9/4/21)
Contact us
RSS
Top
Bottom