home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / PIPES.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  620 b   |  16 lines

  1. COMMAND:  pipes
  2.  
  3. FUNCTION: Allows the screen output of one program to be used as the keyboard
  4.           input to another program.
  5.  
  6. FORMAT:   program | program
  7.  
  8. TYPE:     Advanced DOS feature
  9.  
  10. REMARKS:  | causes the screen output of the first program specified to be used
  11.           as the keyboard input to the second program specified.
  12.           This advanced feature allows you to chain programs or commands
  13.           together. DOS writes temporary files named %PIPEx.$$$ in the root
  14.           directory to hold the input and output being piped. The programs
  15.           must not modify the piping files.
  16.