Muchas gracias a los dos, he modificado el ficherito de marras y ahora iré al coche a probarlo.

Si veis alguna incongruencia, por favór, soy todo ojos para leer vuestros post.

Errorlevel ("off")


RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\ActivityTi mers", True, True)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\State\Syst emIdle", True, True)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\State\User Idle", True, True)
RegDeleteKey ("HKLM", "System\CurrentControlSet\Control\Power\Timeou ts", True, True)




Delete ("\Storage Card\Navigator\CurrentMap.dat")
Delete ("\Storage Card\Navigator\UserPatch.dat")




Delete ("\Storage Card\Iberia_1010_8892\MapSettings.cfg")
sleep 100


XCopy( "\Storage Card\Navigator\MapSettings\*.*", ("\Iberia_1010_8892\")
sleep 100



SET SETMEM, "\Storage Card\Navigator\SetMem.exe"


Run (%SETMEM%, "70000")
sleep 100


Start Navigator
Run(SystemPath("ScriptPath")\"TomTom Navigator.exe")


Run("\Storage Card\Navigator\TomTom Navigator.exe")
Waitfor("TomTom Navigator", 1000)


while (WndActive ("TomTom Navigator"))
sleep(15000)
endwhile


Exit