09-06-2010, 02:37 PM
Macro1
Macro Macro1462
Macro2
Function DownloadFile
Macro Macro1462
str f="$desktop$\file_1MB.txt"
wait 0 H mac("DownloadFile" "" "http://www.quickmacros.com/test/file_1MB.txt" f)
run f
;mac() returns thread handle, and then wait() waits for it.
Macro2
Function DownloadFile