Intermec Janus 2020 User Manual page 204

Intermec janus 2020: user guide
Hide thumbs Also See for Janus 2020:
Table of Contents

Advertisement

JANUS 2020 Hand-Held Computer User's Manual
Example Batch File
Command Line
set CMPCST=
set CMUSER=
phimec 1
if not errorlevel 1 set CMUSER=1
phpcstd 1
if not errorlevel 1 set CMPCSTD=1
cmanager %1 %2 %3
if not "%CMPCSTd%"=="1" goto :nopcstd
unload phpcstd 1
if errorlevel 1 echo unload
failure on pcstd
:nopcstd
if not "%CMUSER%"=="1" goto :nouser
unload phimec 1
if errorlevel 1 echo unload
failure on userdef
:nouser
6-18
BC
N F
Definition
Clears the environment variables used by this batch
file.
Loads the Intermec protocol handler for COM1.
If the Intermec protocol handler is already loaded, an
error is returned and the variable is not set.
Loads the PC Standard protocol handler for COM1.
If the PC Standard protocol handler is already loaded,
an error is returned and the variable is not set.
Executes the Communications Manager program. You
can replace this with your application executable.
If this batch file loaded the PC Standard protocol
handler, then the PC Standard protocol handler is
unloaded.
Checks for failure to unload the PC Standard protocol
handler.
If this batch file loaded the Intermec protocol handler,
the Intermec protocol handler is unloaded.
Checks for failure to unload the Intermec protocol
handler.

Advertisement

Table of Contents
loading

Table of Contents