| Author |
Message |
Topic: A simple reminder, alarm, timer program |
Thrillski
Replies: 0
Views: 288
|
Forum: Scripts & Functions Posted: Sun Nov 02, 2008 3:55 pm Subject: A simple reminder, alarm, timer program |
; An Alarm, Reminder, Timer program.
;
; Created by snippets of code found on the Autohotkey forum.
; Assembled by Thrillski with help from Garry
; Posted to Autohotkey Forum November 2, 2008
;
... |
Topic: Merging two nearly identical scripts into one. |
Thrillski
Replies: 2
Views: 107
|
Forum: Ask for Help Posted: Sun Nov 02, 2008 3:38 pm Subject: Exactly what I was looking for... |
Thanks garry. Ideas for programs I have. The skill to do them properly, I do not (yet) have.
I like the GUI interface. Never would have thought to do it or tackled the problem that way...
Mak ... |
Topic: SMTP - Proof of Concept |
Thrillski
Replies: 15
Views: 1137
|
Forum: Scripts & Functions Posted: Sun Nov 02, 2008 5:10 am Subject: A couple of feature requests? |
Looks mighty interesting...
Could it send an attachment or a file?
Could it send at a point in the future? (Assuming no reboots)
I ask because I have to send weekly work reports to my superv ... |
Topic: Merging two nearly identical scripts into one. |
Thrillski
Replies: 2
Views: 107
|
Forum: Ask for Help Posted: Sun Nov 02, 2008 5:06 am Subject: Merging two nearly identical scripts into one. |
Good morning!
Mainly through research on the forums, I have assembled two (2) programs that will pop up a message reminder at an appointed time. One does it via a countdown, ie 10 minutes from ... |
Topic: Turning off the computer |
Thrillski
Replies: 3
Views: 157
|
Forum: Ask for Help Posted: Sat Oct 25, 2008 1:55 pm Subject: Shutdown |
Another solution is to use "Shutdown"
If you wish to turn of the computer on a regular schedule, use Windows Scheduler to execute a one-line script.
Keeps things simple and unless the ... |
Topic: checking multiple email accounts simultaneously |
Thrillski
Replies: 2
Views: 168
|
Forum: Ask for Help Posted: Sat Oct 25, 2008 1:39 pm Subject: eprompter |
Good morning!
There is a little piece of freeware called eprompter which will go out and check multiple email accounts for you. It also has a simple read/reply function built in. Not a bad little ... |
Topic: Numbrix |
Thrillski
Replies: 1
Views: 985
|
Forum: Ask for Help Posted: Mon Sep 22, 2008 4:52 am Subject: Numbrix |
Good morning!
One of the things I would like in AHK is have more casual and fun games and puzzles. I have come across something called Numbrix and think that it is something that could be compu ... |
Topic: Infection [Game] |
Thrillski
Replies: 14
Views: 2290
|
Forum: Scripts & Functions Posted: Sun Aug 03, 2008 5:22 am Subject: Infection |
Jaco, I hope you enjoyed your vacation.
[1] Main thing that I do when I critique something is to mention points I discover. What someone does w/ that is up to them. You had a reason for the black ... |
Topic: Bad Phorm |
Thrillski
Replies: 2
Views: 269
|
Forum: General Chat Posted: Wed Jul 30, 2008 4:02 am Subject: Bad Phorm |
Good morning!
(For those who wish background, check out the podcast Security Now!, episodes 149, 151 and 153. (Even numbered episodes are Q&A's and are not totally dedicated to this breach ... |
Topic: StringTrimLeft |
Thrillski
Replies: 15
Views: 204
|
Forum: Ask for Help Posted: Wed Jul 30, 2008 3:20 am Subject: Random tip |
| One thing I've done when doing such string manipulation is to MSGBOX the contents whenever you do anything to it. In this manner, you have an idea if what you are doing works. |
Topic: Screen scraping, how hard would this be? |
Thrillski
Replies: 9
Views: 354
|
Forum: Ask for Help Posted: Mon Jul 28, 2008 6:20 pm Subject: AS/400 |
Good morning amsgwp!
I discovered that if you double-click in the first character of the field, the AS/400 will highlight the field. It led to some problems when trying to parse the field, but I ... |
Topic: IE Cache Delete (index.dat) |
Thrillski
Replies: 17
Views: 3397
|
Forum: Scripts & Functions Posted: Sat Jul 26, 2008 3:41 pm Subject: XP Warning |
As I run XP, it isn't a problem and having an error-trap routine I have found is a good thing.
Have a nice day!
Thrillski |
Topic: how do we download a file and save it where we want? |
Thrillski
Replies: 9
Views: 252
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 3:40 pm Subject: Splitpath |
Thanks engunneer.
It works in the test script... (c:
Doesn't work in the actual script... I guess I have some debugging to do... *sigh*
Have a nice day!
Thrillski |
Topic: how do we download a file and save it where we want? |
Thrillski
Replies: 9
Views: 252
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 5:36 am Subject: Splitpath |
Good day all!
Upon learning about SplitPath, I thought I'd give it a try. In theory, it should do what I am hoping it does. However, when I tried it, the script never got to the message box. ... |
Topic: Screen scraping, how hard would this be? |
Thrillski
Replies: 9
Views: 354
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 4:55 am Subject: AS/400 screen scrape |
I wrote a helper program for my wife who uses an AS/400 for her work-at-home job and it can be done.
We do a compare via the highlight box and copy to clipboard mess. It doesn't slow things down a ... |
| |