Veovis's AutoHotkey.net Page

Click here to veiw my posts on the Autohotkey Forum

My Scripts:

Launcher v2

. . . . . . .

A program I wrote to replace the start button. Use launcher maker to edit the menus and stuff. Hope you enjoy!

Inclides: Power.ahk - a small program i wrote to replace the really slow and annoying windows XP shutdown dailogue box.

Download:

Launcher2.zip

SysInfo v3.1

Program that resides into your taskbar, it shows cpu, battery, volume, and ram usage. Fully customizable using an INI file.

. . . .

Download:

Sysinfo31.zip

AHKPad v1.6

AHK Pad

A rather simple and UNCOMPLETE editor for AHK script, with features including:

  • All commands below have a button associated to them.
  • basic New, Save, Save as, Open etc. commands
  • Test Script in a temporary file by pressing F5
  • Open AHK Help by pressing F5
  • Customize Font and Word Wrap

it is Uncomplete becuase:

  • you must restart for font to change
  • Find and Replace does not work

Download:

AHKPad16.zip (includes pictures)

AHKPad16.ahk (just the code)

Binary to ASCII converter

ASCII

die

This is a simple script that converts ASCII text to 8-bit Binary, with optional 'padding'. The picture above show the text on the left converted to ASCII with 1 space as padding.

Download:

ASCII_Binary.ahk