home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
norge.freeshell.org (192.94.73.8)
/
192.94.73.8.tar
/
192.94.73.8
/
pub
/
computers
/
pcjr
/
comm
/
TFE220.LZH
/
RUNME.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-07-22
|
2KB
|
42 lines
echo off
cls
echo │ TelixFonEd (TFE) v2.20 -- copyright (c) 1988-1990 by Paul Roub
echo │ All Rights Reserved
echo │
echo │ This archive (or disk) contains eight 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 │ readthis.now - special offer good through August 31, 1990
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!