qube Posted January 31, 2008 Posted January 31, 2008 (edited) 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 January 31, 2008 by qube Call me "Queen of Pain" :)
AdmiralAlkex Posted January 31, 2008 Posted January 31, 2008 Read about InetGet() in the help-file, it does exactly that .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
qube Posted January 31, 2008 Author Posted January 31, 2008 that pretty good thank my dear Call me "Queen of Pain" :)
qube Posted January 31, 2008 Author Posted January 31, 2008 (edited) 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 January 31, 2008 by qube Call me "Queen of Pain" :)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now