You have the choice of starting the script when the session
is either disconnected or connected, so it may or may not start with
a Connect event.
- From the Rocket TE menu bar, click .
- Type a name for the script and click Save.
Note: Rocket TE express logon is only supported with Rocket TE
Script files (.bzs).
- Record the steps necessary to connect to your host (if
not already) and logon to the desired application.
- Click to end the script recording.
- Click and select the script you just recorded.
The Rocket TE Script Editor launches and your script is
displayed.
- In the script, find the Script Event where you typed your
UserID (Type "MYUSERID"), double-click MYUSERID to bring up the edit box.
- Replace your UserID with ")USR.ID(" and click OK.
- In the script, find the Script Event (Type "RpvPassword"),
double-click it to bring up the edit box.
- Replace "RpvPassword" with ")PSS.WD(".
- Directly before the Type ")USR.ID(" command, insert an
Express Logon Script Event, and type the host Application ID for the
application you want to use. You must get this application ID from
your system administrator who configured the host for Express Logon.
- To do this, select the Script Event before (Type ")USR.ID(").
In the Script Events box, locate the Express_Logon event and double-click.
The edit box where you can enter the Application ID opens.
- Click OK.
This places the (Express_Logon "Application ID") Script
Event immediately before the (Type ")USR.ID(") Script Event.
- Save the script and exit the Script Editor.