Editing scripts

After you create a Rocket TE script, you can return to the script and edit it in the Rocket TE Script Editor application. In the Script Editor, you can add, delete, move, and edit items, and resolve syntax errors.

  1. Click StartAll ProgramsRocket TE 10.1.1Rocket TE Script Editor.
  2. From the Mode menu, select the terminal emulation client type that was used to record the script.
    Recording and playing scripts is emulator specific. The script is limited to the Rocket TE emulator that created it and cannot be used in other Rocket TE terminal emulation clients.
  3. From the Rocket TE Script Editor menu bar, click File Open.
  4. Select the script that you want to edit, and click Open.
  5. You can perform the following tasks:
    Inserting an item into a script
    You can insert items into the script by using mouse clicks alone, or a combination of your mouse and buttons on the toolbar.

    In the main window, select the point in the script that you want to add an item. The item is added below the selected item. For example, to add a Script Event, highlight a Script Event in the Script Events pane, and double-click. The Script Event is added into the script below the cursor. Or, highlight the desired Script Event in the Script Events pane and click the Insert Script Event icon located on the toolbar. The Script Event is added into the script below the cursor. Refer to Script events for more detailed information.

    Follow the same procedure to insert LU Functions using the LU Function icon on the toolbar. Refer to LU functions for more detailed information.

    Follow the same procedure to insert Menu Commands using the Menu Command icon on the toolbar. Refer to Menu commands for more detailed information.

    Deleting an item in a script
    To delete an item, highlight an item and press the Delete key on the keyboard or click the Delete Entry icon on the toolbar.
    Moving an item in a script
    To move an item, drag and drop the item either up or down in the script to the new location.
    Editing the value of an item in a script
    To edit the value of an item, highlight an item and double-click or click the Edit Entry icon .
  6. Click FileSave.