Intermec CV30 CV30 Fixed Mount Computer User's Manual - Page 82

Launching An Application Automatically, AutoRun Script Commands

Page 82 highlights

Chapter 4 - Developing and Installing Applications 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 Script Commands Command EXEC CALL CHAIN RUN LOAD Description Launches a specified program and waits for it to finish (up to 10 minutes) Processes a specified file of commands and returns. Processes a specified file of commands and does not return. Loads a specified program and executes it. Loads a specified program and executes it. 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. 72 CV30 Fixed Mount Computer User's Manual

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100

Chapter 4 — Developing and Installing Applications
72
CV30 Fixed Mount Computer User’s Manual
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.