Appendix D
Page 233
Appendix D
Non-ASCII Characters
for Login Scripts
The following information enables you to create custom login scripts that require non-ASCII
characters. It is provided for advanced users who understand the use and requirements of such
characters in a custom login script.
Use of ^char
You may use the caret ( ^ ) 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.
For example, the string “Joe^M” transmits Joe, followed by a carriage return.
Carriage return and line feed
You may 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 “waitfor 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
The backslash ( \ ) character defines that the
next character
is transmitted as a literal character,
and is not subject to any special processing ordinarily associated with that character.
Examples:
\^
Includes a caret as part of the string
\<
Includes a < as part of the string
\\
Includes a backslash as part of the string
Summary of Contents for Treo 90
Page 1: ...Treo 90 Handheld User Guide Windows Edition ...
Page 10: ...Page 10 Contents ...
Page 26: ...Page 26 Introduction to Your Treo 90 Handheld ...
Page 36: ...Page 36 Entering Data in Your Handheld ...
Page 52: ...Page 52 Managing Your Applications ...
Page 113: ...Chapter 6 Page 113 Options menu About To Do List Shows version information for To Do List ...
Page 136: ...Page 136 Application Specific Tasks ...
Page 156: ...Page 156 Setting Preferences for Your Handheld ...
Page 192: ...Page 192 Advanced HotSync Operations ...
Page 212: ...Page 212 Using the Wireless Application Suite ...
Page 234: ...Page 234 Non ASCII Characters for Login Scripts ...