______                                                                   ______
______   /$$$$$$$                            /$$ /$$      /$$            ______
______  | $$__  $$                          | $$| $$$    /$$$            ______
______  | $$  \ $$  /$$$$$$   /$$$$$$   /$$$$$$$| $$$$  /$$$$  /$$$$$$   ______
______  | $$$$$$$/ /$$__  $$ |____  $$ /$$__  $$| $$ $$/$$ $$ /$$__  $$  ______
______  | $$__  $$| $$$$$$$$  /$$$$$$$| $$  | $$| $$  $$$| $$| $$$$$$$$  ______
______  | $$  \ $$| $$_____/ /$$__  $$| $$  | $$| $$\  $ | $$| $$_____/  ______
______  | $$  | $$|  $$$$$$$|  $$$$$$$|  $$$$$$$| $$ \/  | $$|  $$$$$$$  ______
______  |__/  |__/ \_______/ \_______/ \_______/|__/     |__/ \_______/  ______
______                                                                   ______
______                                              (for Launch.IT App)  ______


1) GENERAL INFORMATION
	Launch.IT is a simple & hackable app launcher for Windows (XP, 7 and further)
	It's made using Autoit (https://www.autoitscript.com/)

2) AUTHOR
	Mathieu SALINAS (Taskms4)

3) SCRIPTS VERSION

	[Launch.IT.au3]
     	## BETA ##
	  v0.0.1 - Temporary GUI design & launching programs/applications using static aliases (using variables set inside the code)
     	## 1.0 ##
	  v1.0.0  - New GUI design & launching programs/applications using ".ini" file (can be customized easily without modifying the code)
	  v1.0.1  - Added "inner commands" : RUN, EXPLORER, FILE SEARCH.
	  v1.0.2  - Added the RUN DOS COMMAND "inner command"
	  v1.0.3  - Added the GOOGLE SEARCH "inner command"
	  v1.0.4  - Improved URL management (in previous versions we had to add the "::e " before the URL)
	  v1.0.5  - Search input color can now be modified within the ".ini" file under "GENERAL.CONTROLS","SEARCH_INPUT_HEXCOLOR"
	  v1.0.6  - Added Help module with '::help' command and Edge Support for '::g ...' command (Google Search)
	  v1.0.7  - If a path is typed in launch.IT will now browse the path in an explorer window ('::e' command is not necessary to be specified)
	  v1.0.8  - Added options "GUI_ALWAYSONTOP" and "GUI_ISDRAGGABLE" in the "ini" file
	  v1.0.9  - Reworked code to make it clearer and "shareable" + Added function _GenerateDefaultIniFile() to create a default Ini file if not found
	  v1.0.10 - Added self restart inner command '::restart' to auto restart program (e.g.: after ini modification)

	[Help.Launch.IT.au3]
     	## 1.0 ##
	  v1.0.0.1 - Script created (listing all commands)
	  v1.0.0.2 - Reworked code to make it clearer and "shareable"


4) INSTALL
	No installation is needed, Launch.IT is a portable app.

5) HOW TO USE
	Modify the ".ini" file to add program aliases and/or to customize GUI (size, position, etc..) 
	Launch the Launch.IT application by double-clicking on the Launch.IT executable ".exe".
	In the search bar, type in "inner commands", aliases (specified in the "ini" file) to run, urls to open, paths/folders to browse or keywords to search within your files.
	Launch.IT has 6 "inner commands" :
		- by typing "::help" Launch.IT will launch its help program (provided with the source code and the executable)
		       EX.: "::help"
		- by typing "::restart" Launch.IT will restart itself (useful after ini modifications to "apply" changes)
		       EX.: "::restart"
		- by typing "::s keyword" Launch.IT will search for "keyword" in your files
		       EX.: "::s blueberries"
		- by typing "::c doscmd" it will launch the DOS command "doscmd" in a command prompt
		       EX.: "::c ping 127.0.0.1"
		- by typing "::r task" it will launch the Windows-alias "task" like using Windows Run (Win+R)
		       EX.: "::r mspaint"
		- by typing "::e \\folder\to\browse" Launch.IT will open a file explorer to browse the folder "\\folder\to\browse"
		       EX.: "::e C:\Windows\"
	To close Launch.IT, simply pess {ESC} on your keybord.
	You can also minimized/maximized the launcher using the {LEFT-SHIFT}+{ESC} combo.

6) COPYING / LICENSE
	This software is provided under NO license, it is entirely free and the source code is provided with the programs.
	You can do whatever you want with this software (share/customize/modify it) while you give credit to the original author.
	Please note that the author can not, under any circumstances, be responsible for the consequences of your use or for any damage that may be caused to your computer.
	You use it at your own risk.