| Author |
Message |
Topic: any way to extract a script currently in memory |
d-man
Replies: 5
Views: 258
|
Forum: Ask for Help Posted: Mon Oct 29, 2007 8:22 am Subject: any way to extract a script currently in memory |
| I have a weird problem. I have a script running that was started (executed) on a computer I no longer have. I have no copy of this script anymore, but it is a huge script that I would really like to h ... |
Topic: looking for a couple of utilities, bookmarks & rtf edito |
d-man
Replies: 2
Views: 371
|
Forum: Utilities & Resources Posted: Wed Dec 27, 2006 7:24 pm Subject: looking for a couple of utilities, bookmarks & rtf edito |
| Looking for a good bookmark manager (not online), with categories; the browser ones are awkward for me, with so many links, and not so portable. And a replacement for Wordpad that loads fast and shows ... |
Topic: Open File in Editor |
d-man
Replies: 15
Views: 783
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 2:42 am Subject: Open File in Editor |
@d-man
yeah but it doesn't open the file in the editor like he wanted
you're right, but when I try to close Notepad (or EditPlus) it warns me to save the text. So, I guess it works like I had opened ... |
Topic: Open File in Editor |
d-man
Replies: 15
Views: 783
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 1:43 am Subject: Open File in Editor |
I think the following code is what your after
FileRead, Mytext, Textfile.txt ; Textfile.txt should be the text file you wish to open.
WinWait, Untitled - Notepad ; Waits until window is avalible ... |
Topic: strange clipboard behaviour |
d-man
Replies: 20
Views: 600
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 1:31 am Subject: strange clipboard behaviour |
| the original code works perfectly for me on 2 diff xp computers. maybe this should be under bugs |
Topic: Open File in Editor |
d-man
Replies: 15
Views: 783
|
Forum: Ask for Help Posted: Mon Oct 09, 2006 12:38 am Subject: Open File in Editor |
| I don't think so. You eliminated all the possibilities I know of with AHK. What else could there be? |
Topic: AHK Racing with Bet! |
d-man
Replies: 29
Views: 1481
|
Forum: Scripts & Functions Posted: Sun Oct 08, 2006 1:28 am Subject: AHK Racing with Bet! |
| m8, odds are 1 in 5—u should at least get 5x what you bet for 1:5 odds. |
Topic: script requests:monthly reminder & file comparing |
d-man
Replies: 8
Views: 374
|
Forum: Ask for Help Posted: Fri Oct 06, 2006 12:15 am Subject: script requests:monthly reminder & file comparing |
| what is scheduled tasks & how can i use it to make a monthly pop-up? |
Topic: script requests:monthly reminder & file comparing |
d-man
Replies: 8
Views: 374
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 2:01 am Subject: script requests:monthly reminder & file comparing |
I had to change the folder script slightly to:
Folder1 := "C:\WINNT"
Folder2 := A_Temp
Loop %Folder2%\*.*
IfNotExist, %Folder1%\%A_LoopFilename%, FileDelete, %A_LoopFile ... |
Topic: script requests:monthly reminder & file comparing |
d-man
Replies: 8
Views: 374
|
Forum: Ask for Help Posted: Thu Oct 05, 2006 12:05 am Subject: script requests:monthly reminder & file comparing |
Wow. Thanks Goyyah. So simple, too. I think you deserve the "Most Helpful" award around here.
http://i12.tinypic.com/48eelwl.gif |
Topic: script requests:monthly reminder & file comparing |
d-man
Replies: 8
Views: 374
|
Forum: Ask for Help Posted: Wed Oct 04, 2006 10:46 pm Subject: script requests:monthly reminder & file comparing |
Hello. Anyone can help with these two things I'd like?
Firstly, I'd like a monthly reminder pop-up message on the same date. How could I do that?
Second is a little more complicated, I would l ... |
Topic: How to make a monthly pop-up reminder?! |
d-man
Replies: 1
Views: 410
|
Forum: Ask for Help Posted: Tue Oct 03, 2006 9:41 am Subject: How to make a monthly pop-up reminder?! |
Any ideas on how to make a pop-up reminder happen every month? It's got to work between the computer going off and on, but I can put it in my main start up script which is always running.
Thanks fo ... |
Topic: How to make clickable web link in text field |
d-man
Replies: 4
Views: 318
|
Forum: Ask for Help Posted: Tue Sep 26, 2006 2:15 am Subject: How to make clickable web link in text field |
| Hey thx a bunch. |
Topic: How to make clickable web link in text field |
d-man
Replies: 4
Views: 318
|
Forum: Ask for Help Posted: Tue Sep 26, 2006 12:55 am Subject: How to make clickable web link in text field |
| Hmm. How would you put that in the middle of some other text without it all being blue? |
Topic: How to make clickable web link in text field |
d-man
Replies: 4
Views: 318
|
Forum: Ask for Help Posted: Tue Sep 26, 2006 12:44 am Subject: How to make clickable web link in text field |
| Is there a way to make a clickable web address in an text field? Or any way at all? So as you put it in your GUI and you can click on it to go to the web page? thx |
| |