Archive for the ‘Macros’ Category

HowTo: Shutdown your Mac with a text message

Monday, April 21st, 2008

Ever went on a trip and thought oh shit I forgot to turn of my Mac? Well you could turn around and go back, you could call a friend or you could just send a text message to your email address that Mail downloads and shut it down yourself. I’ve already showed you how to shutdown windows with a text message and a batch script. Now it’s time to do it Mac style. To complete this tutorial you will need the following.

1. A Mac (duh) Ive only tried this on Leopard, if you get it running on Tiger please let me know.
2. Mail which if you have a Mac you should have installed.
3. ScriptEditor also included with Mac
4. A cellular phone with sms text messaging capabilities and sms service.
(more…)

Automate Windows and Dos tasks using AutoIt

Monday, May 29th, 2006

Automate Windows and Dos tasks using AutoIt

Download AutoIt

Have you ever wanted to automate some of your more repetitive Windows or DOS tasks?
Well now you can using a freeware tool called AutoIt. AutoIt is an easy to use automation program that allows you to convert EXE files to AutoIt scripts then launch the newly converted script. The power in this application lies within it’s ability to pass parameters to the script at run time. This software could be used in conjunction with my previous How to remote shutdown windows using a text message and outlook express .

AutoIt is a simple tool that can simulate key presses, mouse movements and window commands (maximize, minimize, wait for, etc.) in order to automate any windows based task (or even windowed DOS tasks).

When AutoIt is executed, it reads a specified script file. This script file allows AutoIt to perform a number of functions, these include:
• Executing programs (Windows applications, DOS commands, etc.)
• Sending keystrokes and mouse clicks (all characters, keyboard layout independent).
• Window functions (e.g. minimizing, hiding, restoring, waiting for, activating).
• Simple text clipboard functions.
• Simple registry functions.
• Simple string and variable functions.

[TAGS] Automation, Automation Software, Macros, Windows Automation, Productivity[/TAGS]