home *** CD-ROM | disk | FTP | other *** search
- Explanation of the ECHO command. It is BATCH.
-
- This command will turn the command echoing
- off when used in a batch file.
-
- Example:
- The following short batch file will
- only clear the screen but nobody
- will see the command:
- Echo off
- cls