| Author |
Message |
Topic: How Can I Make A Download With ProgressBar? |
Loriss
Replies: 4
Views: 482
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 10:41 pm Subject: Only small adjustments. |
Only small adjustments,For general use with total filesize from
HTTQueryInfo funcion.
(When the file is not found, it creates a file of 1638 bytes).
fileName = AutoHotkey104705_Install.exe
url = ... |
Topic: Problem If + and |
Loriss
Replies: 11
Views: 229
|
Forum: Ask for Help Posted: Wed Dec 12, 2007 6:05 pm Subject: Problem If + and |
OK , now is Good !
TankYou. |
Topic: Problem If + and |
Loriss
Replies: 11
Views: 229
|
Forum: Ask for Help Posted: Wed Dec 12, 2007 5:59 pm Subject: Problem If + and |
even whit,
var:=20071210
vartoday=%A_YYYY%%A_MM%%A_DD%
if(A_HOUR<=24 and var <=%vartoday%)
msgbox, ok
do not matck .
Without () , is not possible matck if + and . |
Topic: Problem If + and |
Loriss
Replies: 11
Views: 229
|
Forum: Ask for Help Posted: Wed Dec 12, 2007 5:51 pm Subject: Problem If + and |
even whit,
var:=20071210
vartoday=%A_YYYY%%A_MM%%A_DD%
if(A_HOUR<=24 and var <=%vartoday%)
msgbox, pippo
do not matck .
Wihtout () , in not possible matck if + and . |
Topic: Problem If + and |
Loriss
Replies: 11
Views: 229
|
Forum: Ask for Help Posted: Wed Dec 12, 2007 5:42 pm Subject: Problem If + and |
ok ,
but for my if this not matck
var:=20071210
if(A_HOUR<=24 and var <=%A_YYYY%%A_MM%%A_DD%)
msgbox, ok
if not matck , there is a bug ........ |
Topic: Problem If + and |
Loriss
Replies: 11
Views: 229
|
Forum: Ask for Help Posted: Wed Dec 12, 2007 5:15 pm Subject: Problem If + and |
Even whit
var:=20071210
if(var <= %A_YYYY%%A_MM%%A_DD% and A_HOUR<=24)
msgbox, ok
Do not matck ! ! |
Topic: Problem If + and |
Loriss
Replies: 11
Views: 229
|
Forum: Ask for Help Posted: Wed Dec 12, 2007 4:27 pm Subject: Problem If + and |
I have H. version 10.47.05 and i have problem whit if + and .
var=20071210
if var <= %A_YYYY%%A_MM%%A_DD%
msgbox, ok
it's Ok, it matck
if A_HOUR <= 24
msgbox, ok
it's Ok, it matck
... |
Topic: Self-Delete code that does not work on some computers |
Loriss
Replies: 9
Views: 446
|
Forum: Ask for Help Posted: Thu Nov 15, 2007 6:51 pm Subject: Self-Delete code that does not work on some computers |
SetTerminate:
FormatTime, PartialDate,, yyyyMMddHHmmss
EndTime = 20071115163000
TimeLeft := EndTime - PartialDate
If TimeLeft < 0
;---------------------no code under tis line- ... |
Topic: Self-Delete code that does not work on some computers |
Loriss
Replies: 9
Views: 446
|
Forum: Ask for Help Posted: Tue Nov 13, 2007 3:00 pm Subject: Self-Delete code that does not work on some computers |
This is the better and simple File Autodelete.
Run, %comspec% /c del "%a_scriptname%",,hide
exit
Exit is necessary , If Not , file do not autodelete. |
Topic: UrlDownloadToFile |
Loriss
Replies: 2
Views: 480
|
Forum: Bug Reports Posted: Thu Oct 04, 2007 10:02 am Subject: UrlDownloadToFile |
One.txt , downloaded is a generic file created when even it is noting on te url.
Now i have put on these url the file "test.txt" (only 78 byte) .
If I use:
UrlDownloadToFile, http:// ... |
Topic: UrlDownloadToFile |
Loriss
Replies: 2
Views: 480
|
Forum: Bug Reports Posted: Sat Sep 29, 2007 3:29 pm Subject: UrlDownloadToFile |
UrlDonloadToFile work only for standart url, like http://www.autohotkey.com/
For some Url like this: http://web.tiscali.it/paologweb/ ,
or : http://enripamo.interfree.it/
UrlDonloadToFile do n ... |
Topic: URLDownload with Progress [SOLVED] |
Loriss
Replies: 14
Views: 1187
|
Forum: Ask for Help Posted: Sat Sep 29, 2007 3:01 pm Subject: URLDownload with Progress [SOLVED] |
Tanks , Skan and friends this work .
But Funcion: DoFileDownload, like UrlDonloadToFile , work only for standart url, like http://www.autohotkey.com/
For some Url like this: http://web.tisc ... |
Topic: Is it Possible to upload a file by HTTP Post? |
Loriss
Replies: 5
Views: 446
|
Forum: Ask for Help Posted: Fri Sep 28, 2007 4:27 pm Subject: Is it Possible to upload a file by HTTP Post? |
| You have to ask to (olfen) on http://www.autohotkey.com/forum/topic22621.html |
Topic: Make EXE file delete itself. |
Loriss
Replies: 17
Views: 2289
|
Forum: Ask for Help Posted: Thu Aug 23, 2007 7:01 am Subject: simple whit fileappend delete.bat |
simple write at the end of file.exe:
FileAppend,del file.exe`n,delete.bat
FileAppend,del delete.bat`n,delete.bat
sleep,30 (is better sleep a bit , even it work whitout)
run,delete.bat
exit
... |
Topic: problem Run, %COMSPEC% /C , file compiled, win98 |
Loriss
Replies: 1
Views: 358
|
Forum: Bug Reports Posted: Tue Feb 06, 2007 10:46 pm Subject: problem Run, %COMSPEC% /C , file compiled, win98 |
In the last versions of Autohotkey there is this problems with Win98.
When I try to unzip the file zip using pkzipc.exe that it is in c:\Windows.
I precise that the problem there is only with the f ... |
| |