This was made By David Daily 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
--------------------------------------------------------------------------------
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. Browsers will open last no matter where you put them.
	REPEAT ABOVE LINE AS MANY TIMES AS NECCESARY.
--------------------------------------------------------------------------------

TEXT REPLACEMENT
Case_Text.ahk
This is the one for the text replacement. You will see a box in your toolbar that has an H in it, and if the replacement stops working for some reason, right click it and try reloading it.

`	=	[backtick]	in the case template this will type the disclaimer. (no space at the beginning) [ONLY WORKS IN THE CASE TEMPLATE]


UPDATE LOGS
newest version at top


##	0.2	##
	*	Removed dependancy for Settings.txt
	*	Changed file structure for easier updates
	*	Added some things for case template and zeacom
	*	Made it check to see if the correct window is active just in case
	*	Made it do the dealer verification thing, clear the template and go to the xID box
	*	Added text replacement: press the ` [backtick] key in the case template to type the disclaimer (no space at the beginning, you can change that) [ONLY WORKS IN THE CASE TEMPLATE]
	*	Minor fixes
	
--------------------------------------------------------------------------------