Command line interface

Start up with your own options

 

Especially when you are placing Vallen JPegger on a CD then you might want to start it up with predefined options. The following command line is defined:

jpegger [-?] | [-help] [-ft] [-fs] [-ss:<delay>] [-sc:<scale>] [-ui] [-q] [-r] <image>

-?

Pops up a short command line help, same as ûhelp.

-help

Pops up a short command line help, same as -?

-ft

Flip thumbnails on start

-fs

Start up in full screen mode

-paste

Paste clipboard contents on start

-mw

Maximize window on start

-ss:<delay>

Start up in slide show mode. You must specify the slide show interval in milliseconds as <delay>. If you specify -ss:5000 the slide show interval is set to 5000ms equivalent to an interval of 5 seconds.

-sc:<scale> 

Start up scale in percent. Default is zero (-sc:0) which scales the image to fit inside the image area. To scale the image to 100 percent on start use ûsc:100.

-m3u:<file>

Load Winamp compatible playlist <file> and play

-setlng:<lng>

Preselect language to avoid start-up language select dialog. Replace <lng> with one of the following 3-character language identifiers (example: -setlng:DEU for German preset):
 

ENU

English

DEU

German

ITA

Italian

PTG

Portuguese

SVE

Swedish

NLD

Dutch

FRA

French

ESP

Spanish

ARE

Arabic

PLK

Polish

RUS

Russian

CHT

Chinese

HRV

Croatian

SRL

Serbian (Latin)

SRB

Serbian (Cyrillic)

-p 

Print, used for registered file extensions in Windows Explorer with Print.

-r

Recurse subfolders when folder or file name is specified

-sort:name

Sort images by name on program start

-sort:random

Random image order on program start

<image>

Image file name or image file folder. If image includes blanks or special characters then place <image> into quotes (see hint below).

 

jpegger.exe -ft -setlng:deu -ss:6000 -mw start\startimage.jpg

Calls JPegger, flips thumbnails on start, presets German language to skip start-up setup, starts slide show mode with time interval of 6 seconds, maximizes JPegger, and opens image "startimage.jpg" out of folder start. All images in folder "start" will be shown in slide show mode in alphanumeric order.

Hint: When providing filenames or path including blanks including blanks then you can enclose one or each individual option by quotes to make the program understand that this is one single option:
Example:
jpegger.exe -ft -ss:6000 ûmw "start folder\start image.jpg"

JPegger_CommandLine