This is dial-cbx.tcl in view mode; [Download] [Up]
#
# TCL script used to dial VTTELNET via CBX
# By Anders Bertelrud 92-04-19
#
parity zero
set timeout 30
xmit {\r}
expect timeout {error "waiting for CBX prompt"} \
"{*MODIFY?*}" {}
xmit {c vttelnet\r}
expect timeout {error "waiting for VTTELNET call to complete"} \
"{*COMPLETE?*}" {}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.