Hent | Køb nu | Historik | Hjælp | Forum
License & Registration
BandiView License Policy
How to register BandiView
How to troubleshoot when I can’t register BandiView
How to troubleshoot "The product has been registered on too many devices."
BandiView in comparison with Honeyview
Features & Technical Terms
BandiView shortcut keys
Command Line Parameters
Webtoon View Mode
How to configure BandiView's video output
How to export and import BandiView settings
Supported BandiView file formats
How to view CLIP STUDIO PAINT files (.clip) with BandiView
How to view SVG files (.svg) with BandiView
BandiView for HDR images
BandiView HDR support
How to turn on HDR settings in Windows
Sample files for HDR support

Command Line Parameters

BandiView.EXE provides the following command line parameters:


# BandiView.exe <file_or_folder>
# BandiView.exe <file_or_folder1> <file_or_folder2> [...]
# BandiView.exe <command> [<switches>...] <file_or_folder> [<file_or_folder>...]

file_or_folder

Use the path of an image file, folder where images are located, or archive (e.g. ZIP, 7Z, RAR file) where images are archived.

command

The following commands are available:

/open Open an image file (optional)
/setup Open the configuration

switches

The following switches are available:

- Stop switch parsing. Hereafter consider parameters starting with - as a path name
-fg Bring the app window to the front
-maximize Run the app in maximized window
-fullscreen Run the app in full screen
-r Recurse subdirectories
Open all files in the specified folder and its subfolders
-p:{password} Enter a password to open the encrypted archive
-mode:{MODE} Specify a view mode
Available modes: fit2window, 100, fit2width, l2r, r2l, webtoon
-ss
-ss:{time}
Start a slideshow
e.g. BandiView.exe -ss:3.5 c:\photos\

Examples

Open an image file, or images located in a folder or archive.

BandiView /open c:\folder\image.jpg

BandiView c:\folder\image.jpg

BandiView c:\folder\images.zip

BandiView c:\folder

Specify more than one folder and open files in all of them.

BandiView c:\folder1\ d:\folder2\ e:\folder3

Open all files in the specified folder and its subfolders.

BandiView -r c:\folder

Open files in the encrypted archive. The correct password is required.

BandiView -p:password c:\folder\pass.zip

Specifiy a view mode and open a file.

BandiView -mode:fit2window c:\folder\test.jpg

Start a slideshow in full screen, and set the time duration for each slide on 10 seconds.

BandiView -fullscreen -ss:10 c:\photos