El
Run (%SETMEM%, "50000")
sleep 100
subelo de 5000 en 5000 (mas o menos) probando cada vez hasta mas o menos 75000 u 80000
y puede que te falte esto
#Delete ("\Storage Card\Iberia_950_6544\MapSettings.cfg")
#sleep 100
Compara con este cambiando SDMMC por Storage Card
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 ("\SDMMC\Iberia_950_6544\MapSettings.cfg")
#sleep 100
Delete ("\SDMMC\Navigator\CurrentMap.dat")
Delete ("\SDMMC\Navigator\UserPatch.dat")
sleep 100
#XCopy( "\SDMMC\Navigator\MapSettings\*.*", ("\Iberia_950_6544\")
#sleep 100
SET SETMEM, "\SDMMC\Navigator\SetMem.exe"
Run (%SETMEM%, "70000")
sleep 100
#Start Navigator
#Run(SystemPath("ScriptPath")\"TomTom Navigator.exe")
Run("\SDMMC\Navigator\TomTom Navigator.exe")
Waitfor("TomTom Navigator", 1000)
while (WndActive ("TomTom Navigator"))
sleep(15000)
endwhile
#Kill("Tomtom Navigator.exe")
Exit