Configuring Cn30 Parameters - Intermec CN30 User Manual

Intermec cn30: user guide
Hide thumbs Also See for CN30:
Table of Contents

Advertisement

Script Command
Description
EXEC
Launches a specified program and waits up to 10 minutes for it to complete.
CALL
Processes a specified file of commands, returns. When you use the CALL command, the
execution of the current file pauses while a new file that follows the same set of commands
executes. Once the new file completes executing, AutoRun.exe processes the current file.
CHAIN
Processes a specified file of commands and does not return. This command calls another file
that follows the same set of commands and stops processing the current file.
RUN
Loads a specified program and executes it. Specifies the show window attribute so that the user
interface is visible when the application launches.
LOAD
Loads a specified program and executes it. Specifies the hide window attribute so the user
interface is hidden initially.

Configuring CN30 Parameters

CN30 Mobile Computer User's Manual
To create and install the AUTORUN.DAT file on your CN30 Computer
1 On the CN30 Computer, create a folder called "SYSTEM."
2 On your desktop, open the Notepad application.
3 Write commands for AUTORUN.DAT using these supported script
commands:
4 Save this Notepad file as AUTORUN.DAT.
5 Copy the AUTORUN.DAT file to the "\SYSTEM" folder on your
CN30 Computer.
During every boot, the system scans for AUTORUN.DAT in the "\SYS-
TEM" folder.
Here is a sample AUTORUN.DAT file that runs a dialer application and
connects to a VPN:
EXEC "\Program Files\My Dialer\Dialer.exe" 348-2600
EXEC "\Program Files\My VPN\Connect.exe" MyDomain
You can configure many parameters on the CN30 Computer, such as the
bar code symbologies it decodes or the network settings. These characteris-
tics are controlled by configuration parameters. The values you set for these
configuration parameters determine how the computer operates. Use con-
figuration commands to configure the CN30 Computer.
Chapter 3 — Configuring the CN30
107

Advertisement

Table of Contents
loading

Table of Contents