home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / TNH_PC.ZIP / BRIDGES.NL < prev    next >
Encoding:
Text File  |  1987-01-14  |  640 b   |  32 lines

  1. Defaulting to Echo Off For Batch Files
  2.  
  3.              John Bridges
  4.      Staten Island PC Users Group
  5.  
  6. Sometimes it is convenient to have
  7. BATch files default to echo off mode.
  8. The following patch sets the default
  9. value of ECHO to OFF in batch
  10. processing. Note that ECHO will be ON
  11. during execution of the AUTOEXEC.BAT
  12. file, but will take effect with the
  13. next BAT file to be executed.
  14.  
  15. For DOS 2.0
  16.  
  17. C>debug command.com
  18. -e1721 28 1f
  19. -e364a 24 26 c6 06 6e 09 00 e9 19 e8
  20. -w
  21. Writing 4500 bytes
  22. -q
  23.  
  24. For DOS 2.1
  25.  
  26. C>debug command.com
  27. -e1734 28 1f
  28. -e364d 24 26 c6 06 6e 09 00 e9 19 e8
  29. -w
  30. Writing 4500 bytes
  31. -q
  32.