| Author |
Message |
Topic: Find logged in Username? |
charliemopps
Replies: 2
Views: 113
|
Forum: Ask for Help Posted: Tue Nov 30, 2010 9:50 pm Subject: Find logged in Username? |
http://www.autohotkey.com/docs/Variables.htm
HINT : "Operating System and User Info"
Thanks! One thing I found out is you have to be sure no files are in use (duh) But it's working g ... |
Topic: Find logged in Username? |
charliemopps
Replies: 2
Views: 113
|
Forum: Ask for Help Posted: Tue Nov 30, 2010 8:36 pm Subject: Find logged in Username? |
I need to write a script to delete files in a folder thats installed under "My Documents"
All users will be in WinXP
The folder location looks like this:
\\Server001\Users$\USERJIMP\Fol ... |
Topic: Chatbot? |
charliemopps
Replies: 2
Views: 844
|
Forum: Utilities & Resources Posted: Tue Nov 16, 2010 10:40 pm Subject: Chatbot? |
| Does anyone know of a chatbot that will work with any client? Or got an AHK script that will cut and paste to and from a turing test AI or something? I'm trying to debug a chat client we're releasing ... |
Topic: Code Auto nesting |
charliemopps
Replies: 0
Views: 760
|
Forum: Scripts & Functions Posted: Fri Sep 24, 2010 3:33 pm Subject: Code Auto nesting |
This script will auto nest what's in the clipboard based on the variables at the beginning.
The way its set up by default is to nest on ( and denest on )
It currently only works for single charact ... |
Topic: Nesting script? |
charliemopps
Replies: 7
Views: 292
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 9:08 pm Subject: Nesting script? |
| never mind, I just realize my approach is all wrong. |
Topic: Nesting script? |
charliemopps
Replies: 7
Views: 292
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 9:00 pm Subject: Nesting script? |
I'm getting somewhere with it, but it's not adding up my tabs.
anyone know why?
AutoTrim, off
Tabs = 1
Loop, parse, clipboard, (,
{
pretty = %pretty% %A_LoopField% `n
... |
Topic: Nesting script? |
charliemopps
Replies: 7
Views: 292
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 7:35 pm Subject: Nesting script? |
I suppose I can parse through the string with AHK an replace ( and ) with line feeds and tabs... Look up StringReplace.
Yea, I know about string replace. But if I want to keep track of the nesting ... |
Topic: Nesting script? |
charliemopps
Replies: 7
Views: 292
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 6:26 pm Subject: Nesting script? |
I may not be understanding your question, but have you tried Regular Expressions?
And you can make your own formatting rules in Notepad++ (search for userDefineLang.xml)
I'm not understanding yo ... |
Topic: Nesting script? |
charliemopps
Replies: 7
Views: 292
|
Forum: Ask for Help Posted: Thu Sep 23, 2010 4:53 pm Subject: Nesting script? |
Does anyone know of a configurable nesting script?
Even if it's not in AHK...
I've got to maintain a bunch of code in a proprietary database. It's got it's own functions and structure that is Vagu ... |
Topic: Reading Dynamically changing controls |
charliemopps
Replies: 6
Views: 221
|
Forum: Ask for Help Posted: Thu Aug 12, 2010 7:10 pm Subject: Reading Dynamically changing controls |
Do you have a way to get the control values/labels already, or is that another part of the problem?
I mean, I can read them all with control spy, or any of the other utilities people have posted on ... |
Topic: Reading Dynamically changing controls |
charliemopps
Replies: 6
Views: 221
|
Forum: Ask for Help Posted: Thu Aug 12, 2010 3:28 pm Subject: Reading Dynamically changing controls |
How to get a Control's ClassNN by coordinates ?
http://www.autohotkey.com/forum/viewtopic.php?p=94327#94327
Sorry that won't help. There are several controls with the same labels.
Also, some of ... |
Topic: Reading Dynamically changing controls |
charliemopps
Replies: 6
Views: 221
|
Forum: Ask for Help Posted: Thu Aug 12, 2010 2:43 pm Subject: Reading Dynamically changing controls |
I'm trying to read data out of a ticketing system that was unfortunately written rather poorly.
One of the lame things is that the system dynamically creates controls every time you open a new tab ... |
Topic: Script to search outlook? |
charliemopps
Replies: 2
Views: 231
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 7:29 pm Subject: Script to search outlook? |
| Nah, I'm not that great at VBA and there's nothing even remotely like what I want to do in that thread. |
Topic: Script to search outlook? |
charliemopps
Replies: 2
Views: 231
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 6:35 pm Subject: Script to search outlook? |
I need to write a script that will search a particular outlook folder.
I need the script to look for the first IP address listed in the message body and then insert that IP Address into the beginning ... |
Topic: Need help with a simple counter |
charliemopps
Replies: 6
Views: 328
|
Forum: Ask for Help Posted: Mon Nov 16, 2009 7:26 pm Subject: Need help with a simple counter |
| thank you! That worked. I don't know why... but it worked! |
| |