Example: TE_run_script_file

In the following example, the TE_run_script_file function runs a logon script.

TE_run_script_file("c:\\logon.psl");
Where c:\logon.psl contains the following text
set hide-toolbar on
send "username<cr>"
send "password<cr>"
This will hide the emulator toolbar, and enter "username" and "password" followed by carriage returns.