Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some more questions
#6
Macro1
Macro Macro1462
Code:
Copy      Help
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
Code:
Copy      Help
;\
function $url $localFile

str s=localFile
IntGetFile url s 16


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)