View Single Post
Old 10-11-2005, 06:57 AM   #8
IntellaWorks
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Vehicle: 2005 Toyota Tacoma
Posts: 1,173
My Photos: ()
How to use it:

Below is the XML file. In directory tag you put the applications shell path
The priority is self explanitory.
The name tag is for the process name, so launch your app press ctrl + alt + delete and look for the exe of your front end and put that here.

Oh and don't try Explorer.exe if its already as your windows shell, it freaks the machine out... not sure why...

Code:
<settings> <application> <directory>C:\carinterface.exe</directory> <priority>1</priority> <name>CarInterface</name> </application> <application> <directory>E:\</directory> <priority>2</priority> <name>CarInterface</name> </application> <application> <directory>C:\</directory> <priority>3</priority> <name>Emercency</name> </application> </settings>

__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote