dmaster.exe [options]
dmaster.exe URL [REFERER]
[urloption=value] ... [urloption=value]
dmaster.exe [FILE] [TIME]
dmaster.exe ALL REFERER FILE
dmaster.exe [p=param
v=value] ... [p=param v=value]
Options field
can be one of the following:
-addurl - start the program and open the "Add URL" window
with blank URL field;
-autorun - start the program minimized to tray;
-startall - start all available for downloading;
-stopall - stop all downloads;
-checkupdate - check for updates;
-exit - quit the program.
URL - URL of
a file to add;
REFERER
- the page from which the link is opened.
Possible urloption
variants:
referer - the page containing the link to a file to be downloaded;
description - download description;
savepath - path for saving the file;
filename - name for saving the file;
user - user name;
password - password;
sectionslimit - maximum number of sections;
priority - (1, 2, 3) priority,
1-high, 2-standard, 3-low;
cookies - cookies;
post - a string with data for POST request;
hidden - (0, 1) determines
whether to show the Add download window;
start - (0, 1) determines whether
to start download immediately;
user-agent - text parameter User-Agent, which is sended to the server when a file is uploaded;
mirror1, mirror2, mirror3, mirror4, mirror5 - links to mirrors
of a file to be downloaded.
FILE field
can be one of the following::
- Path to the download list;
- Path to a URL list file.
TIME - time
(in seconds, 1-36000) of automatic start for a links group.
ALL - download files using all links in html-file FILE (used for integration with browsers). Possible param
variants and the corresponding value:
SpeedMode (0-4, where 0-maximum,
1-medium, 2-low, 3-automatic, 4-manual) - download speed;
IEInt (0, 1, where 0-disabled,
1-enabled) - integration with Internet Explorer;
UseHTTPProxy (0, 1) - use HTTP
proxy;
UseFTPProxy (0, 1) - use FTP
proxy;
UseIEProxySettings (0, 1) -
use Internet Explorer settings;
URLClipboardMonitoring (0, 1)
- clipboard monitoring.
For example:
1) dmaster.exe -addurl
2) dmaster.exe http://www.westbyte.com/dm/download/dmaster.exe
3) dmaster.exe
http://www.westbyte.com/dm/download/dmaster.exe http://www.westbyte.com/dm/index.phtml
4)
dmaster.exe
ftp://westbyte.com/seawar/seawar.exe
user=test password=test priotity=1
mirror1="ftp://seawar.com/seawar
game v3.exe"
5)
dmaster.exe
list.xml
6)
dmaster.exe
links.htm 5
7)
dmaster.exe
p=IEInt v=0
8)
dmaster.exe
p=UseIEProxySettings
v=0 p=UseHTTPProxy
v=1 p=UseFTPProxy v=1
|