AutoMee Reference v2.27 beta
(Please also refer to [history.txt] and [User_Settings.ini] for latest updates information)
{REPEAT} |
{REPEAT},N,... (your commands go here) to repeat your command(s) N times Example: {REPEAT},3,notepad _~_ mspaint ;; open notepad & mspaint 3 times |
{SEND_KEYS} | {SEND_KEYS},param1,delay1,param2,delay2,... Param1 can be included/excluded windows title for this entry. (see default INI file for examples) Param1 also can be {REPEAT X},0, with X is number of times to loop current {SEND_KEYS} command. To stop the loop, press hotkey to {RELOAD_INI}. Parameters can be:
|
{SLEEP} | {SLEEP}, X ;; delay X (in milliseconds) |
{AUTO_COMPLETE} | Auto-complete entries in INI file can be:
|
{USB_LIST} {USB_RESCAN} {USB_REMOVE} |
List, rescan and unplug USB Devices. {USB_REMOVE} @PART_OF_USB_IDs* Caution: Use {USB_LIST} and Plug & Unplug to know about your USB Devices IDs. (physical Plug - List - Unplug - List - Compare 2 Lists) |
{WIN_SHOW_TITLE} |
{WIN_SHOW_TITLE} to show title of current active window. (useful to know a window title, to put in Including/Excluding in {SEND_KEYS} |
{TURN_APPEND_CLIPBOARD} | Turn on/off Appending Clipboard mode. When turned on, you can copy may text, then turn off this mode and paste all of them together. |
{TOGGLE_MONITOR} | Switch monitor on/off. (This can save energy and your eyes :) |
{HIDE_SHOW_ACTIVE_WIN} | Hide/Show currently activate windows. (for quickly hide your working windows from curious eyes :) |
{QUICK_LAUNCH} | Show Quick Launch box. In Quick Launch box, the history of commands will be shown. Just input the number to execute one of them again. Or, you can type a part of command you want to execute. AutoMee will go and search in INI file & history file and display in the box. Then, just type in the number to execute the one you want. |
{CDTRAY} | Open CD/DVD drive tray. (to save that button from many times closing/opening) |
{KILL_PROCESS} | Quickly search and kill freezed process by typing a part of process name. |
{SHOW_PC_INFO} | Show & Copy: PCName, IP (highlight PCName first) |
{WALLPAPER_FLICKR} | {WALLPAPER_FLICKR} keyword Download wallpaper from flickr (which matched keyword), and set as your desktop wallpaper. |
{WORLD_TIME} | |
Volume Control | {VOLUME_MUTE}, {VOLUME_DOWN}, {VOLUME_UP}, {VOLUME_MAX} |
{COLOR_AT_MOUSE} | Show color at mouse position & copy to clipboard. Example: #FFFFFF (255,255,255) |
{ENCRYPT} {DECRYPT} |
Encrypt/decrypt text with your key using MD5. |
{UNIT_CONVERTER} | Convert common units: length, area, volume, weight, temperature, pressure, etc. |
Windows Control | {WIN_ACTIVATE} win_title ;; to activate a window |
{CAPTURE_REGION} | Show a transparent frame to capture whatever under that frame. Drag on "move" button to move that frame on screen. Move mouse to the edges of frame to resize it. |
{EXPAND_RUN_BOX} |
Not only show Windows' Run Box, but also expand combo box which contains list of command lines in Run Box. |
Popup Messages |
{MSG},delay_ms,text - popup a message box. If delay_ms<>0, message box will be closed after that time. Set delay_ms=0, message box will wait for user click OK button. {TOOLTIP},delay_ms,text - show tooltip. (delay_ms must have) {TRAYTIP},delay_ms,text - show text as baloon tooltip on system tray. (delay_ms hust have). |
{CHECK_VERSION} | Connect to AutoMee website to check for new version. |
{SHOW_INI} {RELOAD_INI} |
When you modify something in INI file while AutoMee is running, try to reload it. |
{SHOW_TODO} {QUICK_TODO} |
{QUICK_TODO} is useful to quickly note down a Todo Item or your Idea. |
{ASSOC_RUN} | {ASSOC_RUN} path_to_file Open file using associated software. |
{CLIPBOARD_STRIP} |
Strip text format from Clipboard Content. See INI example: Ctrl+Shift+V to Paste Clipboard as Plain Text |
{SEND_MAIL} |
{SEND_MAIL}, to_email@mail.com, Sample Subject, Sample Body In Body, you can use "\_\" to break line. Remember to change settings in INI file, group [AutoMee]: |
{SOUND_PLAY} |
{SOUND_PLAY},X,path_to_file Play WAV/MP3 file X times. If X > 1, sound file will be played fully X times, then AutoMee resumes what it's working on. {SOUND_PLAY},3,@WindowsDir\Media\tada.wav |
{QUICK_CRON_JOB} |
To quickly set a Short-time Cron Job. It will remind you after a short time by running a customized command (like: popup message). Short time is less than 24 hours. For example: Boiling water alarm, Taking a short break, Auto Restart/Shutdow/etc... after a short time. In INI file (HotKeys group), define some of your QUICK_CRON_JOB_x which are actions attach to your Quick Cron Job. (X is Number) In QUICK_CRON_JOB_x, you can use @USER_INPUT to ask for parameter for command. |
{QUICK_CALC} ![]() |
Shows quick Inline-Calculator. (default: Ctrl 4) - Type in expression, press Enter. Example: (9 + 1)/(2 a 1) = 10/3 = 3.333 (a: add, s: subtract, m: multiply, d: devide - they're useful for Laptop users) - Ex: 1,500.00 a 300 [enter] - Calculate between 2 dates. Example: today 10/25/1982 |
{TWITTER_POST} ![]() |
Quickly update your status on Twitter.com Twitter_User = your_twitter ; new entry in [AutoMee] groupTwitter_Pass = your_password |
Computer Control |
{PC_RESTART}, {PC_PC_SHUTDOWN}, {PC_LOGOFF}, {PC_SUSPEND}, {PC_LOCK} Below commands with Cancel button (Timeout in 3 secs) {PC_RESTART_CFM}, {PC_PC_SHUTDOWN_CFM}, {PC_LOGOFF_CFM}, {PC_SUSPEND_CFM}, {PC_LOCK_CFM} |
AutoMee Variables |
@WDAY @MON @DAY @YEAR @HOUR @MIN @SEC @WindowsDir @USER_INPUT (this will get text from Input Box, then insert it into AutoMee command whenever command is executed) $YourIniFile, $YourTodoFile, $ActivityLogFile |
{TURN_HOTKEYS} {EXIT_AUTOMEE} {RESTART_AUTOMEE} |
Turn AutoMee Hotkeys ON/OFF Exit AutoMee Restart AutoMee (close, then run AutoMee again) |