| Author |
Message |
Topic: Using AHK to write a .bat file |
stuboo
Replies: 11
Views: 256
|
Forum: Ask for Help Posted: Tue Aug 04, 2009 12:27 am Subject: Using AHK to write a .bat file |
| Worked perfectly, PurloinedHeart. Thanks to everyone for the help. This community makes a great language even better. |
Topic: Using AHK to write a .bat file |
stuboo
Replies: 11
Views: 256
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 11:53 pm Subject: Using AHK to write a .bat file |
| Removed the / but it didn't fix the problem. Is there a way to stop the cmd window from closing so I can see the output? |
Topic: Using AHK to write a .bat file |
stuboo
Replies: 11
Views: 256
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 10:36 pm Subject: Using AHK to write a .bat file |
Thanks, guys. You're right. RunWait is what I wanted to do, and I had actually seen/used it before but never really understood what the difference is between Run & RunWait.
Now that I have you ... |
Topic: Using AHK to write a .bat file |
stuboo
Replies: 11
Views: 256
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 7:05 pm Subject: Using AHK to write a .bat file |
Thanks, horntail.
Z_Gecko. I suppose I'm just showing my ignorance as to the power of AHK. The reason I was thinking it would be better to stack a series of dynamic batch scripts is because one b ... |
Topic: Using AHK to write a .bat file |
stuboo
Replies: 11
Views: 256
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 4:17 pm Subject: Using AHK to write a .bat file |
| I'm trying to use AHK to write a dynamic bat file that will ultimately resize/rename images for me. I keep getting "Empty variable reference" errors around the area of FileAppend. What am ... |
Topic: Rename all files in a directory based on current names |
stuboo
Replies: 5
Views: 191
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 2:39 pm Subject: Rename all files in a directory based on current names |
Should work fine for up to Slide99.gif
How can I make it work up to Slide999.gif? |
Topic: Rename all files in a directory based on current names |
stuboo
Replies: 5
Views: 191
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 4:20 am Subject: Rename all files in a directory based on current names |
| Brilliant! Thanks so much. I thought I was going to have to do this in PHP after I uploaded the file, but this is the better way. I really appreciate it. |
Topic: How to print a msgbox |
stuboo
Replies: 4
Views: 156
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 3:48 am Subject: How to print a msgbox |
I suppose you could create a GUI that looked like a MsgBox if that's the look you're going for. Then you could create a print button and attach the appropriate action to it.
Gui, Add, Text, x6 y ... |
Topic: Show image while script is running |
stuboo
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 3:33 am Subject: Show image while script is running |
Thanks! It looks like all of those might work. I supposed I'd have to place them at different points in my script to let the user know the % completion of the script.
I appreciate the help. |
Topic: Rename all files in a directory based on current names |
stuboo
Replies: 5
Views: 191
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 3:28 am Subject: Rename all files in a directory based on current names |
I've got a directory full of images that I need to rename. The current naming scheme is...
Slide1.gif
Slide2.gif
Slide3.gif
Slide4.gif
...
Slide30.gif
and I'd like to use AHK to rename the ... |
Topic: Show image while script is running |
stuboo
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Sun Aug 02, 2009 11:34 pm Subject: Show image while script is running |
| I'm working on an ahk script that will have variable execution time because it opens, manipulates, and uploads files. I'd like to show an image somewhere on the screen that will let the user (me) kno ... |
Topic: Regex Replace n words with n ________ |
stuboo
Replies: 4
Views: 284
|
Forum: Ask for Help Posted: Fri Sep 19, 2008 7:13 pm Subject: Thanks! |
| Awesome HugoV. It works like a charm. Thanks so much. |
Topic: Regex Replace n words with n ________ |
stuboo
Replies: 4
Views: 284
|
Forum: Ask for Help Posted: Fri Sep 19, 2008 2:05 pm Subject: Regex Replace n words with n ________ |
Serenity,
Thanks for the help, but it doesn't quite work.
It produces the following in inputOne
The jumped over the lazy dog.
and this in inputTwo
Thequickbrownfoxjumpedoverthelazydog.
It ... |
Topic: Regex Replace n words with n ________ |
stuboo
Replies: 4
Views: 284
|
Forum: Ask for Help Posted: Fri Sep 19, 2008 12:41 pm Subject: Regex Replace n words with n ________ |
I have a small AHK script now that removes selected text from one input field, replaces it with ___________ and pastes it in a second input field. Here it is...
F1:: ; Trigger button.
Send ... |
Topic: Browser window errors (will pay/donate $ for help) |
stuboo
Replies: 10
Views: 329
|
Forum: Ask for Help Posted: Thu Sep 27, 2007 9:20 pm Subject: Browser window errors (will pay/donate $ for help) |
You can automate that without a browser using cURL.
Thanks, but if possible, I'd rather use AHK and a browser window. (I'll be taking a look at cURL though) |
| |