handheld PDA Manual s10
Table Of Contents
- About this Manual
- First things first
- Contents
- 1 Getting started
- 2 Entering data in your Acer s10
- 3 Managing your applications
- 4 Working with your basic applications
- Overview of basic applications
- Date Book
- Address Book
- To Do List
- Memo Pad
- Calculator
- Expense
- Common applications tasks
- Creating records
- Editing records
- Deleting records
- Purging records
- Categorizing records
- Finding records
- Sorting records
- Making records private
- Attaching notes
- Choosing fonts
- Getting information on an application
- Application-specific tasks
- Using Date Book
- Using Address Book
- Using To Do List
- Using Memo Pad
- Using Calculator
- Using Expense
- Creating an Expense item
- Changing the date of an Expense item
- Entering receipt details
- Adding attendees’ names to an Expense item
- Filling in the expense type automatically
- Changing the Expense List display
- Changing the currency and symbols display
- Customizing currency symbols
- Transferring your data to Microsoft Excel
- Using expense report templates
- Expense menus
- 5 Working with your supplementary applications
- 6 Working with your PC-end utilities
- 7 Using expansion features
- 8 Using the Attention Manager
- 9 Managing your desktop email
- 10 Beaming information
- 11 Exchanging and updating data using HotSync operations
- 12 Setting preferences for your Acer s10
- 13 Frequently Asked Questions
- Appendix — Creating a custom Expense Report
- Index

12 Setting preferences for your Acer s10
Network preferences
289
5 Repeat steps 3 and 4 until you have completed the login script.
6Tap OK.
7 Tap OK in the Details dialog box.
Using non-ASCII characters in login scripts
If you know how to write custom scripts with non-ASCII characters, you can
incorporate the caret (^char) character, carriage returns and line feeds, and literal
characters in your custom login scripts.
Caret (^ char)
Use the caret (^ char) character to transmit ASCII command characters. If you send
^char, and the ASCII value of char is between @ and _, then the character is
automatically translated to a single-byte value between 0 and 31.
For example, ^M is converted to a carriage return. If char is a value between a and z,
then the character sequence is translated to a single-byte value between 1 and 26. If
char is any other value, then the character sequence is not subject to any special
processing. Thus, the string “Joe^M” transmits Joe, followed by a carriage return.
Carriage return and line feed
You can include carriage return and line feed commands as part of the login script,
when entered in the following format:
<cr> Sends or receives a carriage return
<lf> Sends or receives a line feed
For example, the string “wait for Joe<cr><lf>” waits to receive Joe, followed by a
carriage return and line feed from the remote computer, before executing the next
command in the script.
Literal characters
You can use the backslash ( \ ) character to specify that the next character be
transmitted as a literal character, and not be subject to any special processing
ordinarily associated with that character. For example:
\^ Includes a caret as part of the string
\< Includes a < as part of the string
\\ Includes a backslash as part of the string
Plug-in applications
You can create a plug-in application containing script commands that extends the
functionality of your Acer s10’s built-in script command. A plug-in application is a
standard prc application that you install on your Acer s10 just like any other
application. After you install the plug-in application, you can use the new script
commands in a login script.