User's Manual Part 2
Table Of Contents
- Chapter 2 - Windows Mobile
- Software Builds
- Where to Find Information
- Basic Usage
- Microsoft ActiveSync
- Microsoft Pocket Outlook
- Calendar: Scheduling Appointments and Meetings
- Synchronizing Calendar
- Why Use Categories in the Calendar?
- What’s an All Day Event?
- What’s 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 CN3 Computer
- Installing Applications on the Computer
- Updating the System Software
- Launching Your Application Automatically
- Customizing How Applications Load on the Computer
- Configuring CN3 Parameters
- Configuring the Color Camera
- Configuring the SF51 Scanner
- Using Configuration Parameters
Chapter 3 — Configuring the Computer
CN3 Mobile Computer User’s Manual - PRELIMINARY 83
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 CN3
Computer.
During every boot, the system scans for AUTORUN.DAT in the
“\SYSTEM” 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
Configuring CN3 Parameters
You can configure many parameters on the CN3 Computer, such as the bar
code symbologies it decodes or the network settings. These characteristics
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 CN3 Computer.
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 execu-
tion 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 inter-
face is hidden initially.