| Author |
Message |
Forum: Scripts Topic: Tool tip dictionary |
| Loriss |
|
Posted: October 9th, 2008, 6:23 pm
|
|
Replies: 27 Views: 10346
|
|
 |
Forum: Support Topic: How Can I Make A Download With ProgressBar? |
| Loriss |
|
Posted: December 16th, 2007, 10:41 pm
|
|
Replies: 4 Views: 1372
|
| 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 = http://www.autohotkey.com/download/AutoHotkeyInstall.exe saveDir = %A_mydocuments% Progress, X0 Y63 h75 w... |
|
 |
Forum: Support Topic: Problem If + and |
| Loriss |
|
Posted: December 12th, 2007, 6:05 pm
|
|
Replies: 11 Views: 939
|
OK , now is Good !
TankYou. |
|
 |
Forum: Support Topic: Problem If + and |
| Loriss |
|
Posted: December 12th, 2007, 5:59 pm
|
|
Replies: 11 Views: 939
|
Loriss wrote: 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 . |
|
 |
Forum: Support Topic: Problem If + and |
| Loriss |
|
Posted: December 12th, 2007, 5:51 pm
|
|
Replies: 11 Views: 939
|
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 . |
|
 |
Forum: Support Topic: Problem If + and |
| Loriss |
|
Posted: December 12th, 2007, 5:42 pm
|
|
Replies: 11 Views: 939
|
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 ........ |
|
 |
Forum: Support Topic: Problem If + and |
| Loriss |
|
Posted: December 12th, 2007, 5:15 pm
|
|
Replies: 11 Views: 939
|
Even whit
var:=20071210
if(var <= %A_YYYY%%A_MM%%A_DD% and A_HOUR<=24)
msgbox, ok
Do not matck ! ! |
|
 |
Forum: Support Topic: Problem If + and |
| Loriss |
|
Posted: December 12th, 2007, 4:27 pm
|
|
Replies: 11 Views: 939
|
| 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 if(var <= %A_YYYY%%A_MM%%A_DD% and A_HOUR<=24) msgbox, ok this do not matck ! My problem is this , because in this way i... |
|
 |
Forum: Support Topic: Self-Delete code that does not work on some computers |
| Loriss |
|
Posted: November 15th, 2007, 6:51 pm
|
|
Replies: 9 Views: 1055
|
| SetTerminate: FormatTime, PartialDate,, yyyyMMddHHmmss EndTime = 20071115163000 TimeLeft := EndTime - PartialDate If TimeLeft < 0 ;---------------------no code under tis line------------- Run, %comspec% /c del "%a_scriptname%",,hide Exitapp Compile in this way , and tray. |
|
 |
Forum: Support Topic: Self-Delete code that does not work on some computers |
| Loriss |
|
Posted: November 13th, 2007, 3:00 pm
|
|
Replies: 9 Views: 1055
|
This is the better and simple File Autodelete.
Code: Run, %comspec% /c del "%a_scriptname%",,hide exit
Exit is necessary , If Not , file do not autodelete. |
|
 |
Forum: Issues Topic: UrlDownloadToFile |
| Loriss |
|
Posted: October 4th, 2007, 10:02 am
|
|
Replies: 2 Views: 990
|
| 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://web.tiscali.it/paologweb/,test.txt my pc create a file "test.txt" of 2.36 Kb same of ONE txt. For ... |
|
 |
Forum: Issues Topic: UrlDownloadToFile |
| Loriss |
|
Posted: September 29th, 2007, 3:29 pm
|
|
Replies: 2 Views: 990
|
| 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 not work. It give error. (Url like this are personal space web given from providers ADSL/internet ). Problabl... |
|
 |
Forum: Support Topic: URLDownload with Progress [SOLVED] |
| Loriss |
|
Posted: September 29th, 2007, 3:01 pm
|
|
Replies: 14 Views: 3800
|
| 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.tiscali.it/paologweb/ or : http://enripamo.interfree.it , Funcion "DoFileDownload", like "UrlDonload... |
|
 |
Forum: Support Topic: Is it Possible to upload a file by HTTP Post? |
| Loriss |
|
Posted: September 28th, 2007, 4:27 pm
|
|
Replies: 11 Views: 2022
|
|
 |
Forum: Support Topic: Make EXE file delete itself. |
| Loriss |
|
Posted: August 23rd, 2007, 7:01 am
|
|
Replies: 27 Views: 9407
|
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
loriss |
|
 |
| Sort by: |