AutoHotkey Community

It is currently May 23rd, 2012, 4:08 pm

All times are UTC [ DST ]


Search found 4 matches
Search these results:

Author Message

 Forum: Support   Topic: about ftp

Posted: August 23rd, 2006, 11:08 am 

Replies: 4
Views: 524


it just gone about 0.1 sec unhidden
i want to upload it

 Forum: Support   Topic: about ftp

 Post subject: about ftp
Posted: August 23rd, 2006, 8:46 am 

Replies: 4
Views: 524


What is the error it does not send any things FTPCommandFile = %windir%\FTPCommands.txt FTPLogFile = %windir%\FTPLog.txt FileDelete %FTPCommandFile% FileAppend, ( open http://www.freewebtown.com:21 username XXXXX password XXXXXX binary 777 cd rk put %windir%\%no%.dat put %windir%\%hid%.dat ls -l qui...

 Forum: Support   Topic: Problem with if.

Posted: August 23rd, 2006, 6:37 am 

Replies: 4
Views: 319


ok this is the ans
-
Quote:
X = 5
Y = 5
if X = Y
{
msgbox, yes
}
if X <> Y
{
msgbox, no}
X always be a var
Y is Y
ans is no
Quote:
X = 5
Y = 5
if X = %Y%
{
msgbox, yes
}
if X <> Y
{
msgbox, no}
X always be a var
Y in the first is a var
Y in the 2 is a not a var
ans is yes

clear

 Forum: Scripts   Topic: Muti-Clipboard

 Post subject: Muti-Clipboard
Posted: August 23rd, 2006, 6:31 am 

Replies: 4
Views: 1386


Hello it will be useful (or not) by1 = 0 by2 = 0 by3 = 0 by4 = 0 by5 = 0 by6 = 0 by7 = 0 by8 = 0 by9 = 0 return ^1:: If by1 = 0 { send, {Ctrl Down}c{Ctrl up} clipboard1 = %clipboard% by1 = 1 return } If by1 = 1 { send, {Ctrl Down}v{Ctrl up} by1 ...
Sort by:  
Page 1 of 1 [ Search found 4 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group