|
 |
iOpus File & Web Page Downloader |
Use our FREE command line file and web page downloader utility to automate downloads of all kinds. Great for use with batch files or the Windows Scripting Host. Also works well with the task scheduler to schedule periodic download tasks.
Download now
| Usage:
downloader.exe -download SOURCE TARGET
Visual Basic (VB) Example:
Temp = GetActiveWindow()
X = ShellExecute(Temp, "Open", "c:\downloader.exe", "-download http://www.iopus.com/downloader.htm c:\downloader.htm", "C:\", SW_NORMAL)
|
No additional URLDownloadtoFile, DHTML or Wininet coding required.
Tip: Use iOpus iMacros for an even faster 1-minute download solution!
Example: A macro that downloads five files looks like this:
VERSION BUILD=331021
URL GOTO=http://www.iopus.com/download/iopus-iim-setup.exe
URL GOTO=http://www.iopus.com/download/42beee-setup.exe
URL GOTO=http://www.iopus.com/download/iopus-pwd-rec-setup.exe |
|