Thread: autosave?
View Single Post
Old 09-06-2004   #15 (permalink)
goldfndr
Knight Tooth Puller
 
goldfndr's Avatar
 
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
While I could post a script to do it, I think it'd be better to add it to the default script. That way you're less likely to miss any features (e.g. sound).

With the default script saved in a file (e.g. save as default.vbs, make copy as def.vbs, edit def.vbs):
  1. Add the first two lines at the top of the file (actually, anywhere prior to the SUBroutine definitions).
  2. Add the latter line within the OnScanComplete subroutine, just after "End If" and before "End Sub", a couple of lines above the "Dim GPSOk".
Note that it might prompt to save the first time it runs, but I'm hopeful you can handle that once per run.
goldfndr is offline   Reply With Quote