home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / addhlp.zip / README.TXT < prev   
Text File  |  1994-09-03  |  744b  |  25 lines

  1. ADDHELP.EXE modifies .COM files so that they display a help
  2. message when invoked with the standard '/?' parameter.
  3. It is especially useful for adding help screens to DOS utilities
  4. assembled from DEBUG scripts.
  5.  
  6. ADDHELP may be freely used, copied and distributed.
  7.  
  8. Author: John Nurick, 70162.2472@compuserve.com
  9.  
  10. List of files in ADDHLP.ZIP:
  11.  
  12.    README.TXT  this file
  13.  
  14. Program:
  15.    ADDHELP.EXE   program
  16.    ADDHELP.TXT   documentation in printable ASCII file
  17.    ADDHELP.PAS   commented source code
  18.  
  19. Examples:
  20.    ECH_STD.COM   ECH utility from DEBUG script in PCMag
  21.    ECH_HLP.TXT   help screen for ECH
  22.    ECH_MOD.COM   ECH utility with help screen incorporated
  23.    DEMO.BAT      demonstrates /? help message in batch file
  24.  
  25.