|
NAMEtcl3270 - IBM host access toolSYNOPSIStcl3270 [script [script-arg...]] [-- [tcl3270-options] [s3270-options] [host|session-file.tcl3270]tcl3270 -v tcl3270 --help DESCRIPTIONtcl3270 opens a telnet connection to an IBM host, then allows a Tcl script to control the host login session. It is derived from s3270(1), a script-based IBM 3270 emulator.For each action supported by s3270, tcl3270 defines a correcponding Tcl command. The result of the Tcl command is the output of the s3270 action. If the output is one line, the result is a string. If the output is multiple lines, the result is a list of strings. On the command line, a session file can be named either name.tcl3270 or name.s3270. Resource values, such as those used in -rm options or in a session file, can be specified as tcl3270.resource or s3270.resource. TCL3270-SPECIFIC OPTIONS
SEE ALSOs3270(1)COPYRIGHTSCopyright 1993-2021, Paul Mattes.Copyright 2004-2005, Don Russell. Copyright 2004, Dick Altenbern. Copyright 1990, Jeff Sparkes. Copyright 1989, Georgia Tech Research Corporation (GTRC), Atlanta, GA 30332. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY PAUL MATTES, DON RUSSELL, DICK ALTENBERN, JEFF SPARKES AND GTRC "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL PAUL MATTES, DON RUSSELL, DICK ALTENBERN, JEFF SPARKES OR GTRC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. VERSIONtcl3270 4.0ga14
Visit the GSP FreeBSD Man Page Interface. |