home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / ECHO.TRU < prev    next >
Encoding:
Text File  |  1986-09-11  |  987 b   |  23 lines

  1. True BASIC           ECHO
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.      ECHO          │              │  to turn on echoing to printer
  7.                    │              │ 
  8.  ECHO to filename  │              │  to turn on echoing to a file
  9.                    │              │
  10.    ECHO OFF        │              │  to turn off echoing
  11.                    │              │
  12. ───────────────────┴──────────────┴──────────────────────────────────────────
  13.  
  14. The ECHO command "echoes" screen output to the printer or a file.
  15. It's useful for saving a program's output, keeping track of a 
  16. debugging session, and so forth.
  17.  
  18. Remember to turn the printer on before using the ECHO command.
  19. If the printer is not properly connected, DOS will give you about
  20. a minute to fix things.  If things still aren't better after a 
  21. minute, True BASIC will print an error message.
  22.  
  23.