Command Line Parameters for List & Label Viewer

Valid from List & Label 10
The viewer application List & Label Viewer supports some command line parameters, ex. for suppressing the splash screen or printing directly. The following gives an overview of the possible parameters with examples:

/nosplash: suppress splash screen
/p: print (printer selection dialog is displayed)
/pt: print to specified printer (no printer selection dialog is displayed)


Example: to print the file c:\test.ll without any user interaction to \prnsrv\printer, use the following command line:

llview21.exe c:\test.ll /nosplash /pt \\prnsrv\printer


Alternatively, you may of course use the Stgsys-API to edit, show and print preview files directly from within your application.

IDKBTE000671 KBTE000671