home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / addhlp.zip / ECH_HLP.TXT < prev    next >
Text File  |  1994-09-03  |  549b  |  17 lines

  1.  
  2. ECH.COM
  3.  
  4.  Batch file command to display character or string.
  5.  Just like ECHO except that it does not append CR/LF so 
  6.  successive calls to ECH can build up a line of text.
  7.  
  8.  Examples: 
  9.    Progress indicator each time round a loop.
  10.    Redirect output to build lines in a batch or data file.
  11.  
  12.  NB: any space(s) between the end of the command line and 
  13.   the redirection symbol will be sent to the redirected output.
  14.  
  15.  Source: DEBUG script in PC Magazine (US) User to User 26-10-93
  16.          This help screen added with ADDHELP 27-8-94
  17.