India Broadband Forum


Autohotkey

This is a discussion on Autohotkey within the Computer hardware and software tips and tricks forums, part of the News and views category; This software can change the way you use your computer for daily and repititive work. Have a look here: Code: ...

Go Back   India Broadband Forum > General > General offtopic discussions > News discussions > News and views > Computer hardware and software tips and tricks

India Broadband Forum


Computer hardware and software tips and tricks Tips, tricks, and how-to's that help you get the most from your computer gear.Visit our Computer Tips And Tricks section

                      

Reply

 

LinkBack Thread Tools Display Modes
Old 08-04-09, 01:35 AM   #1
Junior Member
 
capri's Avatar
 
Join Date: Mar 2009
Age: 28
Posts: 98
Rep Power: 1
capri will become famous soon enough
Default Autohotkey

This software can change the way you use your computer for daily and repititive work. Have a look here:

Code:
http://www.autohotkey.com/
Install it, write a code in notepad, save it with .ahk extension.

The help documentation of this is very good for learners with lots of small and easy to understand examples, that give you a rough idea about the features of this software.

Just explore it a little and you will be benefitted beyond your imagination
Have fun, when you begin making scripts, share your tiny scripts if you want to
capri is offline   Reply With Quote
Old 08-04-09, 01:40 AM   #2
newprouser
Guest
 
Posts: n/a
Default

yes , its indeed good. Altho i have not used it, i found some good programs available at 1 Hour Software by Skrommel - DonationCoder.com , which were written in autohotkey.
  Reply With Quote
Old 08-04-09, 01:55 AM   #3
Junior Member
 
capri's Avatar
 
Join Date: Mar 2009
Age: 28
Posts: 98
Rep Power: 1
capri will become famous soon enough
Default

What i really like is the depth and control over the scripts made by you with this software, i used to download softwares for tiny things, and those softwares did everything except what i needed them to do.

The scripts do exactly what you desire. eg, i usually forgot the important dates and birthdays, now i have a script (though it took little time to make it, as you have to type), that uses SplashImage, date and time functions of this software.

It Splashes an image with text on that date, and it works like a champ, Now i complete fan of Autohotkey
capri is offline   Reply With Quote
Old 08-04-09, 01:59 AM   #4
newprouser
Guest
 
Posts: n/a
Default

Cool ,well u could upload a script or post some screen shots of your own program to give an idea for others
  Reply With Quote
Old 08-04-09, 02:08 AM   #5
Junior Member
 
capri's Avatar
 
Join Date: Mar 2009
Age: 28
Posts: 98
Rep Power: 1
capri will become famous soon enough
Default

The contents of the message that splashes are a bit personal, but here is the script showing daily date and day.

I hated to hover the mouse over the time at taskbar to know the current date and day.

Script:

Code:
#Persistent
clipboard = %A_DDDD%, %A_DD%, %A_MMMM%, %A_YYYY%
SplashTextOn, 250 ,60 , Today's Date, %clipboard%
WinMove, Today's Date, ,750, 0
WinSet, AlwaysOnTop, Off, Today's Date
These are just few lines and not a script or anything big, but definitely useful for me. Paste it in notepad and save it with .ahk extension (name the file anything you wish).
capri is offline   Reply With Quote
Reply

Tags
autohotkey

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 03:27 PM.


India Broadband Forum