!README! TECO-86 V1.01 Please read the EDITS.DOC file for changes made to TECO-86 from your version to version 1.01. There are many changes that will effect macros written prior to V1.01. The file FIXIT.TEC has been re-named to FIX.TEC You will note that most of the macros on the distribution diskette are in a *.tes format. This is the TECO Source format. These macros are NOT runable in there current format. The *.tes files MUST be compiled (squished) prior to use. The squishing process creates the *.tec file. There is provided in compiled format: a) The squisher macro SQU.TEC b) A *.TES to *.TEC squisher SQUTES.TEC To squish ALL the unsquished (those with no *.TEC or *.TEC preceeds *.TES) files, simply load TECO-86 and its macros to a directory, select that directory as current then: teco -msqutes This macro (take a look at squtes.tes) builds a list of all *.tes files with date and time, then trys to match any *.tec file. If the corrisponding *.tec file is not found or if the *.tec file has an earlier date/time the file name will be included in a batch file (squtes.bat) that will be run to squish any out of date files. (TECO will print an error after the batch runs, this is a bug, ignore it). To squish files individualy: teco -msqu yourfile See SQU.TES for default switches