Hardware manual

Disable the ability to close the program Impact Reference Guide
Datalogic Automation Inc. 6-22
where the folder "images" contains the image to be displayed named "image name.ext."
NOTE: The file path and name must be enclosed in quotes and include the file extension. There is a space
between the option and the first quotation mark.
Here are example command lines that display an image named "banner.png" located in a folder named
"C:\Images" (the option is in bold):
CPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPM.jar" -ban-
ner "C:\Images\banner.png"
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPMRE.jar"
-banner "C:\Images\banner.png"
VPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\VPM.jar" -ban-
ner "C:\Images\banner.png"
Settings
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\VPM\Settings.jar" -
banner "C:\Images\banner.png"
Disable the ability to close the program
When this option is used, the program does not display the Windows minimize, maximize/restore down,
close or Exit buttons. The "Exit" button is not displayed in the title bar. The window cannot be sized or
moved and the program cannot be closed from the program window.
This option must be used with the -d option.
-noexit -d
Here are example command lines that disable the ability to close the program (the option is in bold):
CPM
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPM.jar"
-noexit -d
CPMRE
"C:\Datalogic\IMPACT\Applications\jre\bin\javaw.exe" -XX:+UseParallelGC
-Xmx400m -Xms64m -Xrs -jar "C:\Datalogic\IMPACT\Applications\CPM\CPMRE.jar"
-noexit -d
Disable the ability to stop the M-Series Device drivers
This option affect the M-Series processor only. You must edit the command file that starts the device drivers
to add this option. See “To edit the program command file” on page 6-22.