Program supports the following command line notations:
The meaning of parameters:
FileName |
File name to open at startup. Note: Name containing spaces should be double-quoted. |
FolderName |
Folder name to open at startup in a folder plugin (such as VisualDirSize). This folder is opened in navigation panel too. Note: Name containing spaces should be double-quoted. |
@@FolderName |
Specifies the folder which will be read at startup
so that you can browse all files in it using "File -- Next file/ Previous file" commands.
Total files number will be shown in window caption in square brackets.
If several media clips are opened in this way, they will be played one after another (playlist mode).
Note: Name containing spaces should be double-quoted. |
@FileList |
Name of the temporary text file (in ANSI or UTF-8 with BOM encoding)
containing list of several filenames to open. After successful reading, this filelist will be deleted. You can jump between listed files using "File -- Next file/ Previous file" menu commands. Total files number will be shown in window caption in square brackets. |
Optional parameters | |
/Pos=Value |
Specifies initial file position. Value can be:
|
/P=Left,Top,Width,Height |
Specifies the initial window position and size. Left, Top, Width, Height should be valid numbers. Values at the end of list can be skipped, e.g. /P=Left,Top specifies only window position. |
Prints opened document and exits. |
|
/Opt |
Opens configuration dialog and exits. Note: FileName param should not be specified. |
/Ini=Value |
Specifies folder for program configuration files. Note: Value containing spaces should be double-quoted. |
/FText=String /FCase=N /FWords=N /FHex=N |
Specify search string and search options "Case sensitive"/ "Whole words"/ "Hex string". N is a boolean value (0/1). |
/Mode=N |
Specifies initial view mode (disables mode auto-detection). N is the mode number (1..8). |