User's Manual
Table Of Contents
- Chapter 2 - Windows Mobile
- Software Builds
- Where to Find Information
- Basic Usage
- Microsoft ActiveSync
- Microsoft Outlook Mobile
- Calendar: Scheduling Appointments and Meetings
- Synchronizing Calendar
- Why Use Categories in the Calendar?
- What Is an All Day Event?
- What Is a Recurrence Pattern?
- Viewing Appointments
- Creating or Changing an Appointment
- Creating an All-Day Event
- Setting a Reminder for an Appointment
- Adding a Note to an Appointment
- Making an Appointment Recurring
- Assigning an Appointment to a Category
- Sending a Meeting Request
- Finding an Appointment
- Deleting an Appointment
- Changing Calendar Options
- Contacts: Tracking Friends and Colleagues
- Tasks: Keeping a To Do List
- Notes: Capturing Thoughts and Ideas
- Messaging: Sending and Receiving E-mail Messages
- Calendar: Scheduling Appointments and Meetings
- Companion Programs
- Internet Explorer Mobile
- Chapter 3 - Configuring the Computer
- Developing Applications for the Computer
- Packaging Applications for the Computer
- Installing Applications on the Computer
- Launching Your Application Automatically
- Customizing How Applications Load on the Computer
- Configuring Parameters
- Reprogramming the CN3 Keypad
- Configuring the Color Camera
- Configuring the SF51 Cordless Scanner
- Using Configuration Parameters
Chapter 3 — Configuring the Computer
86 CN3 Mobile Computer User’s Manual
AutoRun supports the following script commands in AutoUser.dat and
AutoRun.dat.
AutoRun handles quoted file names for the first parameter to allow
specifying path names or file names that contain white space. Note only
one set of quotes per command is supported. AutoRun.dat entry examples:
AutoCopy
AutoCopy (AutoCopy.exe) copies/moves files between locations. It has no
user interface and is configured through command line arguments. It has
support for the following parameters, in no particular order:
Usage:
AutoCopy [-D["W"]] [-L["X"]] [-M[D]] [-Q[Y]] [-S["Z"]]
Process return code uses standard error codes defined in WinError.h.
Example:
; use AutoCopy to copy the control panel from flash file store to windows.
autocopy.exe -S"\Flash File Store\System\Audio.cpl" -D"\Windows\Audio.cpl"
; use AutoCopy to move the control panel from flash file store to windows.
autocopy.exe -M1 -S"\Flash File Store\System\Audio.cpl" -D"\Windows\Audio.cpl"
AutoReg
The AutoReg (AutoReg.exe) component adds registry information to the
Windows Mobile registry. It has no user interface and is configured through
command line arguments.
Note: If you need to add steps at boot time, add them to AutoUser.dat, not
to AutoRun.dat. AutoRun.dat is provided by Intermec and is subject to
change. AutoUser.dat is the designated place for the end user to add steps to
the boot time process.
EXEC Launches a specified program, waits for it to complete (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.
RUN “Flash File Store\Apps\some.exe” arg1, arg2, arg3
CALL “Flash File Store\2577\usercmds.dat”
-D Indicates the destination file name and must be fully qualified. W is a string value.
-L Indicates a fully qualified file name for logging to enable. Default is disabled. X is a string value.
-M Moves file to a destination rather than copies the file. Default value is disabled. D is an integer value. D=1
indicates enabled, 0 is disabled.
-Q Indicates if a message box should appear when an error occurs. Default is disabled. Y is an integer value.
-S Indicates a source file name and must be fully qualified. Z is a string value.