### MortScript ###
X= FileExists("\SDMMC\nav7.txt")
If (X=0)
Message( "Change SD Card to
Navigon 7","SDMMC" )
Else
SET SETMEM, "\SDMMC\mortscript\programs\setMem.exe"
RunWait (%setMEM%, "3000")
Sleep (1000)
copy "\SDMMC\Fonts\ARIAL.TTF" , "\Windows\Fonts\arial.TTF"
copy "\SDMMC\Fonts\ARIALBD.TTF" , "\Windows\Fonts\arialbd.TTF"
copy "\SDMMC\Fonts\ARIALK.TTF" , "\Windows\Fonts\arialk.TTF"
Sleep(1000)
# Set volume max on startup, remove # befor setvolume
# SetVolume 255
#startup of
Navigon
RunWait "\SDMMC\mobilenavigator\autorun.exe"
Sleep(1000)
RunWait "\SDMMC\autorunce.exe"
Sleep(1000)
CallScript("\SDMMC\mortscript\scripts\nav7.mscr")
EndIf
Exit