----------------------------------------------------------------------
RegWriteDWord("HKLM","Debug","Debugger_Enable",1)
If ( FileExists("\My Flash Disk\ErrorReporter.exe"))
If ( NOT RegValueExists("HKLM","Debug","JITDebugger") OR RegRead("HKLM","Debug","JITDebugger") ne "\My Flash Disk\ErrorReporter.exe" )
RegWriteString("HKLM","Debug","JITDebugger","\My Flash Disk\ErrorReporter.exe")
Run("\My Flash Disk\Reset.exe")
EndIf
Endif
If ( FileExists("\My Flash Disk\TC\FreshCheckTool.exe") )
Run("\My Flash Disk\TC\FreshCheckTool.exe")
Run("\My Flash Disk\POIWarner\poiwarner.exe")
EndIf
Run("\My Flash Disk\
NAVIGON\pm.exe")
-------------------------------------------------------------
Mein Original autorunceInternal.mscr ist:
----------------------------------------------------------------
If ( FileExists("\My Flash Disk\BT\BTCore.exe") )
Run("\My Flash Disk\BT\BTCore.exe")
EndIf
If ( FileExists("\My Flash Disk\BT\PhoneApplication.exe") )
Run("\My Flash Disk\BT\PhoneApplication.exe", "-WindowMode=Minimized")
EndIf
Run("\My Flash Disk\
NAVIGON\pm.exe")
-----------------------------------------------------------------