| Author |
Message |
Forum: Issues Topic: Bug when using A_LoopFileExt |
| Yek-Toho-Tua |
|
Posted: March 2nd, 2009, 10:39 am
|
|
Replies: 3 Views: 1525
|
| This will be fixed in the next release. A_LoopFileExt will be blank for any filename having no extension but a period in its pathname. Thanks for reporting it. No worries, and thanks for the prompt reply. By the way, I use AHK virtually all the time . My reliance on it has become ... addictive? To ... |
|
 |
Forum: Issues Topic: Bug when using A_LoopFileExt |
| Yek-Toho-Tua |
|
Posted: March 1st, 2009, 5:38 am
|
|
Replies: 3 Views: 1525
|
| Make this file structure (note the 2nd filename has no extension): C:\folder.name\filename.ext C:\folder.name\justfilename Run this code: Loop, C:\folder.name\*.* { MsgBox, %A_LoopFileName% has extension -->%A_LoopFileExt%<-- } Return The two messages are: filename.ext has extension -->ext... |
|
 |
Forum: Issues Topic: Slight bug with FileCopyDir |
| Yek-Toho-Tua |
|
Posted: February 12th, 2009, 9:37 am
|
|
Replies: 2 Views: 1127
|
No worries. Thanks for confirming the "feature".
Using an AHK script to backup data for over 350 users, you tend to come across a LOT of unusual / corrupt folder structures, so it took a while to nail this one down!  |
|
 |
Forum: Support Topic: Single Line /* Comment */ causes unexpected result |
| Yek-Toho-Tua |
|
Posted: February 12th, 2009, 8:50 am
|
|
Replies: 5 Views: 548
|
Quote: A curious thing about the way AHK interprets block comments is that you can make a Hello World that can run in both AHK and C:
thats neat! not sure how useful that is though  |
|
 |
Forum: Support Topic: SendInput bug with long strings |
| Yek-Toho-Tua |
|
Posted: November 20th, 2008, 1:59 pm
|
|
Replies: 2 Views: 800
|
| I don't get the same problem using SendPlay - can you post your code? Using SendInput, at around 5000 characters, it does seem to stop sending. This is documented in the help file: Unlike the other sending modes, the operating system limits SendInput to about 5000 characters (this may vary depending... |
|
 |
Forum: Issues Topic: Slight bug with FileCopyDir |
| Yek-Toho-Tua |
|
Posted: November 20th, 2008, 11:06 am
|
|
Replies: 2 Views: 1127
|
| Create the following folders and files: C: \---test | site.htm | \---site_files file.txt The files can be 0 byte / empty or whatever. Then run this script: FileCopyDir, c:\test, c:\testcopy, 1 If ErrorLevel MsgBox, Error occured with errorlevel %ErrorLevel% else MsgBox, No error You will get "E... |
|
 |
Forum: Support Topic: converting reg into ahk |
| Yek-Toho-Tua |
|
Posted: October 16th, 2008, 7:33 pm
|
|
Replies: 20 Views: 3012
|
|
 |
Forum: Support Topic: Small problem with SendRaw vs SendInput |
| Yek-Toho-Tua |
|
Posted: September 14th, 2008, 3:09 pm
|
|
Replies: 2 Views: 411
|
Excellent, it worked perfectly (even without the full stop):
Code: SendInput, % "{Raw}" theArray%theIndex%
I won't pretend to understand why quotes make it work...  |
|
 |
Forum: Support Topic: Small problem with SendRaw vs SendInput |
| Yek-Toho-Tua |
|
Posted: September 14th, 2008, 8:31 am
|
|
Replies: 2 Views: 411
|
| According to the help file, doing SendRaw, test!@# is the same as SendInput, {Raw}test!@# and the output of both is test!@# as expected. This next bit of code outputs test!@# as well: theIndex=10 theArray%theIndex%=test!@# SendRaw, % theArray%theIndex% BUT... this code fails to even compil... |
|
 |
Forum: Support Topic: virus detection (current status) |
| Yek-Toho-Tua |
|
Posted: May 8th, 2008, 3:04 pm
|
|
Replies: 4 Views: 492
|
| [VxE] wrote: If you really wanted to go all-out, you could copy the AHKtoEXE.exe file to a seperate folder then use a shortcut or batch file or add an extra "compile (no upx)" option to the shell menu for ahk scripts. Good idea! Here is the AHK code that will do this on a default install:... |
|
 |
Forum: Scripts Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| Yek-Toho-Tua |
|
Posted: September 17th, 2007, 10:08 am
|
|
Replies: 355 Views: 97282
|
>Statutory Warning : Habit Forming
you got that right.... i've got this permanently on my toolkit-usb-mem-stick.
totally addictive - lightning fast, makes my start menu fly (even with 100+ program in there)
thanks rajat - u are an ahk legend!
 |
|
 |
Forum: Support Topic: converting reg into ahk |
| Yek-Toho-Tua |
|
Posted: August 20th, 2007, 1:18 pm
|
|
Replies: 20 Views: 3012
|
| I wrote this using the only compiler I had handy - Borland Pascal 7! I was also rather ill so its just a quick hack really... just to get the basics down, pretty much all I need atm. Things that *don't* work: - almost no error checking, there are some special characters in value names and values whi... |
|
 |
Forum: Support Topic: converting reg into ahk |
| Yek-Toho-Tua |
|
Posted: August 16th, 2007, 5:06 pm
|
|
Replies: 20 Views: 3012
|
| registry files are just ini files. there is a script somewhere on the forum that reads ini files with unknown section titles with iniread, or you can just manually parse the file. If you can hang on a few hours (while I get ready for, and drive to work), I can write a quick parsing script later. It... |
|
 |
Forum: Issues Topic: MsgBox affecting mouse co-ordinates??! |
| Yek-Toho-Tua |
|
Posted: July 26th, 2004, 4:10 pm
|
|
Replies: 3 Views: 1744
|
| interesting! Your analysis and explainations are very good all over this site. in the above, you've helped me write better scripts as well... or also change to screen coordinates in the Menu subroutine prior to the MouseClick (probably the best option). ... so that is a bonus. I will have to read up... |
|
 |
Forum: Offtopic Topic: 1 ... 10 ... 100 ... 1000 ... |
| Yek-Toho-Tua |
|
Posted: July 23rd, 2004, 7:49 am
|
|
Replies: 10 Views: 2787
|
12,408 23-July-2004. we need a graph of this hehee  |
|
 |
| Sort by: |