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>