Hey everyone,
Since I haven't yet created anything that isn't specific to my job, and haven't ever posted any examples, I figured I would share this little script I made a while ago for fun between projects.
#include <GUIConstants.au3>
#include <Misc.au3>
HotKeySet("{F9}", "Start")
HotKeySe...