- - - - - - - - - - IMPORTANT - - - - - - - - - -
- Scripts and files having a non-alnum character before first dot (.) will not be loaded
- only alnum characters and _ can be used for keyword and filename before .(dot)
- - - For example cmd.ahk will work, c m d.ahk will not work
- - - command line.ahk will not work command_line.ahk will work
- It is thought to name your files not in the traditional way - name.ext
- The idea is to call them - keyword.descripton and options
- - - however you can leave .ahk at the end, then word before .ahk is the keyword of your script
- - - Instead calling them for example cmd.ahk, call it cmd.Command Line Interpreter CAPSLOCKc AUTOSTART
- - - cmd will be the keyword (Run with CAPSLOCK & TAB), dot (.) the separator and remaining the name and option for hotkey and autostart
- Standard script folder is AutoScriptWriter, change in menu settings in SCRIPT MANAGER
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - FEATURES - - - - - - - - - -
- AUTOSTART your scripts - include word AUTOSTART in file name
- KEYWORD LAUNCHER for your scripts - CAPSLOCK & TAB - now you can change the color of it
- - Features:
- - - Enter your scripts name and hit Enter to launch it
- - - - for example your script is called cmd.ahk, enter cmd and hit Enter
- - - Enter a website excluding <!-- w -->www..com<!-- w --> and it will run trough Google I'm feeling lucky
- - - Enter .searchterm and it will search on Google for it
- - - Enter ?searchterm and it will translate German/Englisch on leo.dict.org
- - - Enter -searchterm and it will search for it on ebay
- - - Enter =5+5 for calculations
- - - Enter \\server\folder\file.ext or c:\folder\file.ext and it will run that file/folder
- - - Enter IP address and it will open it with your webbrowser.
- - - Enter :MsgBox, %A_Now% or any other command, it will create temp script and run it. Afterwards it will be deleted
- - NEW - type a character and it will auto suggest your scripts
- - - Run them pressing F1 - F12 or open in editor with ALT & F1-F12
- - - - You can turn off that feature - go menu settings in editor and set SUGGEST AND RUN to 0
- - - - Otherwise set the amound of max suggestions to display and search for
- AUTOMATICALY ASSIGNED HOTKEYs
- - - a file with CAPSLOCKp in filename will be started by pressing CAPSLOCK & P as a hotkey
- - - - - - CAPS/SCROLL/NUMLOCK & a-z or 0-9 can be used as hotkeys
- - - a file with HOTKEYpf in filename will be started by pressing P & F as a hotkey
- - - - - - for this hotkey SPEEDHOTKEY must be ON - CAPSLOCK & ENTER or CTRL & CAPSLOCK to turn ON/OFF
- COMMAND SUGGEST
- - - This will suggest existing commands in editor while you are typing trough ToolTip.
- SCRIPTS PROCESS TERMINATOR (CTRL & PAUSE, CAPSLOCK & PAUSE TERMINATE ALL)
- QUICK FILE AND FOLDER FINDER - CAPSLOCK & SHIFT
- - - - - - - - - Also Included - - - - - - - - - -
- WinInfo Menu Menu by Jon. Quick information about windows and controls
- Anchor V4 V4 by Titan. Control resizing
- hiEdit functions and CmnDlg by majkinetor:
- - - hiEdit - QUICK EDITOR for your scripts suporting syntax highlighting (CAPSLOCK & F5).
- - - - - Script highlighting
- - - - - Find/Replace
- - - - - Lines support and go to
- - - - - Filter your files, also RegExMatch support (use "")
- - - - - TABs for files and File List
- - - - - Undo/Redo
- CmnDlg 4.1
All these functions and script are included in AutoHotkey.ini
They are very usefull. Many thanks to authors.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - You need following - - - - - - - - - -
- AutoHotkey.exe(no need to install)
- AutoHotkey.ini with the script
- hiEdit.zip with hiEdit.dll for hiEdit Editor and KeyWords.hes for syntax highlighting
- All these files need to be in the same folder to run.
COMPLETE FILES:
- ScriptManager.zip
- Script ManagerInstall.exe
- - - - - - - - - - - - - - - - - - - - -
FEEDBACK AND ANY SUGGESTIONS ARE VERY WELCOME

- - - - - - - CHANGES - - - - - - -
13 August 2008
Fixed some errors in command suggest
12 August 2008
- Command suggest
- - - Help and info for AHK commands.
- 09 August 2008
- - - Automatic suggestions when a script starts with typed letters
- - - Set colour of tooltip gui (Capslock & TAB)[/quote]




