User's Manual
Table Of Contents
- Before You Begin
- Chapter 1 - Using the CV30 Fixed Mount Computer
- Chapter 2 - Understanding Windows CE
- Chapter 3 - Configuring the CV30
- Configuring the CV30 Operating Parameters
- Setting Up Ethernet Communications
- Setting Up Bluetooth Communications
- Setting Up 802.11 Radio Communications
- Configuring Security on the CV30
- Understanding the Wireless Network
- Using WPA Security
- Using Static WEP Security
- Using 802.1x Security
- Using LEAP Security
- Choosing Between Funk and Microsoft Security
- Configuring Funk Security Using Intermec Settings
- Configuring Funk Security Using the Profile Wizard
- Configuring WEP Security With Profile Wizard
- Configuring WPA-PSK Security With Profile Wizard
- Configuring WPA2-PSK Security With Profile Wizard
- Configuring PEAP Security With Profile Wizard
- Configuring TLS Security With Profile Wizard
- Configuring TTLS Security With Profile Wizard
- Configuring LEAP Security With Profile Wizard
- Configuring EAP-FAST with Profile Wizard
- Configuring Microsoft Security
- Loading a Certificate
- Disabling Security
- Chapter 4 - Developing and InstallingApplications
- Chapter 5 - Troubleshooting andMaintaining the CV30
- Appendix - Specifications
- Index
Chapter 4 — Developing and Installing Applications
CV30 Fixed Mount Computer With Windows CE User’s Manual 77
Launching An Application Automatically
There are two ways to automatically launch your application
when you perform a reset on the CV30:
• Make sure your CAB file places a shortcut to your application
in the \Windows\StartUp folder.
• Configure the AutoRun program to launch your application.
The CV30 contains a program called AutoRun.exe which
automates operations such as launching other processes. You can
configure AutoRun.exe through the AutoRun data file,
AutoRun.dat. This script file must be located in the same
directory as the program.
AutoRun supports the following script commands in
AutoRun.dat:
AutoRun handles quoted file names for the first parameter, which
allows you to specify path names or file names that contain white
spaces. AutoRun only supports one set of quotes per command.
AutoRun Script Commands
Command Description
EXEC Launches a specified program and waits for it to
finish (up to 10 minutes)
CALL Processes a specified file of commands and returns.
CHAIN Processes a specified file of commands and does
not return.
RUN Loads a specified program and executes it.
LOAD Loads a specified program and executes it.