User's Manual

Table Of Contents
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.