Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 10-21-2005, 04:30 AM   #1
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
send commands to apps not working?

im trying to get RR to launch and app and also send commands (switches) to the app but it dosent seem to be working, when i use any commands RR fails to launch the app and just sits there.

In the "Skin Commands.txt" file it says
"Dynamic Commands: set the code of a button to: "RUN;COMMAND+PARAMETERS" will
make it so clicking this button runs the specified command&parameters in the computer."

ive tried using the plus symbol and also the "&" symbol but no dice.

when i use the commands on a windows shortcut they work fine, the full command line is below. Note, this is used only on a windows shortcut. What it does is open Opera with all UI elements turned off, including the file menu


"C:\Program Files\Opera\Opera.exe" /kioskmode /kiosknormalscreen /nomenu /nopanel

ive even tried it only using one command but RR still doesnt like my code.

here is the RR code
"RUN;C:\playfile.exe|C:\Music.wav||LOAD;opera.skin ;RUN;C:\Program Files\Opera\Opera.exe+/nomenu;Opera"


anybody have any ideas?

thanks
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/rr-faq/
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 10-21-2005, 10:46 AM   #2
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,648
MGD is on a distinguished road
I think you still need a Double Pipe in there and get rid of the plus sign.
Try this command:
"RUN;C:\playfile.exe|C:\Music.wav||MENU;opera.skin ||RUN;C:\Program Files\Opera\Opera.exe /nomenu;Opera"
MGD is offline   Reply With Quote
Old 10-21-2005, 01:34 PM   #3
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
no dice
not sure why nothing happens
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Old 10-21-2005, 01:44 PM   #4
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
it has something to do with the commands being sent to the app,

this works
"RUN;C:\playfile.exe|C:\Music.wav||LOAD;opera.skin ;RUN;C:\Program Files\Opera\Opera.exe;Opera"

but this dosent work
"RUN;C:\playfile.exe|C:\Music.wav||LOAD;opera.skin ;RUN;C:\Program Files\Opera\Opera.exe /nomenu;Opera"

the only difference is the /nomenu
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Old 10-21-2005, 02:35 PM   #5
FLAC
 
Chuck's Avatar
 
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
Chuck is on a distinguished road
TRy

"RUN;C:\playfile.exe|C:\Music.wav||LOAD;opera. skin ;RUN;C:\Program Files\Opera\Opera.exe|nomenu;Opera"
__________________
2001 S10 ZR2

Chucks Skin - to old
Chuck is offline   Reply With Quote
Old 10-21-2005, 06:54 PM   #6
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
pay attention man:

"RUN;C:\playfile.exe|C:\Music.wav||LOAD;opera.skin ;Opera;C:\Program Files\Opera\Opera.exe|/nomenu;Opera"

you mixed up the load command and the run command inside of it...
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 10-21-2005, 06:55 PM   #7
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
lol consider yourself TOLD..
CdRsKuLL is offline   Reply With Quote
Old 10-25-2005, 04:19 AM   #8
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
Quote: Originally Posted by guino
pay attention man:

"RUN;C:\playfile.exe|C:\Music.wav||LOAD;opera.skin ;Opera;C:\Program Files\Opera\Opera.exe|/nomenu;Opera"

you mixed up the load command and the run command inside of it...


almost forgott i was even having issues with this. Its late now though, ill check it out in teh morning.
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 10-26-2005, 01:25 PM   #9
ITL
Maximum Bitrate
 
ITL's Avatar
 
Join Date: Jul 2004
Location: Atlanta, GA
Posts: 630
ITL is on a distinguished road
Okay, so I'm trying to get Mobile Emulator to run inside of RR, and I was told I need to add this button (and the associated string of commands/parameters):

B06,3,312,275,78,"RUN;C:\playfile.exe|C:\Music.wav ||LOAD;games.skin;RUN;C:\Program Files\Mobile Impact\me.exe;Mobile Impact",""

But I'm not sure where this should go. The file to RRSource.zip seems to be down. Can I get a little help?
__________________
CarPC #3: 99% Complete
Pentium M 1.7Ghz, 1GB DDR2 RAM
DVD/CD-RW installed in dash below monitor
OEM LCD relocated for 7" Touchscreen
Wi-Fi, GPS, PS2 controllers...
500+ full albums
4,000+ video games
music videos, movies, & more!
old carPC
ITL is offline   Reply With Quote
Old 10-26-2005, 01:34 PM   #10
Bat
Newbie
 
Bat's Avatar
 
Join Date: Aug 2005
Location: Wherever I run out of fuel!
Posts: 22
Bat is on a distinguished road
Smile Where?

Hi,
From the look of it that's a button command and should go in menu.skin in your skin folder. Always make a copy of your skin and call it something different, and work with the copy. Remember to change RR config to the new skin name! Don't ask me how many times I've forgot that!
Cheers,
Gavin.
__________________
Stuff: Via M10K, 60Gb 2.5", Sony slim combo, Travla case, carnetix PSU, Shuttle Express,12" tft!

Progess: Fitted,Works,Looks kinda ugly!

Prizes to date: Winner of Most Ghetto, Digital Car meet Oct'05!!
Bat is offline   Reply With Quote
Old 10-26-2005, 01:36 PM   #11
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,929
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by ITL
Okay, so I'm trying to get Mobile Emulator to run inside of RR, and I was told I need to add this button (and the associated string of commands/parameters):

B06,3,312,275,78,"RUN;C:\playfile.exe|C:\Music.wav ||LOAD;games.skin;RUN;C:\Program Files\Mobile Impact\me.exe;Mobile Impact",""

But I'm not sure where this should go. The file to RRSource.zip seems to be down. Can I get a little help?

Ok, my mistake the playfile is not needed (nicked the code from liquid smokes skin)

B06,3,312,275,78,LOAD;games.skin;RUN;C:\Program Files\Mobile Impact\me.exe;Mobile Impact",""

this is a button command in one of your skin files.

Basically you need to create a button on a skin and put that code in.

Then you need to have a games.skin file and the associated skins to go with it.
Enforcer is online now   Reply With Quote
Old 10-26-2005, 08:59 PM   #12
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,060
guino will become famous soon enoughguino will become famous soon enough
hahaha... I still see a mix of the load command and the run command with the impropper separator ( instead of || as it should be... you can launch applications using the LOAD command ONLY or using the RUN command SEPARATELY from the Load command... but in no way the RUN command should be "part" of the LOAD command as you guys have been posting here..
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 10-27-2005, 04:27 AM   #13
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,929
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by guino
hahaha... I still see a mix of the load command and the run command with the impropper separator ( instead of || as it should be... you can launch applications using the LOAD command ONLY or using the RUN command SEPARATELY from the Load command... but in no way the RUN command should be "part" of the LOAD command as you guys have been posting here..


so it should be

B06,3,312,275,78,LOAD;games.skin;games;C:\Program Files\Mobile Impact\me.exe;Mobile Impact",""

then?

Last edited by Enforcer; 10-27-2005 at 08:38 AM.
Enforcer is online now   Reply With Quote
Old 10-27-2005, 05:13 AM   #14
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
the upcomeing update of the skin has support for mobile emulator and a skin for mobile emulator to use with road runner.

The code for that button that im using is this

"RUN;C:\playfile.exe|C:\Music.wav||LOAD;N64.skin;R UN;C:\Program Files\Mobile Impact\Me.exe;Game Emulator"

works everytime for me.
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Old 10-27-2005, 05:21 AM   #15
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
Quote: Originally Posted by Enforcer
so it should be

B06,3,312,275,78,LOAD;games.skin;C:\Program Files\Mobile Impact\me.exe;Mobile Impact",""

then?

so only the path to a file is needed to run it? Ive been using the run command with load on a lot of stuff.
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OBDII / Elm MPG meter. Almost working but not quite! stevieg Engine Management, OBD-II, Engine Diagnostics, etc. 105 08-19-2008 04:24 AM
No voice commands Wadda FreeDrive 1 10-15-2005 08:06 AM
help lilliput usb not working!!! pardoe16V LCD/Display 15 10-14-2005 04:28 PM
send signal to RCA (not the screen) lazynok LCD/Display 8 08-12-2003 12:47 AM
Someone please help 10 hrs wasted working on 4 x 20 Character LCD Martin S. Shepherd LCD/Display 1 05-31-2001 11:25 AM



All times are GMT -5. The time now is 11:29 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics