AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 18 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Breaking down a password to component parts...
JonTheNiceGuy

Replies: 1
Views: 645

PostForum: Ask for Help   Posted: Wed Jul 14, 2004 3:10 pm   Subject: Breaking down a password to component parts...
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 o ...
  Topic: Using AutoHotKey for automated testing
JonTheNiceGuy

Replies: 10
Views: 2652

PostForum: Scripts & Functions   Posted: Mon Jul 12, 2004 9:14 am   Subject: Automation using AHK
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 t ...
  Topic: Using Terminal and Non-Terminal Servers with AHK
JonTheNiceGuy

Replies: 4
Views: 1321

PostForum: Scripts & Functions   Posted: Thu May 13, 2004 8:11 am   Subject: Using Terminal and Non-Terminal Servers with AHK
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 ...
  Topic: Using Terminal and Non-Terminal Servers with AHK
JonTheNiceGuy

Replies: 4
Views: 1321

PostForum: Scripts & Functions   Posted: Thu May 13, 2004 12:16 am   Subject: Using Terminal and Non-Terminal Servers with AHK
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 ...
  Topic: GUI + INIwrite + FileInclude
JonTheNiceGuy

Replies: 9
Views: 2966

PostForum: Scripts & Functions   Posted: Fri May 07, 2004 9:04 am   Subject: GUI + INIwrite + FileInclude
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 = ne ...
  Topic: GUI + INIwrite + FileInclude
JonTheNiceGuy

Replies: 9
Views: 2966

PostForum: Scripts & Functions   Posted: Fri May 07, 2004 7:53 am   Subject: GUI + INIwrite + FileInclude
Forgive me for sounding stupid... how would you replace the FileAppend with FileInstall?

Thanks,

Jon
  Topic: Some Utilities
JonTheNiceGuy

Replies: 33
Views: 8148

PostForum: Utilities & Resources   Posted: Tue Apr 27, 2004 10:19 am   Subject: Task Scheduling
I'd made the assumption (probably wrongly) that you can "force" a service to interact with the desktop?
  Topic: Some Utilities
JonTheNiceGuy

Replies: 33
Views: 8148

PostForum: Utilities & Resources   Posted: Tue Apr 27, 2004 7:50 am   Subject: Some Utilities
Probably at a regular time each week.
  Topic: Some Utilities
JonTheNiceGuy

Replies: 33
Views: 8148

PostForum: Utilities & Resources   Posted: Mon Apr 26, 2004 11:57 pm   Subject: using SrvAny
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
  Topic: Reading Configuration Files...
JonTheNiceGuy

Replies: 3
Views: 1599

PostForum: Scripts & Functions   Posted: Mon Apr 26, 2004 11:07 pm   Subject: Reading Configuration Files...
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 = %pas ...
  Topic: Reading Configuration Files...
JonTheNiceGuy

Replies: 3
Views: 1599

PostForum: Scripts & Functions   Posted: Mon Apr 26, 2004 6:37 pm   Subject: Reading Configuration Files...
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, =
...
  Topic: Drop Down Selection box?
JonTheNiceGuy

Replies: 1
Views: 770

PostForum: Wish List   Posted: Mon Apr 26, 2004 6:04 pm   Subject: Drop Down Selection box?
How about implementing a selection box in the same vein as the input box?

Jon
  Topic: Do idle time tasks with custom-made ScreenSavers!
JonTheNiceGuy

Replies: 10
Views: 2016

PostForum: Scripts & Functions   Posted: Mon Apr 26, 2004 9:25 am   Subject: The ToDo List
The list is a prioiritized spreadsheet and has over 500 pending items
Where would I find that spreadsheet?
  Topic: Context Sensitive AHK help
JonTheNiceGuy

Replies: 11
Views: 3381

PostForum: Scripts & Functions   Posted: Fri Apr 23, 2004 1:27 am   Subject: Surely...
This should be %program files% or something similar near the end?

Regards,

Jon
  Topic: Do idle time tasks with custom-made ScreenSavers!
JonTheNiceGuy

Replies: 10
Views: 2016

PostForum: Scripts & Functions   Posted: Fri Apr 23, 2004 12:46 am   Subject: Just out of interest...
How long is the list, and how does one go about helping?
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group