home *** CD-ROM | disk | FTP | other *** search
- Defaulting to Echo Off For Batch Files
-
- John Bridges
- Staten Island PC Users Group
-
- Sometimes it is convenient to have
- BATch files default to echo off mode.
- The following patch sets the default
- value of ECHO to OFF in batch
- processing. Note that ECHO will be ON
- during execution of the AUTOEXEC.BAT
- file, but will take effect with the
- next BAT file to be executed.
-
- For DOS 2.0
-
- C>debug command.com
- -e1721 28 1f
- -e364a 24 26 c6 06 6e 09 00 e9 19 e8
- -w
- Writing 4500 bytes
- -q
-
- For DOS 2.1
-
- C>debug command.com
- -e1734 28 1f
- -e364d 24 26 c6 06 6e 09 00 e9 19 e8
- -w
- Writing 4500 bytes
- -q