Installation Instructions   
	   
	To use the smart switch, do the following:   
	  - Rename AutoHotkey.exe to AHK.exe   
	  - Copy AutoIt3.exe into the Launchbox\AutoHotkey directory 
	  - Copy AutoHotkey.exe included in ZIP file into the Launchbox\AutoHotkey directory 
	   
	How to use  
 
	The smart switch will default to using AutoHotkey to maintain compatibility with existing scripts.   
	To use AutoIt3.exe, have the first line contain ";AutoIt"  
 
	Example: 
 
Msgbox(0,"Hello World","You are using AutoIt!") ;AutoIt  
	You can download AutoIt3.exe at https://www.autoitscript.com/files/autoit3/autoit-v3.zip
 
	Source Code 
	Source Code is included. View the file AutoHotkey.au3 in SciTE.exe packaged with AutoIt or via the notepad.
 
	AutoHotKey/AutoIt Smart Switch License
 
	MIT License
 
	 
 
	 
 
	 
 
	 
 
AutoHotkey.zip