AutoHotkey Community

It is currently May 22nd, 2012, 1:50 pm

All times are UTC [ DST ]


Search found 21 matches
Search these results:

Author Message

 Forum: Support   Topic: AutoCorrect.ahk (from the Manual)

Posted: June 1st, 2011, 10:13 am 

Replies: 4
Views: 522


I "fixed" it by removing the block of Anglicized to accented conversions, and it all works fine. I suspect the issue is with one or more of the accented characters not being handled correctly, but I'm not hugely fussed by not having them right now...

 Forum: Support   Topic: AutoCorrect.ahk (from the Manual)

Posted: June 1st, 2011, 9:25 am 

Replies: 4
Views: 522


I spotted a AHK script referenced in the manual called AutoCorrect.ahk (under the HotStrings section), and downloaded it. In essence, it performs a boat load of HotString swaps, based on common mis-spellings. So, I thought I'd give it a whirl, but I got this back: "Error: Hotstrings max abbrevi...

 Forum: Support   Topic: Some trouble using ActiveX DLLs

Posted: May 19th, 2011, 4:39 pm 

Replies: 0
Views: 133


I'm trying to set up a script to trigger commands on a remote machine using SSH. I know I could use plink, but I want to do things like: perform some processing based on the responses from the server or check that the username and password have worked successfully. So, here's the basic, non-interact...

 Forum: Support   Topic: Breaking down a password to component parts...

Posted: July 14th, 2004, 3:10 pm 

Replies: 1
Views: 1193


I receive a log file daily of new accounts created with a random password string. I wrote this script to break down each character of that password, but for some reason, it keeps missing a couple of the characters. Now, I understand why when it's part of the script, that it would process the curly b...

 Forum: Scripts   Topic: Using AutoHotKey for automated testing

 Post subject: Automation using AHK
Posted: July 12th, 2004, 9:14 am 

Replies: 10
Views: 5014


I use it for automatically backing up log files, and running "quota checks" on drives. Sometimes you can get a bit annoyed if you don't remember to put a long enough pause in, or if you can't get it to read the right titles or whatever, but on the whole it's a fantastic product!

 Forum: Scripts   Topic: Using Terminal and Non-Terminal Servers with AHK

Posted: May 13th, 2004, 8:11 am 

Replies: 4
Views: 2859


Well, the RunEvent/RunSvr combo is not the best written piece of scripting in the world ever, however, it does the job, and will poll 10 servers in about 20 minutes, plus have run a complete export of the log files in that time. The only thing I seem to have a problem with so far is that the screens...

 Forum: Scripts   Topic: Using Terminal and Non-Terminal Servers with AHK

Posted: May 13th, 2004, 12:16 am 

Replies: 4
Views: 2859


These last few weeks I've been playing with AHK to write some utilities for work. I've stored these at http://www.spriggs.org.uk/autohotkey/ These are: config.ini <- This file is used to draw server lists, plus can be used to store authentication details ServerConsole.ahk <- This file is a HTA GUI c...

 Forum: Scripts   Topic: GUI + INIwrite + FileInclude

Posted: May 7th, 2004, 9:04 am 

Replies: 9
Views: 5238


A hint I just picked up while tweaking this script... if you want to find the selected radio button, you can't use frm.radiogroup.value... you need to do the following... <script> fso = new ActiveXObject("Scripting.FileSystemObject"); function ini(source){ frm=document...

 Forum: Scripts   Topic: GUI + INIwrite + FileInclude

Posted: May 7th, 2004, 7:53 am 

Replies: 9
Views: 5238


Forgive me for sounding stupid... how would you replace the FileAppend with FileInstall?

Thanks,

Jon

 Forum: Utilities   Topic: Some Utilities

 Post subject: Task Scheduling
Posted: April 27th, 2004, 10:19 am 

Replies: 34
Views: 14002


I'd made the assumption (probably wrongly) that you can "force" a service to interact with the desktop?

 Forum: Utilities   Topic: Some Utilities

Posted: April 27th, 2004, 7:50 am 

Replies: 34
Views: 14002


Probably at a regular time each week.

 Forum: Utilities   Topic: Some Utilities

 Post subject: using SrvAny
Posted: April 26th, 2004, 11:57 pm 

Replies: 34
Views: 14002


I've had a few problems running a script as a scheduled task in Windows 2k, (I'm guessing it's because it can't activate and de-activate the tasks) however, will this get around this problem?

Jon

 Forum: Scripts   Topic: Reading Configuration Files...

Posted: April 26th, 2004, 11:07 pm 

Replies: 3
Views: 2957


I was actually going to build the password into a series of ascii characters it would send - giving me a little bit of security... so I'd loop as follows: password_old = %password% password = %password{ASC %value%} Then I can send %password% But, I'll play with this for now, and if I can't...

 Forum: Scripts   Topic: Reading Configuration Files...

Posted: April 26th, 2004, 6:37 pm 

Replies: 3
Views: 2957


I'm trying to write a configuration script reader, and I'm not having a lot of luck making it work. Here's what I've got... Loop, read, config.ini { Loop, parse, A_LoopReadLine, = { msgbox,%a_index% has a value of %A_LoopField% if %a_index%<2 { Variable = ; No Variable Set Command = %...

 Forum: Suggestions   Topic: Drop Down Selection box?

 Post subject: Drop Down Selection box?
Posted: April 26th, 2004, 6:04 pm 

Replies: 1
Views: 1624


How about implementing a selection box in the same vein as the input box?

Jon
Sort by:  
Page 1 of 2 [ Search found 21 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group