Command line options

Command line options

File list

If you specify files in the command line, they are automatically opened using the appropriate viewer.

Example:
3DBrowser.exe "C:\tmp\cow.3ds" "C:\tmp\image.jpg" "C:\tmp\image2.jpg"
This command line opens 2 viewers (a 3D viewer showing cow.3ds and an image viewer showing 2 images).

nosplash

Remove the splash screen when starting the application.

Example:
3DBrowser.exe -nosplash

multisession

Allow launching several 3D Photo Browser session. By default only one session of 3D Photo Browser is allowed.

Example:
3DBrowser.exe -multisession

batch

This option allows to run a batch command from the command line. This is useful to automatically process some task such generating thumbnails for your 3D files or converting pictures to another formats. The batch must have been created before using the Batch command from 3D Photo Browser. Several options are available:

Example:
3DBrowser.exe /name "Make thumbnails.bbr" /in "C:\tmp" /recursive /out "C:\tmp\Batch Results" /close
This command executes the command Make Thumbnails which is located in the default batch command folder.
It applies this command recursively to the C:\tmp directory and generates the output files to C:\tmp\Batch Results.
Batch dialog is automatically closed when finished.