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 >
DOS Batch File  |  1990-07-22  |  2KB  |  42 lines

  1. echo off
  2. cls
  3. echo │ TelixFonEd (TFE) v2.20 -- copyright (c) 1988-1990 by Paul Roub
  4. echo │                           All Rights Reserved
  5. echo │
  6. echo │ This archive (or disk) contains eight files:
  7. echo │         tfe.exe      - TelixFonEd program
  8. echo │         tfe.reg      - TFE registration form
  9. echo │         runme.bat    - this batch file
  10. echo │         ask.com      - utility used by this batch file
  11. echo │         tfe_hist.doc - TFE revision history
  12. echo │         tfe.doc      - documentation for TFE
  13. echo │         whatis.tfe   - a brief description of TFE
  14. echo │         readthis.now - special offer good through August 31, 1990
  15. echo │
  16. echo │ TFE is a full-screen editor for Telix version 3.0 (and higher) FON files
  17. echo │ (dialing directories).  The syntax of TFE is:
  18. echo │
  19. echo │               tfe [?] [-v{n}] [-c{name}] [-h] [filename[.ext]]
  20. echo │
  21. echo │ If no filename is given, TELIX.FON is assumed.  The user interface is fairly
  22. echo │ self-explanatory, but I recommend that you print out and read the documen-
  23. echo │ tation.
  24. echo │
  25. echo │ If you do not wish to print out the documentation at this time, type 'n' now.
  26. echo │ Otherwise, set your printer to the top of the page, then press 'y'.
  27.  ask │ »»»»» Print out the documentation now (y/n)?
  28. if not errorlevel 1 goto end
  29. cls
  30. echo Printing readthis.now
  31. copy readthis.now prn>nul
  32. echo Printing tfe.reg...
  33. copy tfe.reg prn>nul
  34. echo Printing tfe_hist.doc...
  35. copy tfe_hist.doc prn>nul
  36. echo Printing tfe.doc...
  37. copy tfe.doc prn>nul
  38. :end
  39. cls
  40. echo Thank you for using TFE!
  41.  
  42.