This was made to open specific programs and web pages for John Deere GSC Employees. All Credit for the name goes to William Cross.

MAKE SURE YOU DON'T CLICK ANYTHING WHILE ITS RUNNING

It opens the programs specified in programs.txt and links in ie.txt, chrome.txt, and firefox.txt
Anything in development marked by *
--------------------------------------------------------------------------------
BROWSER FILES (ie.txt, chrome.txt, [firefox.txt])
Obviously, the different txt files are for different browsers. Maybe eventually I'll consolidate them, but I don't know if that will work. These files need to have the following format (New line indicated by allcaps):
	SITES TO OPEN		Links without any special stuff in between. It'll just type this in the address bar, so there doesn't have to be any "http:\\www."
	REPEAT ABOVE LINE AS MANY TIMES AS NECCESARY.
--------------------------------------------------------------------------------
PROGRAMS (programs.txt)
	LOCATION OF EXE, TIME IT TAKES FOR IT TO OPEN IN MS		Pretty self-explanatory. 1 second = 1000 ms, so 10 seconds would be written as 10000. That's just how autohotkey works. Put them in the order that you want them to open in. (as in put Cisco before Zeacom) Browsers will open last no matter where you put them.
	REPEAT ABOVE LINE AS MANY TIMES AS NECCESARY.
--------------------------------------------------------------------------------
SETTINGS (settings.txt)
    Change these settings appropriately. So far I just have one there for the first time the dealer information panel is opened. In the future I'll just have it close that window when it pops up, but this works for now.