Have a look in skincommands.txt for Run , RunW and runQ
What is the structure/syntax for calling an external program from within RR? I'm using AudioRepeater to switch a line-in on one of my soundcards to transfer audio from my Sirius radio. It has some command-line switches, so I just need to be able to call the program with the switches, and exit the program when I switch to another audio app (i realize this may require a conditional structure for calling foobar or video - does RR have such?). Any help would be appreciated.
Have a look in skincommands.txt for Run , RunW and runQ
Yeah, RTFM!
HARDWARE: Fujitsu Stylistic ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
OK, figured out how to get the app started and shut down from within the specific skins. My problem now is to be able to shut the app down (if it exists) when I exit RR. Any simple way to add something to rr.ini to accomplish this? I use Runq to start Audiorepeater and call Windows Powershell to shut it down (couldn't get Winspector to function properly) when I switch to my main Audio Player (Foobar).
Try adding to exectbl
"QUIT","<CMD TO SHUT DOWN THE APP HERE>||NOW_QUIT"
"NOW_QUIT","QUIT"
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Sorry. Guess I wasn't clear enough in my last request. I can shut down the app; I need to know where, specifically, to insert the code to shut the app down when I exit RR. I assumed it would be in one of the Exec Tables, but which one and where in the table? I will need to provide a conditional structure for the shutdown, so hopefully the insert location will allow that.
No, you were plenty clear enough. Just add, put in your cmd your using to close it already. RR will close the app before it quits.
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Bookmarks