home *** CD-ROM | disk | FTP | other *** search
- True BASIC ECHO
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- ECHO │ │ to turn on echoing to printer
- │ │
- ECHO to filename │ │ to turn on echoing to a file
- │ │
- ECHO OFF │ │ to turn off echoing
- │ │
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- The ECHO command "echoes" screen output to the printer or a file.
- It's useful for saving a program's output, keeping track of a
- debugging session, and so forth.
-
- Remember to turn the printer on before using the ECHO command.
- If the printer is not properly connected, DOS will give you about
- a minute to fix things. If things still aren't better after a
- minute, True BASIC will print an error message.
-
-