That is in development with the help of some code from Studly_Steve
i need something how this, but for download music at my carpc.
That is in development with the help of some code from Studly_Steve
No probs, glad to see it going to good use.Originally Posted by UK_MP3Car
![]()
If you need any bits explaining or any help let me no.
Hey UK.
Any update on this project ?![]()
The road is long but we are getting there.
Hey tolisn,
Been doing multiple projects at once, have just updated it to work with updating Freedrive for CdRSkuLL. Doing music next, if I get time this weekend I'll do an upgrade Interchange and release.
Could really use music updating as well as working with rr as shell. Any idea when you might have these ready?
Thanks much
Cobelli
You should definitely be able to just have the built in OS auto run functionality run an app. Possibly even just a batch file to do the work.Originally Posted by UK_MP3Car
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Autorun won't work using USB the same as with a CD. Interchange is being designed to be much cleverer than a simple batch file. It will automatically open and close RoadRunner, FreeDrive etc, update and then reopen them again. I'm hoping to do some coding on it today and get a release out asap.Originally Posted by Arathranar
Nice.. Please integrate in as standard in roadrunner!![]()
I thought autorun worked on any removable media. Shame if it doesn't. But if it did, something like this should work:Originally Posted by UK_MP3Car
@ECHO OFF
taskkill /f /im rr.exe
xcopy /S /D /Y %~dp0\RoadRunner\* %ProgramFiles%\RoadRunner\
start %ProgramFiles%\RoadRunner\rr.exe
Add appropriate kill, copy & restart steps for each different app. Obviously an exe talking to RR through the SDK commands can probably do things a lot more neatly. But still, for a 30 seconds script it would do the trick for me if I didn't have wireless from my car pc to my home network.
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Bookmarks