| Author |
Message |
Topic: How to wait for text in telnet window before moving on.. |
scoob8000
Replies: 4
Views: 558
|
Forum: Ask for Help Posted: Mon Sep 21, 2009 6:19 pm Subject: How to wait for text in telnet window before moving on.. |
Yeah, this will be an unmanned script.
I ended up using a very old terminal program (procomm) which supports scripting for the job..
As much as I love AHK, it's just trying to reinvent the wheel ... |
Topic: How to wait for text in telnet window before moving on.. |
scoob8000
Replies: 4
Views: 558
|
Forum: Ask for Help Posted: Fri Sep 18, 2009 12:47 pm Subject: How to wait for text in telnet window before moving on.. |
Trying to make a small script that waits for a specified text string before sending the next command.
sleep(); is not going to be reliable for this application. I need to make sure the system is r ... |
Topic: Asking a user a multiple choice question |
scoob8000
Replies: 3
Views: 444
|
Forum: Ask for Help Posted: Fri Aug 22, 2008 2:48 pm Subject: Asking a user a multiple choice question |
Wow, that was easy!
I had a feeling Gui was going to be easier then trying to rename the Yes/No buttons, but the command is so extensive I didn't know where to begin.
Thanks guys! |
Topic: Asking a user a multiple choice question |
scoob8000
Replies: 3
Views: 444
|
Forum: Ask for Help Posted: Fri Aug 22, 2008 1:14 pm Subject: Asking a user a multiple choice question |
I'm trying to combine two simple scripts into one.
I need to ask the user "on" or "off" to decide which one to run.
I can make it work with the yes/no message box, but follow ... |
Topic: RegEx Powered Dynamic Hotstrings |
scoob8000
Replies: 141
Views: 20877
|
Forum: Scripts & Functions Posted: Wed Jan 02, 2008 1:05 pm Subject: RegEx Powered Dynamic Hotstrings |
Can anyone else with <XP use this script?
I couldn't find anything running on my W2K workstation, so I'll give it a shot in a vmware box at home if I remember.
Nonetheless, I'm just going ... |
Topic: RegEx Powered Dynamic Hotstrings |
scoob8000
Replies: 141
Views: 20877
|
Forum: Scripts & Functions Posted: Mon Dec 31, 2007 1:00 pm Subject: RegEx Powered Dynamic Hotstrings |
I just tried #InstallKeybdHook, still no luck.
Going to do some more digging, there's gotta be something running on this machine preventing it from working..
Should it matter if AHK is installe ... |
Topic: RegEx Powered Dynamic Hotstrings |
scoob8000
Replies: 141
Views: 20877
|
Forum: Scripts & Functions Posted: Fri Dec 28, 2007 7:08 pm Subject: RegEx Powered Dynamic Hotstrings |
I've been trying to get this function to work for me for a few days with no luck. Just for the heck of it, I tried it on my other PC and it works just fine.
Both pc's have the same version of AHK, ... |
Topic: Hotstrings - Detecting string of certain length. |
scoob8000
Replies: 6
Views: 579
|
Forum: Ask for Help Posted: Fri Dec 28, 2007 12:53 pm Subject: Hotstrings - Detecting string of certain length. |
you may need
That looks like it should do what I need, it should be easy enough to build a regex that matches my serial number string or mac address string.
I was hesitant to reply in that thre ... |
Topic: Hotstrings - Detecting string of certain length. |
scoob8000
Replies: 6
Views: 579
|
Forum: Ask for Help Posted: Thu Dec 27, 2007 6:21 pm Subject: Hotstrings - Detecting string of certain length. |
Hrm. Basically what I'm doing is I have a barcode scanner that works as if you actually typed what it scans.
I scan a barcode with a MAC address (no spaces or colins), tab to the next field, scan ... |
Topic: Hotstrings - Detecting string of certain length. |
scoob8000
Replies: 6
Views: 579
|
Forum: Ask for Help Posted: Thu Dec 27, 2007 4:21 pm Subject: Hotstrings - Detecting string of certain length. |
I feel like such a newb asking so many questions, not knowing where to begin trying to figure things out on my own.
I've made so many tedious tasks at work so simple and smooth so far, every day I ... |
Topic: Sending keystrokes to a window without activating? |
scoob8000
Replies: 4
Views: 492
|
Forum: Ask for Help Posted: Tue Dec 18, 2007 12:51 pm Subject: Sending keystrokes to a window without activating? |
Thanks, I'll give that a shot!
As for Cygwin, I sent you a PM on that one.
Thanks! |
| |