Palm i700 Cell Phone User Manual


 
Viewing Preferences
191
4. Repeat steps 2 and 3 until the login script is complete.
5. Tap OK.
Plug-in applications
You can create plug-in applications containing script commands that extend the
functionality of the built-in script commands. A plug-in application is a standard
PRC application that you install on your handheld just like any other application.
After you install the plug-in application, you can use the new script commands in
a login script.
Plug-in applications have the following characteristics:
Written in C language
Compiled into a device executable
Called properly from a login script
Able to return control to a login script after it terminates
Created using a development environment that supports Palm OS
®
software,
such as Metrowerks CodeWarrior for Palm Platform.
For additional information on creating plug-in applications, send e-mail to Palm
Developer Support at devsupp@palm.com.
Deleting a service template
There is only one way to delete a service template: use the Delete command from
the Service menu.
Send CR
Transmits a carriage return or LF character to the TCP/IP server to
which you are connecting.
Send User ID
Transmits the User ID information entered in the User ID field of
the Network Preferences screen.
Send
Password
Transmits the password entered in the Password field of the
Network Preferences screen. If you did not enter a password, this
command prompts you to enter one. The Password command is
usually followed by a Send CR command.
Delay
Tells your handheld to wait a specific number of seconds before
executing the next command in the login script.
Get IP
Reads an IP address and uses it as the IP address for your
handheld. This command is used with SLIP connections.
Prompt
Opens a dialog box and prompts you to enter text of some kind
(for example, a password or a security code).
End
Identifies the last line in the login script.