| Author |
Message |
Forum: Support Topic: Simple Form Design |
| mikek |
|
Posted: February 11th, 2012, 6:34 pm
|
|
Replies: 4 Views: 197
|
| Hi all, I'm looking for an easy way to make a form (local, not web based) that will generate a text file. So, just as an example, there might be a drop down menu populated with red, blue, green, and a submit button. If green is selected, once submit is clicked, then a text file would be created fill... |
|
 |
Forum: Support Topic: Throttle Bandwidth for FileCopy |
| mikek |
|
Posted: January 14th, 2012, 12:54 am
|
|
Replies: 1 Views: 93
|
| Hi all, I would like to throttle bandwidth usage for AHK's FileCopy command. Currently, files are copied to my computer from our network at roughly 10 megabytes per second. I would like to limit this to about 3 megabytes per second, so as not to interfere with my boss's automated tasks. I found a pr... |
|
 |
Forum: Support Topic: [solved] Trouble with Run command |
| mikek |
|
Posted: November 17th, 2011, 5:31 pm
|
|
Replies: 6 Views: 200
|
nimda wrote: It makes the command window exit when finished. Changing it for /k leaves an interactive cmd prompt open.
Thank you, nimda, I appreciate it.
- Mike |
|
 |
Forum: Support Topic: [solved] Trouble with Run command |
| mikek |
|
Posted: November 17th, 2011, 1:39 am
|
|
Replies: 6 Views: 200
|
| Actually, it means run spamassassin with the arguments "-t < test.eml > output1.txt" . The meta-characters "<" and ">" are normally interpreted by cmd.exe, not spamassassin. Try this: run %ComSpec% /c spamassassin -t < test.eml > output1.txt That works, Lexikos. Thank ... |
|
 |
Forum: Support Topic: [solved] Trouble with Run command |
| mikek |
|
Posted: November 15th, 2011, 1:43 am
|
|
Replies: 6 Views: 200
|
| The program could be in any folder included in your environment path but the input and the output files should and will be in your current directory. So, I suggest you to look if the current directory is correct. Hi Odlanir, thank you for your response. The ahk script, "runtest.ahk" is in... |
|
 |
Forum: Support Topic: [solved] Trouble with Run command |
| mikek |
|
Posted: November 15th, 2011, 12:24 am
|
|
Replies: 6 Views: 200
|
| Hi all, I'm having trouble with the Run command. This command works at the command line, and has the desired output, which is a text file named "output1.txt": run spamassassin -t < test.eml > output1.txt The same command also works as a .bat file. However, when I try to use ahk to run the ... |
|
 |
Forum: Support Topic: [solved] Email Analyzer with SpamAssassin support |
| mikek |
|
Posted: November 14th, 2011, 10:45 pm
|
|
Replies: 2 Views: 113
|
| Thank you, nimda, I appreciate it. I found this page, which was helpful: http://spamassassin.apache.org/full/3.2.x/doc/spamassassin-run.html By running this command, I was able to get an output of the email message, with spam score information appended at the bottom: spamassassin -t < test.eml > out... |
|
 |
Forum: Support Topic: [solved] Email Analyzer with SpamAssassin support |
| mikek |
|
Posted: November 12th, 2011, 1:29 am
|
|
Replies: 2 Views: 113
|
| Hi all, I'm working on a script that downloads and analyzes email. As part of the script, I want to use SpamAssassin to determine, and report back to me the spam score of the email. I know this is a long shot, but does anyone here happen to be familiar with how to use SpamAssassin, and have suggesti... |
|
 |
Forum: Support Topic: [SOLVED] Trouble getting radio buttons to work |
| mikek |
|
Posted: September 7th, 2011, 11:25 pm
|
|
Replies: 2 Views: 181
|
Thank you, Morpheus. I appreciate your help.
- Mike |
|
 |
Forum: Support Topic: [SOLVED] Trouble getting radio buttons to work |
| mikek |
|
Posted: September 7th, 2011, 12:55 am
|
|
Replies: 2 Views: 181
|
| Hi all, I'm having some trouble getting my radio buttons to work. When I click on the "Lookup" button, I want to be able to check to see which radio button is selected. I am trying to have a message box tell me the value of the two radio buttons, but it is always showing nothing. Any idea ... |
|
 |
Forum: Support Topic: [solved] Escape key activates Cancel button |
| mikek |
|
Posted: September 2nd, 2011, 11:38 pm
|
|
Replies: 2 Views: 105
|
Perfect! Thank you very much, Morpheus.
- Mike |
|
 |
Forum: Support Topic: [solved] Escape key activates Cancel button |
| mikek |
|
Posted: September 2nd, 2011, 10:11 pm
|
|
Replies: 2 Views: 105
|
Hi all, I would like a gui Cancel button to work when the escape key is pressed. (Similar to how the Enter key activates the default button.) Any suggestions would be appreciated. Thank you very much.
- Mike |
|
 |
Forum: Support Topic: Having Problems with Gui Submit |
| mikek |
|
Posted: September 2nd, 2011, 9:53 pm
|
|
Replies: 3 Views: 146
|
I was having the same problem. Thank you, rbrtryn.
- Mike |
|
 |
Forum: Support Topic: Faster file listing of entire drive? |
| mikek |
|
Posted: August 10th, 2011, 4:48 pm
|
|
Replies: 4 Views: 192
|
| Thank you, Leef_me. That is some pretty slick code there and a great idea which is helpful. Even with the new improvements, it was still taking a very long time, though. I tried cutting everything out except the loop itself, and a counter to show progress. I still did not see much in the way of a pe... |
|
 |
Forum: Support Topic: [SOLVED] Remove both duplicates in a text file |
| mikek |
|
Posted: August 9th, 2011, 12:51 am
|
|
Replies: 18 Views: 488
|
I was able to significantly improve the program's speed using InStr instead of comparing line by line. So the program works great now!
Thank you everyone for your help.
- Mike |
|
 |
| Sort by: |