| Author |
Message |
Topic: Variable problem |
alantsd
Replies: 2
Views: 53
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 12:24 pm Subject: Variable problem |
FAQ
Use the backtic `% see http://www.autohotkey.com/docs/commands/_EscapeChar.htm
Whao thanks mate! you have been very helpful.. |
Topic: Variable problem |
alantsd
Replies: 2
Views: 53
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 12:08 pm Subject: Variable problem |
May i know how to copy files in a folder named %folder% ?
%folder% is not a variable.
But the hotkey will read it as variable.
Eg, C:\Dir\%folder% will read as C:\Dir rather than C:\Dir\%folder ... |
Topic: More Explanation on source code |
alantsd
Replies: 2
Views: 342
|
Forum: Wish List Posted: Sat Feb 23, 2008 5:10 pm Subject: More Explanation on source code |
The source code for AutoHotkey is commented, excessively in fact. What part of it don't you understand?
It's great to see your reply,however
It is still too hard for me now...
I'll come back to ... |
Topic: More Explanation on source code |
alantsd
Replies: 2
Views: 342
|
Forum: Wish List Posted: Sat Feb 09, 2008 6:07 pm Subject: More Explanation on source code |
I would like to understand the source code more in deep and hopefully writing a more flexible code later.
Thank you.  |
Topic: How to rename file locked by dll and process? |
alantsd
Replies: 0
Views: 128
|
Forum: Ask for Help Posted: Fri Jan 25, 2008 4:14 am Subject: How to rename file locked by dll and process? |
I like Ahk because it is very straight forward.
Does anyone know how to rename or move file already locked by process and dll?
And then terminate the process and unload the dll.
i have seen th ... |
Topic: Password Dictionaries |
alantsd
Replies: 1
Views: 141
|
Forum: Ask for Help Posted: Sat Nov 17, 2007 5:15 pm Subject: Password Dictionaries |
SetBatchLines -1
no1 :=1
no2 :=1
no3 :=0
;no4 :=0
;no5 :=0
;no6 :=0
;no7 :=0
IfExist, C:\pass2.txt
FileDelete, C:\pass2.txt
Send:
i ... |
Topic: Password Dictionaries |
alantsd
Replies: 1
Views: 141
|
Forum: Ask for Help Posted: Sat Nov 17, 2007 5:03 pm Subject: Password Dictionaries |
SetBatchLines -1
no1 :=0
no2 :=0
no3 :=0
;For future
;no4 :=0
;no5 :=0
;no6 :=0
;no7 :=0
IfExist, C:\pass2.txt
FileDelete, C:\pass2.t ... |
Topic: Filecopy Help! |
alantsd
Replies: 7
Views: 400
|
Forum: Ask for Help Posted: Thu Nov 01, 2007 12:39 pm Subject: Filecopy Help! |
If you want to keep the files you copy in their original folder structure (i would) then u won't need a loop.
In which case the code below would do what u want quick and easy.
If you want them all ... |
Topic: Filecopy Help! |
alantsd
Replies: 7
Views: 400
|
Forum: Ask for Help Posted: Sat Oct 27, 2007 7:37 am Subject: Filecopy Help! |
Maybe i misunderstood the problem but couldn't u just mirror the folder structure of MyDocs in a folder on E also caled MyDocs?
then use
Thanks ...but
Sometimes ...i like to copy my friends's pe ... |
Topic: Filecopy Help! |
alantsd
Replies: 7
Views: 400
|
Forum: Ask for Help Posted: Fri Oct 26, 2007 11:14 am Subject: Filecopy Help! |
Hi i'm newbee in AHK...
I wish to backup all my Homeworks in pendrive to my document folder.
All my Homeworks are organised in folder...there are 100++ folders..
The folder's name will be changed d ... |
| |