| Author |
Message |
Topic: Send a text string based on day-of-week? |
garry
Replies: 2
Views: 40
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 9:01 pm Subject: Send a text string based on day-of-week? |
example (instead of msgbox your command send)
if A_WDay=6
msgbox,today is friday`nA
else
msgbox,today is NOT friday`nB
|
Topic: Tab : uncheck box |
garry
Replies: 4
Views: 60
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 8:04 pm Subject: Tab : uncheck box |
maybe I don't understand
this checks if file exist (test.txt when Tab tools)
Gui, Add, Tab, gMytab vMyTab w625 h400, Format|Tools
Gui, Tab, Tools
Gui, Add, Checkbox, vChkGRUB gMytab Checked
;Gui, ... |
Topic: Tab : uncheck box |
garry
Replies: 4
Views: 60
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 1:29 pm Subject: Tab : uncheck box |
not "checked" really, just a small example
Gui, Add, Checkbox, vChkGRUB gA1 Checked,
Gui, Show,w100, RescueUSB
Return
Guiclose:
exitapp
A1:
guicontrolget,chkgrub
if chkgr ... |
Topic: Deleting entries from TXT file. |
garry
Replies: 1
Views: 75
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 8:08 am Subject: Deleting entries from TXT file. |
I see no difference between TXT or CSV
here an example
-delete multiple marked lines with rightclick
MODIFIED=20100316
;------ LV DELETE marked lines with rightclick -------
;------- create a t ... |
Topic: Make a batch command window transparent |
garry
Replies: 4
Views: 95
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 9:14 pm Subject: Make a batch command window transparent |
It works, must activate the DOS window to type in ( click on DOS window border )
experiment also with variables
to move use ahk gui
when see nothing press escape button to quit
ask Lexikos for det ... |
Topic: Folder Spy to Copy Files |
garry
Replies: 10
Views: 407
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 7:22 pm Subject: Folder Spy to Copy Files |
sorry Greg,
it doesn't overwrite, create new numbered copies .... |
Topic: Make a batch command window transparent |
garry
Replies: 4
Views: 95
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 6:42 pm Subject: Make a batch command window transparent |
...but I cannot make the CMD window transparent
http://www.autohotkey.com/forum/post-278986.html#278986
;-------------- DOS embedded transparent ------------
;-- http://www.autohotkey.com/for ... |
Topic: Folder Spy to Copy Files |
garry
Replies: 10
Views: 407
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 5:05 pm Subject: Folder Spy to Copy Files |
hello Greg
didn't checked script
maybe can you use this (?)
http://www.autohotkey.com/forum/post-339792.html#339792 |
Topic: [Solved]Clear listbox |
garry
Replies: 2
Views: 40
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 10:46 am Subject: [Solved]Clear listbox |
clear listbox
GuiControl,1:,MyListPQSMOUNT,|
|
Topic: Over-written file recovery? |
garry
Replies: 3
Views: 74
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 10:12 am Subject: Over-written file recovery? |
Copy example which not overwrites existing files (Add A_index to filename)
(creates test file and folder for test)
MODIFIED=20100315
Filename=Copy_Example01.ahk
;-----------------------------
c ... |
Topic: [Solved]FileCopy problem with folder [Folder] |
garry
Replies: 2
Views: 56
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 9:19 am Subject: [Solved]FileCopy problem with folder [Folder] |
just an idea, try to copy drive c to drive s,
can break when close DOS window
(don't understand regex yet, should learn)
#persistent
A=xcopy "c:\*.*" /k /r /e /i /s /c /h s:\ ... |
Topic: MP3 Player with ID3 Tags and cover art support (0.1) |
garry
Replies: 8
Views: 392
|
Forum: Scripts & Functions Posted: Mon Mar 08, 2010 9:12 pm Subject: MP3 Player with ID3 Tags and cover art support (0.1) |
concerns AG3,
topic55451.html not exist, AG3 is=
http://www.autohotkey.com/forum/topic55452.html |
Topic: FileGetSize and ftp |
garry
Replies: 7
Views: 197
|
Forum: Ask for Help Posted: Sun Mar 07, 2010 12:10 pm Subject: FileGetSize and ftp |
works for you Tlams ?
can't test it maybe I have no access
think need more brackets, specially after else ....
try this (needs httpquery, see above)
FileGetSize, b100X, %A_scriptdir%\CurrentVer ... |
Topic: FileGetSize and ftp |
garry
Replies: 7
Views: 197
|
Forum: Ask for Help Posted: Sun Mar 07, 2010 9:25 am Subject: FileGetSize and ftp |
not sure if works, must login for FTP
this example works:
url = http://www.autohotkey.com
;url=ftp://tlams.free.fr/Metin2/maj/metin2.exe ; not works
SIZE7:=HttpQueryI ... |
Topic: How to convert selected text into comment (including date) w |
garry
Replies: 5
Views: 133
|
Forum: Ask for Help Posted: Sat Mar 06, 2010 11:19 am Subject: How to convert selected text into comment (including date) w |
for example above,
save as xy.ahk, start script , see nothing
mark your text (added by Jitendra) , then press F7
starts notepad and it writes your text with date (e4) to notepad and shows a message ... |
| |