|
|
View Poll Results: Is this working for you?
|
|
Yes, I have Windows XP home
|
  
|
1 |
50.00% |
|
No, I have Windows XP home
|
  
|
0 |
0% |
|
Yes, I have Windows XP Pro
|
  
|
1 |
50.00% |
|
No, Windows XP Pro
|
  
|
0 |
0% |
|
Yes, I have Windows Vista
|
  
|
0 |
0% |
|
No, I have Windows Vista
|
  
|
0 |
0% |
 |
|
06-06-2009, 09:34 AM
|
#31
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by Cycfari 
Thanks for this great app for my current problem! Basically I need to close RR/Winamp first before the PC does a shutdown so that the last VST presets will be saved. Now i'll have to try & create a bat file or find a exe command to close RR. 
Here's a script that will close RR when executed.
I also included the autoit source.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-06-2009, 10:45 AM
|
#32
|
|
Low Bitrate
Join Date: Nov 2006
Location: Rubidoux, CA
Posts: 96
|
There are some other options out there for intercepting the shutdown command. Girder can do it, by using the RequestShutdown event, performing your actions, and then issuing a shutdown. Also, DShutdown (which is free) will also allow running a program prior to shutdown.
__________________
2000 Ford Expedition Eddie Bauer - Bi-Fuel Gasoline/CNG
Intel D945GCLF2 w/512MB RAM, CL Audigy w/KxProject, M2-ATX, Lilliput EBY701
|
|
|
06-06-2009, 11:21 AM
|
#33
|
|
Low Bitrate
Join Date: Nov 2006
Location: N1 22.921 E103 54.207
Posts: 56
|
Quote: Originally Posted by ThunderStick 
Here's a script that will close RR when executed.
I also included the autoit source.
Great! I was looking for tutorials on making a bat file with the taskkill option. Your app really comes in handy & I'll try it on my PC tomorrow
Will it work if I'm using RoadRunner instead of RideRunner?
Here's my PBTintercept.ini setup :
[OnShutdown]
Runapp=c:\closerr.exe
RuncmdLine=
MaxWaitSecs=0
|
|
|
06-06-2009, 01:36 PM
|
#34
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by Cycfari 
Great! I was looking for tutorials on making a bat file with the taskkill option. Your app really comes in handy & I'll try it on my PC tomorrow
Will it work if I'm using RoadRunner instead of RideRunner?
Here's my PBTintercept.ini setup :
[OnShutdown]
Runapp=c:\closerr.exe
RuncmdLine=
MaxWaitSecs=0

sorry will only work with ride runner
this script will exit before RR is closed so RR may still get killed by the windows shutdown command.
I will work on a modded version later since I will want something like this as well.
|
|
|
06-06-2009, 03:22 PM
|
#35
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Here ya go,
updated version will not close until RR is finished closing.
PBTintercept.ini setup should look just like this:
[OnShutdown]
Runapp=c:\closerr.exe
RuncmdLine=
MaxWaitSecs=0
|
|
|
06-06-2009, 05:08 PM
|
#36
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Ok getting pretty excited about this Power Button Intercept I decided to work on something my self.
Here is a program that will run up to 4 programs one after another. It will also close RR if you would like it to as well.
POSTED IN 1st POST
|
|
|
06-07-2009, 12:18 PM
|
#37
|
|
Low Bitrate
Join Date: Nov 2006
Location: N1 22.921 E103 54.207
Posts: 56
|
Does your program require Windows Script Host to run? It ran well on my desktop. When I tried it on my CarPC using TinyXp REV09, the script will just pause & trigger my "Exit_Menu" skin. I will have to press the Exit button manually or run another instance of CloseRR to sucessfully exit RR. I spent my whole Sunday trying to figure out the problem & finally realised that TinyXp doesn't comes with the Windows Script Host.
|
|
|
06-07-2009, 10:41 PM
|
#38
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by Cycfari 
Does your program require Windows Script Host to run? It ran well on my desktop. When I tried it on my CarPC using TinyXp REV09, the script will just pause & trigger my "Exit_Menu" skin. I will have to press the Exit button manually or run another instance of CloseRR to sucessfully exit RR. I spent my whole Sunday trying to figure out the problem & finally realised that TinyXp doesn't comes with the Windows Script Host. 
This scrip requires nothing extra.
You need to go in to
RRCONFIG
Gerneral => Page 1
change your EXIT OPTION to EXIT, it is probably set on SHOWMENU currently.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-08-2009, 05:54 AM
|
#39
|
|
Low Bitrate
Join Date: Nov 2006
Location: N1 22.921 E103 54.207
Posts: 56
|
Quote: Originally Posted by ThunderStick 
This scrip requires nothing extra.
You need to go in to
RRCONFIG
Gerneral => Page 1
change your EXIT OPTION to EXIT, it is probably set on SHOWMENU currently.
Thanks, Thunder!
I'm so near & yet I missed that out
Everything's well now & RR/Winamp will start with the last VST presets config. I'm really enjoying my music more.
|
|
|
06-12-2009, 10:43 AM
|
#40
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
update 1st post
|
|
|
06-14-2009, 12:41 PM
|
#41
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Solution updated in post 1
stand alone version for runner replaces PB Intercept and CloseRR
|
|
|
06-15-2009, 10:30 AM
|
#42
|
|
Mod - Driveline forum
Join Date: Oct 2003
Location: Michigan
Posts: 82
|
What.. no source code?
|
|
|
06-15-2009, 09:10 PM
|
#43
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
I'm just waiting on feedback before I release the source. I want to make sure it is working for everyone.
Especially Windows XP Home Users
|
|
|
06-19-2009, 01:26 PM
|
#44
|
|
Maximum Bitrate
Join Date: May 2008
Location: Bordeaux, France
Posts: 588
|
It's again a very good job
Thanks
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:58 AM.
| |