Recording and modifying an express logon script

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.

  1. From the BlueZone menu bar, click Script Record.
  2. Type a name for the script and click Save.
    Note: BlueZone express logon is only supported with BlueZone Script files (.bzs).
  3. Record the steps necessary to connect to your host (if not already) and logon to the desired application.
  4. Click Script Stop to end the script recording.
  5. Click Script Edit and select the script you just recorded.
    The BlueZone Script Editor launches and your script is displayed.
  6. In the script, find the Script Event where you typed your UserID (Type "MYUSERID"), double-click MYUSERID to bring up the edit box.
  7. Replace your UserID with ")USR.ID(" and click OK.
  8. In the script, find the Script Event (Type "RpvPassword"), double-click it to bring up the edit box.
  9. Replace "RpvPassword" with ")PSS.WD(".
  10. 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.
    1. 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.
    2. Click OK.
      This places the (Express_Logon "Application ID") Script Event immediately before the (Type ")USR.ID(") Script Event.
  11. Save the script and exit the Script Editor.