# .temp_opt	 set CIS options for auto-scripts.
capture "off"
transmit "opt;"
transmit "1;1;"		# Forum first
transmit "2;3;"		# command mode
transmit "3;N;"		# never stop
transmit "6;2;"		# editor
transmit "9;N;"		# no info. on replies
transmit "10;N;" 	# no waiting messages
transmit "11;N;"	# no skip own messages
transmit "5^M"
waitfor "prompt: "
transmit "\^H^M"	# set prompt to Ctrl-H
waitfor "choice !"
transmit "T^MS^M"	# [T]op ; [S]ession
capture "on"
