get3270.doc

来自「Write 3270 Session Screen Output to A Fi」· DOC 代码 · 共 35 行

DOC
35
字号


               GET3270


GET3270 copies the screen of a 3270 session to the standard
output device.  Using redirection the screen contents can be
copied to a file, printer or other device.  It has been
tested with IBM's 3270 Emulation Program Entry Level and
Attachmate's Extra.

Normal usage:

     GET3270 > DUMP3270.SCR

This will copy the contents of a 3270 screen to the file
"DUMP3270.SCR".  Anything in the file will be overwritten.
To append to an existing file (multiple screen captures) use
the following syntax:

     GET3270 >> DUMP3270.SCR




Notes:

The program is written in C and compiled with Borland's
Turbo C 2.0.

The program is released into the public domain by the
author: Glen E. Thompson.


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?