I can say that i have tryed everything I found after serching for "onresume" (which is pretty straight forward) but nothing seems to work!
Here is the code of my ExecTBL... programs is in C:\ so is not a path problem:
/, This (OPTIONAL) file contains translation commands.
/, RR will accept the commands defined on the LEFT
/, and execute them as expressed on the RIGHT
/, you can use this to create or redefine any command
/, (or to add functionality to any syandard command).
/,
/, The Format of this file is (by choice):
/,
/, "<COMMAND>","<EXEC COMMAND>"
/, "<COMMAND>","<EXEC COMMAND>",filename.skin
/,
/, Examples:
/, "AUDIO","LOAD;audio_player.skin;Audio Player"
/, "RESTARTSONG","SEEKTO;00:00",audio_player.skin
/,
/, Extas:
/, XM, FM and MM can be used instead of a skin file
/, to be translated when XM, FM or MM is turned ON.
/,
/, PLAY, PAUSE and STOP can be used instead of skin
/, file name so it executes commands based on MP3 or
/, Video playback status.
"QUIT","SendMsg;RRCDRip;showplugin||bye"
"BYE","QUIT"
/, Set Bellow the Path to the CDRip plugin (if used)
"CDRIP","PLUGIN;RRCDRip;C:\VBStuff\Road Runner\CDRip\CDRip.exe"
/, You can add commands to execute before suspend
/, and after resume, using the codes bellow:
"ONSUSPEND",""
"ONRESUME","RUN;C:\test.bat"
"ONLINE",""
"OFFLINE",""
"ONFILECLICK",""
"ONDIRCLICK",""
"ONPLCLICK",""
"ONDLCLICK",""
"ONPBCLICK",""
"ONPLSELCLICK",""
"ONDLSELCLICK",""
"ONSONGSTART",""
"ONSKINSTART",""
/, For MediaCar Compatibility only:
"AUDIONEXT","RRNEXT"
"AUDIOPREV","RRPREV"
Also, I'm running version 11.12.06 and if it helps this is my RR.ini
Thanks in advance for any input.
Thanatos.
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."
Yes notepad works just fine...well basically I have made a .bat file (also tryed with a autoit exe to call the .bat file) and it doesn't workchecked the path and tryed runw and nothing works.
All I want is to execute rasdial.exe so I don't have to push any button to be connect it to the net after hibernation.
Thanatos.
that's weird I mean, if notepad works, any other command should also work.. you should even be able to run rasdial directly.. to be honest, chances are that the command IS indeed working but rasdial is bailing out on you for some reason.. try adding a delay to it using "WAIT" or adding a delay to your autoit/bat script.
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."
After trying everything I just made a button to run the .bat file and it works (really weird than it doesn't on onresume) I will try the delay tomorrow morning... Also I'm using scripts cus I don't want the little command prompt splash when it is benn execute)
Thanks.
Thanatos.
Where is the ExecTBL file located? In RR or Skin directory?
If you runnimg the new Beta you can use the topmost command and you will not see the Cmd Window.
SETTOPMOST;RR;True||RUN;C:\Test.bat||WAIT;5||SETTO PMOST;RR:FALSE
Bookmarks