﻿;--------------------------------------------------------------------
;
;  This is a sample batch file for use with File Downloader.
;  (http://noeld.com/programs.asp?cat=misc#download)
;
;  Lines starting with a semi-colon or a diese sign are comment lines.
;  Blank lines are ignored.
;
;  The basic syntax to use a batch file with File Downloader is:
;
;      download batch.txt /batch
;
;  The /batch parameter tells download.exe that the <source> 
;  parameter is not an URL but a text file that contains a list of
;  commands to process.
;
;  Note: version 1.12 and later accept parameters in the batch file,
;  the syntax is the same as the command-line. The parameters in the 
;  batch file override the command-line parameters. Type the command
;  below in a Command window to learn more about the syntax and
;  the available parameters:
;
;      download /?
;
;--------------------------------------------------------------------

; Examples:

http://download.winzip.com/winzip140.exe
http://files.avast.com/iavs4pro/setupeng.exe

; you can also put URL to FTP servers
; ftp://...

