Jump to content

i have problem about downloading file


qube
 Share

Recommended Posts

hi there,

i have many problem that need your help

1 . i have some problem about downloading file, my purposes are,

1.1. download 1 file

1.2. copy to c:\

is this possible to make a script ?

if any one have any idea of this tell me plz

2. if i use "downloading program" can i config to load something as a scheduler ?

thank

queen of pain

Edited by qube

Call me "Queen of Pain" :)

Link to comment
Share on other sites

i try it out

InetGet("http://www.test/logo.gif", "c:\logo.gif",  1, 1)
While @InetGetActive
  TrayTip("Downloading", "Bytes = " & @InetGetBytesRead, 10, 16)
  Sleep(250)
Wend
MsgBox(0, "Bytes read", @InetGetBytesRead)
FileCopy ("c:\logo.gif", "z:\logo.gif", 1)

Oh i can do it now

thank my dear

Edited by qube

Call me "Queen of Pain" :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...