| Author |
Message |
Topic: File horror (or funny) story |
[二oO也
Replies: 8
Views: 276
|
Forum: General Chat Posted: Thu Jun 12, 2008 10:26 pm Subject: File horror (or funny) story |
It began with a friend of mine asking for a script to clean out some jpg, txt and other files from his My Documents-folder.
I proceed with writing the following:
ext = txt,jpg,gif,m3u
loop, par ... |
Topic: Can't get AutoHotKey to delete directories |
[二oO也
Replies: 3
Views: 312
|
Forum: Ask for Help Posted: Wed Jun 14, 2006 3:13 pm Subject: Can't get AutoHotKey to delete directories |
Hi quatermass!
Have you tried to just manually delete the directories from Explorer ? If you get a message that says that you don't have access to it or that some other program uses a file i ... |
Topic: Intenet Explorer 'WebURL Saver' |
[二oO也
Replies: 14
Views: 645
|
Forum: Ask for Help Posted: Thu Apr 06, 2006 7:14 am Subject: Changing IE Title |
Hi Goyyah!
I knew already how to change the title, but I just haven't had the motivation to change it, or something.
But now with your script I'll change it right away!
ThanX! |
Topic: Intenet Explorer 'WebURL Saver' |
[二oO也
Replies: 14
Views: 645
|
Forum: Ask for Help Posted: Wed Apr 05, 2006 5:09 pm Subject: Intenet Explorer 'WebURL Saver' |
To Goyyah:
ThanX, your script works! The only thing I had to do is to change Edit1 to Edit2 to fit my IE version (or something.. )
I'm also currently exploring the features of MyIE that you r ... |
Topic: Intenet Explorer 'WebURL Saver' |
[二oO也
Replies: 14
Views: 645
|
Forum: Ask for Help Posted: Tue Apr 04, 2006 9:07 pm Subject: Intenet Explorer 'WebURL Saver' |
Hi guys!
Thanks for your respond!
Unfortunetly none of your scripts seem to work (on my computer?)...
(The log files created contain nothing...)
However, you gave me some ideas that I ca ... |
Topic: Intenet Explorer 'WebURL Saver' |
[二oO也
Replies: 14
Views: 645
|
Forum: Ask for Help Posted: Tue Apr 04, 2006 7:37 pm Subject: Hmm..Yes, I guess |
Well, that will do the trick, but I think it's kind of a work-around.
Also, the script only loop, for example 3 times if there is only 3 IE windows. Then, if one URL is saved twice, one will of cou ... |
Topic: Intenet Explorer 'WebURL Saver' |
[二oO也
Replies: 14
Views: 645
|
Forum: Ask for Help Posted: Tue Apr 04, 2006 7:06 pm Subject: Intenet Explorer 'WebURL Saver' |
Hi everybody!
I'm trying to create a little script that with only the push of a button will save all the current URL's in all IE windows, since I (by various reasons) sometimes have to shut down al ... |
Topic: Trying to automate moving files, and its not doing anything! |
[二oO也
Replies: 9
Views: 426
|
Forum: Ask for Help Posted: Mon Feb 13, 2006 5:39 pm Subject: Typo? |
Hello Machalel!
Maybe you should change:
moveFile=%thisFile% "." %moveExt%
to:
moveFile=%thisFile%.%moveExt%
or
moveFile:=thisFile "." moveExt
*Unteste ... |
Topic: Sliders Game!! |
[二oO也
Replies: 15
Views: 3799
|
Forum: Scripts & Functions Posted: Sun Feb 05, 2006 4:56 pm Subject: File Re-Uploaded |
I have uploaded another copy of Sliders.zip at
http://autohotkey.net/almo9004/Sliders.zip
By some reason, an account doesn't work at AutoHotkey.net if you register as [二oO也
Have f ... |
Topic: REAL Wildcard Hotstring Option |
[二oO也
Replies: 16
Views: 1480
|
Forum: Wish List Posted: Fri Nov 25, 2005 3:39 pm Subject: REAL Wildcard Hotstring Option |
Hi Chris!
I would like to see a a new option in hotstrings. An example: ("&" represents my requested option character)
The hotstring:
:<&>::</&>
This should ... |
Topic: Can we have the Help segment in a printable format... |
[二oO也
Replies: 5
Views: 305
|
Forum: Ask for Help Posted: Tue Oct 18, 2005 4:53 pm Subject: Can we have the Help segment in a printable format... |
...or someone could just add a "printable version" button on each topic.
It should not be so hard to make it work... |
Topic: Refreshing desktop (icons) upon hotkey event |
[二oO也
Replies: 16
Views: 2740
|
Forum: Ask for Help Posted: Sun Aug 14, 2005 3:40 pm Subject: Refreshing desktop (icons) upon hotkey event |
This?
SendMessage, 0x1A, 42,,, ahk_id 0xFFFF
MsgBox, %errorlevel%
No, updates desktop but does not affect the icons state of hidden/visible...
SendMessage Help:
To send a message to ... |
Topic: Refreshing desktop (icons) upon hotkey event |
[二oO也
Replies: 16
Views: 2740
|
Forum: Ask for Help Posted: Sat Aug 13, 2005 10:25 pm Subject: Refreshing desktop (icons) upon hotkey event |
I agree with Serenity, the only thing I need now is something that refreshes the desktop and its icons.
Thanks for your replys, guys!  |
Topic: Refreshing desktop (icons) upon hotkey event |
[二oO也
Replies: 16
Views: 2740
|
Forum: Ask for Help Posted: Fri Aug 12, 2005 9:58 pm Subject: Refreshing desktop (icons) upon hotkey event |
Thank you all for your replys but in some way neither of your suggestions work!
What I'm trying to do is to make a script hide/unhide desktop icons:
hotkey,!1,Hide
hotkey,!2,Sh ... |
Topic: Refreshing desktop (icons) upon hotkey event |
[二oO也
Replies: 16
Views: 2740
|
Forum: Ask for Help Posted: Wed Aug 10, 2005 9:12 pm Subject: Refreshing desktop (icons) upon hotkey event |
I'm looking for a way to refresh the desktop with AHK, (as when you rightclick on desktop and press 'Refresh' in the context menu). The best thing I've come up with so far is this:
hotkey,!1,Refre ... |
| |