-*-TAGS-*-  File: Tmisc, Node: Miscellaneous, Up: (Teco1)Top TECO invokes the TECO text editor. * Menu: * Initialization:: How to use Teco.Ini * Memory:: Teco's way of remembering the last file you edited. * Commands:: Getting Started with TECO * Control C:: * Switches:: * Numeric Values, * Flags: (TECOFL#)* These are the formats for calling Teco: TECO file-spec to edit an existing file TECO out-file-spec=in-file-spec to edit from one file to another MAKE file-spec to create a new file MUNG cmd-file-spec,text-arg to execute a TECO macro  File: Tmisc, Node: INITIALIZATION, Up: Miscellaneous, Next: Memory If TECO FINDS a file named TECO.INI in your directory, it is assumed to be A TECO MACRO and it executed every start up. To disable the search for TECO.INI, the switch /NOINI can be used.  File: Tmisc, Node: Memory, Up: Miscellaneous, Prev: Initialization, next: Commands TECO AUTOMATICALLY REMEMBERS THE file being edited. The file's name is stored in A FILE CALLED TECFNN.TMP in your directory where the nn is your job number. If you INVOKE TECO without specifying a file-spec, TECO will read its memory file and re-edit the last edited file. TECO's memory feature i s completely inhibited by the /NOMEMORY switch.  File: Tmisc, Node: COMMANDS, Up: Miscellaneous, Next: Commands, Prev: Memory * Menu: * List of commands: ([1,6]Tecomd.hlp)  *FLAGS @TECOFL  File: Tmisc, Node: Control C, Up: Miscellaneous, Prev: Commands, Next: Memory CTRL/C is used to halt execution of the current TECO command. If you type CTRL/C twice, with no intervening characters, TECO will remove any changes made during the current editing session and return to your keyboard monitor.  File: Tmisc, Node: Switches, Up: Miscellaneous, Prev: Control C Teco Switches: /FIND Initially position to (find) the last marked position in the input file. Position is marked with the VTEDIT ESC-F commands. /INSPECT Simply read the file-spec, don't create a new edited copy. /NOINI Do not attempt to find or use TECO's private initialization file (TECO.INI in your directory). /NOMEMORY Do not read, write, or use TECO's memory file (TECFnn.TMP in your directory). /VTEDIT Automatically invoke the TECO keypad editor VTEDIT. /VTEDIT:HOLD Set the VTEDIT keypad editor into hold screen mode. /VTEDIT:SEEALL Set the VTEDIT keypad editor into SEEALL mode. /VTEDIT:HOLD:SEEALL Set the VTEDIT keypad editor into hold screen and SEEALL modes.  TAGS: :SGAT Miscellaneous:17 INITIALIZATION:623 Memory:887 COMMANDS:1334 Control C:1495 Switches:1814