# ******************************************* # * Send an escape sequence to the terminal # * to change the terminal type from VT to # * HP. # * # * Written by: Steve Barrett # ******************************************* setvar esc chr(27) setvar v220tohp "!esc"+"&k0\" echo ![v220tohp] deletevar v220tohp