home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo │ TelixFonEd (TFE) v2.21 -- copyright (c) 1988-1991 by Paul Roub
- echo │ All Rights Reserved
- echo │
- echo │ This archive (or disk) contains seven files:
- echo │ tfe.exe - TelixFonEd program
- echo │ tfe.reg - TFE registration form
- echo │ runme.bat - this batch file
- echo │ ask.com - utility used by this batch file
- echo │ tfe_hist.doc - TFE revision history
- echo │ tfe.doc - documentation for TFE
- echo │ whatis.tfe - a brief description of TFE
- echo │
- echo │ TFE is a full-screen editor for Telix version 3.0 (and higher) FON files
- echo │ (dialing directories). The syntax of TFE is:
- echo │
- echo │ tfe [?] [-v{n}] [-c{name}] [-h] [filename[.ext]]
- echo │
- echo │ If no filename is given, TELIX.FON is assumed. The user interface is fairly
- echo │ self-explanatory, but I recommend that you print out and read the documen-
- echo │ tation.
- echo │
- echo │ If you do not wish to print out the documentation at this time, type 'n' now.
- echo │ Otherwise, set your printer to the top of the page, then press 'y'.
- ask │ »»»»» Print out the documentation now (y/n)?
- if not errorlevel 1 goto end
- cls
- echo Printing readthis.now
- copy readthis.now prn>nul
- echo Printing tfe.reg...
- copy tfe.reg prn>nul
- echo Printing tfe_hist.doc...
- copy tfe_hist.doc prn>nul
- echo Printing tfe.doc...
- copy tfe.doc prn>nul
- :end
- cls
- echo Thank you for using TFE!
-
-