Intermec 200 Quick Reference Manual page 95

Janus 900 mhz terminal emulation for the model 200 controller
Hide thumbs Also See for 200:
Table of Contents

Advertisement

Additional modifications to this script allow the user to move automatically to
an application after logging in.
Auto-Login to an Application
Input "Enter user name", username # prompt for user name
InputHidden "Enter Password", password # Prompt for password
HostName "*"
WaitFor "login:"
Send username
Send "<CR>"
WaitFor "Password:"
Send password
Send "<CR>"
WaitFor "Main Menu"
Send "3"
Send "<CR>"
WaitFor "Wip Menu"
Send "1"
Send "<CR>"
In this script a section for the host name BigHost is added to the beginning of
the script. If the user logs into any host other than BigHost the script will start
at the HostName "*" line. This allows for different processing on each host.
Auto-Login With Variable Processing
Input "Enter user name", username # prompt for user name
InputHidden "Enter Password", password # Prompt for password
HostName "BigHost" # Use this portion of the script for BigHost
WaitFor "User:"
Send username
Send "<CR>"
WaitFor "Password:"
Send password
Send "<CR>"
HostName "*"
WaitFor "login:"
Send username
Send "<CR>"
WaitFor "Password:"
Send password
Send "<CR>"
WaitFor "Main Menu"
Send "3"
Send "<CR>"
WaitFor "Wip Menu"
Send "1"
Send "<CR>"
# Wait for the login prompt
# Send the user name
# Send a carriage return
# Wait for the password prompt
# Send the users password
# Send a carriage return
# Wait for the main menu
# Pick option 3 from the menu
# Wait for the work in process menu
# Pick option 1 from the menu
# Wait for the user prompt
# Send the user name
# Send a carriage return
# Wait for the password prompt
# Send the users password
# Send a carriage return
# Match any other host name
# Wait for the login prompt
# Send the user name
# Send a carriage return
# Wait for the password prompt
# Send the users password
# Send a carriage return
# Wait for the main menu
# Pick option 3 from the menu
# Wait for the work in process menu
# Pick option 1 from the menu
A
CODEReference
CODE
A-11

Advertisement

Table of Contents
loading

This manual is also suitable for:

Janus 2010Janus 2020Janus 2050

Table of Contents