Hardware manual

Display an image at program start and in the About dialog Impact Reference Guide
Datalogic Automation Inc. 6-26
NOTE: This command line may be too long to include in the shortcut. See “Access a text file containing a
list of command line options” on page 6-22.
Display an image at program start and in the About dialog
NOTE: The text for this option is different and it is placed within the command line, not at the end.
This option displays the indicated image when the program starts and in the About dialog when you click the
About icon in the toolbar. If no image file is specified, no image is displayed. IMPORTANT: File names are
case sensitive.
Add the following option in the command line:
-splash "image path name\image file name.ext"
where "image path name" is the folder that contains the image named "image file name.ext."
The string must be enclosed in quotes and there is a colon (not a space) between the option and the first quo-
tation mark.
Here are example command lines containing the option. The image file is named "splashfile.png" and is in
the folder named "C:\images" (the option is in bold):
CPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -splash:"c:\images\splash-
file.png" -XX:+UseParallelGC -Xmx400m -Xms64m -Xrs -jar "C:\Data-
logic\IMPACT\Applications\CPM\CPM.jar"
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -splash:"c:\images\splash-
file.png" -XX:+UseParallelGC -Xmx400m -Xms64m -Xrs -jar "C:\Data-
logic\IMPACT\Applications\CPM\CPMRE.jar"
VPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -splash:"c:\images\splash-
file.png" -XX:+UseParallelGC -Xmx400m -Xms64m -Xrs -jar "C:\Data-
logic\IMPACT\Applications\VPM\VPM.jar"
Settings
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -splash:"c:\images\splash-
file.png" -XX:+UseParallelGC -Xmx400m -Xms64m -Xrs -jar "C:\Data-
logic\IMPACT\Applications\VPM\Settings.jar"
Display a string in the title bar and in the About dialog
This option displays a string as the title in the About dialog and on the application title bar (instead of the
default title). If the title option is specified without a string, no title is displayed.
Add the following option to the command line:
-title "the string to be displayed"
The string must be enclosed in quotes and there is a space between the option and the first quotation mark.
This example command line displays the string "The String" in the About dialog and in the title bar (the
option is in bold):
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPMRE.jar"