Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development


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%
Voters: 2. You may not vote on this poll

Reply
 
Share Thread Tools Display Modes
Old 06-06-2009, 09:34 AM   #31
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by Cycfari View Post
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.
Attached Files
File Type: zip closerr.zip (269.3 KB, 5 views)
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-06-2009, 10:45 AM   #32
Low Bitrate
 
Join Date: Nov 2006
Location: Rubidoux, CA
Posts: 96
CraziFuzzy is an unknown quantity at this point
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
CraziFuzzy is offline   Reply With Quote
Old 06-06-2009, 11:21 AM   #33
Low Bitrate
 
Cycfari's Avatar
 
Join Date: Nov 2006
Location: N1 22.921 E103 54.207
Posts: 56
Cycfari is an unknown quantity at this point
Quote: Originally Posted by ThunderStick View Post
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

Cycfari is offline   Reply With Quote
Old 06-06-2009, 01:36 PM   #34
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by Cycfari View Post
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.
ThunderStick is offline   Reply With Quote
Old 06-06-2009, 03:22 PM   #35
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Thumbs up

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
Attached Files
File Type: zip closerr.zip (269.3 KB, 7 views)
ThunderStick is offline   Reply With Quote
Old 06-06-2009, 05:08 PM   #36
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
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
ThunderStick is offline   Reply With Quote
Old 06-07-2009, 12:18 PM   #37
Low Bitrate
 
Cycfari's Avatar
 
Join Date: Nov 2006
Location: N1 22.921 E103 54.207
Posts: 56
Cycfari is an unknown quantity at this point
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.
Cycfari is offline   Reply With Quote
Old 06-07-2009, 10:41 PM   #38
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by Cycfari View Post
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.
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-08-2009, 05:54 AM   #39
Low Bitrate
 
Cycfari's Avatar
 
Join Date: Nov 2006
Location: N1 22.921 E103 54.207
Posts: 56
Cycfari is an unknown quantity at this point
Quote: Originally Posted by ThunderStick View Post
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.
Cycfari is offline   Reply With Quote
Old 06-12-2009, 10:43 AM   #40
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
update 1st post
ThunderStick is offline   Reply With Quote
Old 06-14-2009, 12:41 PM   #41
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Solution updated in post 1
stand alone version for runner replaces PB Intercept and CloseRR
ThunderStick is offline   Reply With Quote
Old 06-15-2009, 10:30 AM   #42
Mod - Driveline forum
 
ClockWorK's Avatar
 
Join Date: Oct 2003
Location: Michigan
Posts: 82
ClockWorK is on a distinguished road
What.. no source code?
ClockWorK is offline   Reply With Quote
Old 06-15-2009, 09:10 PM   #43
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
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
ThunderStick is offline   Reply With Quote
Old 06-19-2009, 01:26 PM   #44
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 588
pierrotm777 will become famous soon enough
It's again a very good job

Thanks
pierrotm777 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
2008 Yaris 4 Door Sedan PC Install rizaydog Show off your project 55 05-21-2009 08:03 AM
Utility to change behavior of ATX power button (e.g.: launch an app) justintime Software & Software Development 83 05-08-2009 05:45 PM
2007 Ford Fusion Carputer (version 2.0) FusionFanatic Show off your project 43 04-20-2009 05:56 PM
DC-DC Car Power for Mac Mini MikeH MacCar 53 02-19-2005 01:13 PM
I want to add a power button on my dash. Which can i use? Sonicxtacy02 General Hardware Discussion 2 10-25-2004 04:17 PM



All times are GMT -5. The time now is 03:58 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