Hi, I am hoping for some help. I have a Memory-Map install on a Peaklife GPS running Wince, however each time I restart the device the licence key needs to run again. This works OK if the device is connected to a PC and I double click on the licence key each time, so to get it working on each restart I have created the following script, however, it doesn't seem to activate the licence key before it starts the exe. Can anyone advise where I may be going wrong?
Run ("\SDMMC\MMRA540\licence-e33ba95b5.mmlicinst")
Sleep (5000)
Run ("\SDMMC\MMRA540\Memory-Map_CE2.exe")
Thanks,