|
Try to start MediaCar from a batchfile. Just put the path to the mediacar binary in a textfile, name it to mediacar.bat or .cmd and put a shortcut to that file in the startup folder. If it doesn't work You can add a sleep command prior to launching mediaplayer in order to hold the launch for x number of seconds (sleep.exe is found in XP resource kit).
Another idea would be to copy the io.dll from %windir%\system32 to the mediacar directory. Depending on how mediacar is coded I guess that it might use the first instance of this DLL that it finds, using the one in the mediacar directory first (if it exists) and thus not caring if the io.dll under system32 is used.
Yet another idea is to use Group Policys for MediaCar startup. Go to start->run and start gpedit.msc. Once the Group Policy tool has started, go to Computer Configuration->Windows Settings->Scripts (Startup/Shutdown) and double-click on Startup. There You can add the Medicar binary and it will (or at least should) start at startup.
Just workarounds to help You out - dunno wether they work or not (especially the second one as I don't know much about libraries in windows).
__________________
ich bin anders...
Last edited by ambush : 10-18-2004 at 06:55 AM.
|