Re: OT macro program

From: Ruhann <groupstudy_at_ru.co.za>
Date: Mon, 12 Apr 2010 16:23:50 +0200

I assume you asking on windoze?

Then use Autohotkey.It is really powerful and easy to use.
Allows to script just about any user action including mouse movements

example:
if <ALT>+E is pressed type "sh ip int brief"

In the script that would look like
  !e::
  SetKeyDelay, -1
  sendraw sh ip int brief
  send {space}
  Return

HTH

On Sun, Apr 11, 2010 at 4:46 AM, scuba diver <scuba1934_at_gmail.com> wrote:

> OT
>
> Does anyone know a good macro program I can use to automate my keystrokes?
> I use a lot of long enable and login passwords I have to type out many
> times
> a day that this would really be helpful for. You know when you can just do
> Control P and it automatically types your 20 character password for you for
> example.
>
> Scuba
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
>

-- 
<ruhann>
www.routing-bits.com
Blogs and organic groups at http://www.ccie.net
Received on Mon Apr 12 2010 - 16:23:50 ART

This archive was generated by hypermail 2.2.0 : Sat May 01 2010 - 09:49:57 ART