################################################################
# Registrieren von MortScript, falls noch nicht geschehen
################################################################
If ( NOT (RegKeyExists( "HKCR", "MortSscript" )))
RegWriteString( "HKCR", "MortScript", "Default", "MortScript" )
RegWriteString( "HKCR", "MortScript\DefaultIcon", "Default", "\Storage Card\MortScript\MortScript.exe,-130" )
RegWriteString( "HKCR", "MortScript\Shell\Open\Command", "Default", """\Storage Card\MortScript\MortScript.exe"" ""%1""" )
RegWriteString( "HKCR", ".mortrun", "Default", "MortScript" )
RegWriteString( "HKCR", ".mscr", "Default", "MortScript" )
Endif
#################################################################
#Starten von Poi_Warner
#################################################################
Run("\Storage Card\Poiwarner\Poiwarner.exe")
#################################################################
# Starten von
Navigon
#################################################################
Run("\Storage Card\
navigon\
NAVIGON\
navigon.exe")
#################################################################
#Starten von GPS_Mate.exe
#################################################################
Run("\Storage Card\GPS-Mate\GPS_Mate.exe" )
#################################################################
# Killen von GPS_Mate
#################################################################
WaitFor( "GPS-Mate", 8 )
Sleep ( 100 )
If ( WndExists( "GPS-Mate" ) )
Close( "GPS-Mate" )
EndIf
If ( ProcExists( "GPS_Mate.exe" ) )
Kill( "GPS_Mate.exe" )
EndIf
Exit
################################################################
# Registrieren von Systeminformation, falls noch nicht geschehen, um *.sii-Datei zu starten!
################################################################
If ( NOT (RegKeyExists( "HKCR", "SystemInformation" )))
RegWriteString( "HKCR", "SystemInformation\Shell\Open\Command", "Default", """\Storage Card\iPhoneToday\iPhoneToday.exe"" %1" )
RegWriteString( "HKCR", ".sii", "Default", "SystemInformation" )
Endif
##################################################################