ErrorLevel ( "syntax" )
# create marker file
If ( DirExists("\MN Settings") )
WriteFile( "\MN Settings\Format_Test.txt", "FORMAT TEST")
EndIf
RunWait("\Storage Card\PartitionChecker.exe")
If ( FileExists("\MN Settings\Format_Test.txt") )
Delete("\MN Settings\Format_Test.txt")
EndIf
Run("\Storage Card\
NAVIGON\PM.exe")
RUN ("\Storage Card\
NAVIGON\
navigon.exe")
SLEEP 10000
SET TRUE, "1"
WHILE EQUALS %TRUE%, "1"
SLEEP 200
GETCOLORAT 223,203,COLOR
IF EQUALS %COLOR%, 8684164
MOUSECLICK "Mobile Navigator",223,203
SET TRUE, "0"
ENDIF
ENDWHILE
SLEEP 1000
EXIT