# !/usr/bin/expect#This is a auto cmd script.if { $argc !=1 }0{ send_user "usage: expect $argv0 object\n" exit}#define own want to say for object.set one="Are you OK?"set two="Fine,Thank you"puts "$one $1 $two"