| Author |
Message |
Topic: Capital LETTERS |
icefreez
Replies: 3
Views: 199
|
Forum: General Chat Posted: Fri Aug 01, 2008 10:30 pm Subject: Capital LETTERS |
"]I hope this is a joke... because there is a key on your keyboard called ^LShift::Capslock
It was a joke apparently people did not think it was all that funny though  |
Topic: Capital LETTERS |
icefreez
Replies: 3
Views: 199
|
Forum: General Chat Posted: Fri Aug 01, 2008 4:17 pm Subject: Capital LETTERS |
I AM LOOKING TO WRITE A SCRIPT SO I CAN TYPE IN ALL CAPITAL LETTERS WHEN IT IS ACTIVE, AND TYPE IN ALL LOWERCASE WHEN IT IS NOT ACTIVE.
CURRENTLY WHEN TYPING I MUST TYPE LIKE THIS TO YELL AT PEOPLE ... |
Topic: Folder Manipulation |
icefreez
Replies: 5
Views: 123
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 4:46 pm Subject: Folder Manipulation |
Oh no, I must have been typing when you posted it
Thx |
Topic: Folder Manipulation |
icefreez
Replies: 5
Views: 123
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 4:40 pm Subject: Folder Manipulation |
I managed to get a script to do everything I want except get the Modified date for the folder.
My script currently does this. Asks for user name, finds root folder, then asks for folder with in tha ... |
Topic: Folder Manipulation |
icefreez
Replies: 5
Views: 123
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 3:51 pm Subject: Folder Manipulation |
So I am having a bit of trouble implementing a script I would like to make.
What I want to do is take a list of folders (with files and more folders in them) and rename them with the modified date ... |
Topic: Joke Script |
icefreez
Replies: 49
Views: 5009
|
Forum: Scripts & Functions Posted: Thu Apr 03, 2008 5:42 pm Subject: Joke Script |
oh yeah that isn't very funny
; CRT Monitor Kill
loop {
SendMessage, 0x112, 0xF170, 2,, Program Manager
sleep 1000
SendMessage, 0x112, 0xF170, -1,, Program Manager
}
not tes ... |
Topic: Joke Script |
icefreez
Replies: 49
Views: 5009
|
Forum: Scripts & Functions Posted: Tue Apr 01, 2008 9:20 pm Subject: Joke Script |
I am surprised this thread was not resurrected for April Fools.
This script displays a msgbox letting you know it has been loaded. Press SPACEBAR to get rid of the msgbox. It will wait untill someo ... |
Topic: MSN Messanger chat window Launcher |
icefreez
Replies: 12
Views: 1490
|
Forum: Scripts & Functions Posted: Thu Mar 27, 2008 6:02 pm Subject: MSN Messanger chat window Launcher |
This is an amazing Script. I would love to see this script modified into more of an nDroid [url=http://www.autohotkey.com/forum/topic3010.html]320MPH style searching.
So you press a hotkey like CTR ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
icefreez
Replies: 281
Views: 55667
|
Forum: Scripts & Functions Posted: Thu Mar 06, 2008 3:18 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| Anyone know how to get AVG to stop quarantining nDroid? |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
icefreez
Replies: 281
Views: 55667
|
Forum: Scripts & Functions Posted: Wed Mar 05, 2008 8:13 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
I have been using this program for a few weeks now and loving it so far, however my anti virus (AVG) now says nDroid is a "Trojan horse PSW.Agent.SAO" and forces me to quarantine it.
Anyo ... |
Topic: Digits of pie |
icefreez
Replies: 5
Views: 398
|
Forum: General Chat Posted: Wed Feb 27, 2008 8:34 pm Subject: Digits of pie |
Anyone care to take a stab at this with AHK
http://www.isotf.org/?page_value=13223
From Reddit: http://reddit.com/info/6a32u/comments/
I love the comment "So this is the Boss at the en ... |
Topic: Refresh folder Dir using Listview GUI |
icefreez
Replies: 6
Views: 336
|
Forum: Ask for Help Posted: Wed Feb 27, 2008 6:44 pm Subject: Refresh folder Dir using Listview GUI |
| Just incase anyone searches for this post in the future I came up with a simpler way to check for file changes to a directory. Simply loop through the folder and store all file names in one long varia ... |
Topic: Open for 20 min or more detect |
icefreez
Replies: 1
Views: 102
|
Forum: Ask for Help Posted: Fri Feb 22, 2008 8:23 pm Subject: Open for 20 min or more detect |
Well this is not coded very well but I think I figured it out.
Checks at 1 sec intervals. If the window has been open longer than 5 seconds (ticks / loops) it prompts you with a msgbox. This is us ... |
Topic: Open for 20 min or more detect |
icefreez
Replies: 1
Views: 102
|
Forum: Ask for Help Posted: Fri Feb 22, 2008 7:37 pm Subject: Open for 20 min or more detect |
I am looking to detect if a window has been open for longer than 20 min, and display a msgbox if has been. The catch is I am launching multiple windows one after the other.
So lets say I have the w ... |
Topic: Send to FTP, Copy URL to clipboard |
icefreez
Replies: 3
Views: 536
|
Forum: Ask for Help Posted: Wed Jan 09, 2008 10:50 pm Subject: Send to FTP, Copy URL to clipboard |
I was able to figure it out somewhat using WinSCP's command line commands. http://winscp.net/eng/docs/commandline
count = 0
Loop, %0% ; For each parameter:
{
param := %A_Inde ... |
| |