| Author |
Message |
Topic: FTP-uploading with the help of AHK |
DJAnonimo
Replies: 15
Views: 3497
|
Forum: Ask for Help Posted: Wed Oct 13, 2010 8:54 pm Subject: FTP-uploading with the help of AHK |
Example renaming index.html to index.php
USAGE:
FtpRenameFile(hConnection, "index.html", "index.php")
RENAME FUNCTION:
FtpRenameFile(hConnection, Existing, ... |
Topic: Run / RunWait |
DJAnonimo
Replies: 4
Views: 1213
|
Forum: Wish List Posted: Tue Jan 12, 2010 10:56 pm Subject: Run / RunWait |
Chris added it to list Aug 30 2005
Thank You for your answer |
Topic: Must run .exe twice before it will work correctly |
DJAnonimo
Replies: 6
Views: 465
|
Forum: Ask for Help Posted: Tue Jan 12, 2010 10:48 pm Subject: Must run .exe twice before it will work correctly |
Hey Kellianjaxon,
you do not need to run cmd.exe and send text to run defrag.
You can do it like this:
setkeydelay, 0500
sleep, 5000
run, cleanmgr.exe
winwait Disk Cleanup for
Winactivate
se ... |
Topic: Run / RunWait |
DJAnonimo
Replies: 4
Views: 1213
|
Forum: Wish List Posted: Tue Jan 12, 2010 7:10 pm Subject: Run / RunWait |
Hello,
i would like to see Timeout parameter in RunWait command.
So if application runs for more than X secodns to set ErrorLevel to 1 like WinWait does.
Thank YOU  |
Topic: Run and PID problem with IE |
DJAnonimo
Replies: 10
Views: 463
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 6:35 pm Subject: Run and PID problem with IE |
Oh yea, with full path works.
But strange is that notepad.exe dont need full path to get PID.
Thank You all |
Topic: Run and PID problem with IE |
DJAnonimo
Replies: 10
Views: 463
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 4:30 pm Subject: Run and PID problem with IE |
| There can be more IE running i want PID of the one that launched with AHK. |
Topic: Run and PID problem with IE |
DJAnonimo
Replies: 10
Views: 463
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 3:39 pm Subject: Run and PID problem with IE |
I use more than 2 years now i read the manual few times, so dont worry about that.
I just got this problem with Internet Explorer.
IEPID variable still blank. |
Topic: Run and PID problem with IE |
DJAnonimo
Replies: 10
Views: 463
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 3:14 pm Subject: Run and PID problem with IE |
Hi,
i try to get the pid of Internet explorer that i run with AHK.
Run, iexplore.exe, , , IEPID
Msgbox %IEPID%
IEPID variable is always empty
with notepad.exe works.
Whats the problem ... |
Topic: AutoTelnet 1.3 (Tested with Putty and Telnet) |
DJAnonimo
Replies: 8
Views: 15406
|
Forum: Scripts & Functions Posted: Sun Dec 21, 2008 11:35 pm Subject: AutoTelnet 1.3 (Tested with Putty and Telnet) |
AutoTelnet works with putty SSH and puttytel not only telnet.
it send text to any program, you can send to notepad too.
anyway thank you for info |
Topic: Folder selector... |
DJAnonimo
Replies: 2
Views: 636
|
Forum: Ask for Help Posted: Sun Oct 26, 2008 12:24 pm Subject: Folder selector... |
I reported it to Chris long time ago, he documentated it as Known limitation.
Known limitation: A timer that launches during the display of a FileSelectFile dialog will postpone the effect of the u ... |
Topic: Anyone interested in doing some paid AHK work? |
DJAnonimo
Replies: 5
Views: 565
|
Forum: Ask for Help Posted: Thu Oct 02, 2008 10:01 am Subject: Anyone interested in doing some paid AHK work? |
Use iMacros for web browser scripting. Its not freeware so youll need to pay something for it or leave as pirate the rest of your life
If you don't know how to do it let me know and may ... |
Topic: Read SMS from Inbox... |
DJAnonimo
Replies: 0
Views: 1642
|
Forum: Ask for Help Posted: Wed May 28, 2008 1:14 am Subject: Read SMS from Inbox... |
Hi,
is there possible to read the sms from a cell phone ?
Com port, USB, bluetooth ?
Any experiences ?
Thanks |
Topic: Scheduled Tasks and adding command line... |
DJAnonimo
Replies: 4
Views: 700
|
Forum: Ask for Help Posted: Mon Apr 14, 2008 10:12 pm Subject: Scheduled Tasks and adding command line... |
Problem solved with a microsoft workaround
http://support.microsoft.com/kb/823093 |
Topic: How to get text from a control ? |
DJAnonimo
Replies: 3
Views: 1138
|
Forum: Ask for Help Posted: Thu Apr 10, 2008 11:26 am Subject: How to get text from a control ? |
really strange
did you tried with DetectHiddenText, On ? |
Topic: Scheduled Tasks and adding command line... |
DJAnonimo
Replies: 4
Views: 700
|
Forum: Ask for Help Posted: Mon Apr 07, 2008 2:56 pm Subject: Scheduled Tasks and adding command line... |
ok thanks but anyway i dont know how to create a task schedule with a command line parameter.
any ideas ? |
| |