also, i see you are using autoit, sweet program. I actually did the same thing months ago to get rid of the nag screen with an older version of autoit.
Anyway, for those who are testing on a desktop that dont have a gps mouse change the startup.au3 file to be like this to also kill the no gps popup. It just sends another enter after the warning screen.
Code:
;
; AutoIt Version: 3.0
;
;iGuidance
;Run("C:\Program Files\iNav\iGuidance\iGuidance.exe", "C:\Program Files\iNav\iGuidance", @SW_MAXIMIZE)
Run("C:\Program Files\iNav\iGuidance\iGuidance.exe", "C:\Program Files\iNav\iGuidance")
WinWaitActive("")
Send("{ENTER}")
Send("{ENTER}")
;Run("C:\Documents and Settings\Ryan McCormick\Desktop\TMOlog.exe", "C:\Documents and Settings\Ryan McCormick\Desktop")
;WinWaitActive("TechnoMotive Datalogger Command Screen")
;ControlClick("TechnoMotive Datalogger Command Screen", "", 1116)
;WinWaitActive("Open")
;Send("forrest5.tlg{ENTER}")