home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / CMON.DOC < prev    next >
Text File  |  1993-01-24  |  1KB  |  36 lines

  1.                             CMON.COM
  2.  
  3.                    (TSR, may be loaded high)
  4.  
  5. This program sets up a monitor of all commands fed to 
  6. COMMAND.COM.  It will show each command and wait for a keystroke 
  7. to continue.  This is a little strange but it does something not 
  8. easily done any other way.
  9.  
  10. The main use of this program is to single-step through batch 
  11. files.  It may also reveal covert or unobvious behavior of 
  12. certain other programs.
  13.  
  14.      This program requires DOS 3.3 or above. It will not function 
  15.      correctly with NDOS or 4DOS Ver 3.x. It works correctly with 
  16.      4DOS Ver 4.x.
  17.  
  18. CMON, once installed, may be easily switched off and back on.
  19. Simply enter the command "-" at the DOS prompt (without the quote
  20. marks) to turn it off. To turn it back on type "CMON" again. This
  21. program will only install itself one time. It has no un-install 
  22. option, but you could load Hot2, then CMON, and then dump them
  23. both when finished, with HOT2's Ctrl-Alt-Insert option.
  24.  
  25.      Once you have CMON loaded, and you want to single-step
  26.      through only *part* of a long batch file or tangled nest of
  27.      batch files, then you can bracket the part you want to
  28.      single-step by adding the command "CMON" before the part,
  29.      and "-" after the part.  CMON will turn on, and then turn
  30.      off again when you run.
  31.  
  32. CMON may not work on some hardware or DOS versions; in 
  33. particular, as noted above, it needs DOS 3.3 or greater.
  34.  
  35.  
  36.