Jeff Snyder
EF5
I downloaded a program called AutoIt last year on a recommendation (that I thought I came across on ST, but didn't find it on a quick search), but only now have I gotten around to trying to learn the script language. The program (which is free, FWIW) is basically a scripting environment that is designed to automate tasks on Windows PCs.
It took me about 2 hours of messing around (mostly, looking through the online manual to find the functions I needed, etc.) to significantly simplify the task of getting my laptop ready for a chase. Whereas I've (up until now) had to launch each program one by one, and setup each program individually, I've now written a script that will do all of this solely by double-clicking it (AutoIt comes with a compiler if you want to take the automation script, as an *.exe, to another PC). More specifically, double-clicking the script on my desktop launches GpsGate (and starts the GPS), opens GR3 (and starts GR3's GPS tracking), opens ManyCam, opens iMap Tracker (and starts the tracking), opens Flash Media Encoder (and connects to the server and starts streaming), opens Street Atlas (and starts GPS logging), and opens Spotter Network (and sets my status as "active"). Again, it's not like this used to take a ridiculously long time to do separately, but it's not something I enjoyed having to fool around with when I would rather have been watching radar, forecasting, checking data, etc.
Rereading this, I guess it sounds a little bit like an ad, but I have no interest in AutoIt in terms of the developer, etc. I do think, however, that it may be useful to other chasers who are probably in the same boat as I was/am in terms of having to handle 5-7 different chasing-related apps.
It took me about 2 hours of messing around (mostly, looking through the online manual to find the functions I needed, etc.) to significantly simplify the task of getting my laptop ready for a chase. Whereas I've (up until now) had to launch each program one by one, and setup each program individually, I've now written a script that will do all of this solely by double-clicking it (AutoIt comes with a compiler if you want to take the automation script, as an *.exe, to another PC). More specifically, double-clicking the script on my desktop launches GpsGate (and starts the GPS), opens GR3 (and starts GR3's GPS tracking), opens ManyCam, opens iMap Tracker (and starts the tracking), opens Flash Media Encoder (and connects to the server and starts streaming), opens Street Atlas (and starts GPS logging), and opens Spotter Network (and sets my status as "active"). Again, it's not like this used to take a ridiculously long time to do separately, but it's not something I enjoyed having to fool around with when I would rather have been watching radar, forecasting, checking data, etc.
Rereading this, I guess it sounds a little bit like an ad, but I have no interest in AutoIt in terms of the developer, etc. I do think, however, that it may be useful to other chasers who are probably in the same boat as I was/am in terms of having to handle 5-7 different chasing-related apps.