home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11406 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.1 KB  |  37 lines

  1. Path: sparky!uunet!mcsun!sunic!dkuug!dde!ibh
  2. From: ibh@dde.dk (Ib H°jme)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Normal MSDOS multitasking!
  5. Message-ID: <1992Dec15.074243.10361@dde.dk>
  6. Date: 15 Dec 92 07:42:43 GMT
  7. References: <1ghb1vINNccb@ub.d.umn.edu>
  8. Organization: Dansk Data Elektronik A/S
  9. Lines: 26
  10.  
  11. cbusch@ub.d.umn.edu (Chris) writes:
  12.  
  13.  
  14. >   Apparantly MSDOS multitasks with the use of the pipe "|".  Is this
  15. >true?  How does the | really work?  For example: "type this.txt | more"
  16. >has 'type' and 'more' being ran simultaneously (apparantly).  How is
  17. >this so?
  18.  
  19. >--
  20.  
  21.     No way. What happens is this :
  22.  
  23.     The command before the "|" is started with output redirected to a file.
  24.     When this command terminates, the command after the "|" is started with
  25.     input redirected from the file ! 
  26.  
  27.     So no multi-tasking at all.
  28.  
  29.     Regards Ib
  30.  
  31. |               | Ib Hojme
  32. |    |   |      | Euromax
  33. |  __| __| __   | Dansk Data Elektronik A/S, Vejle branch, Denmark
  34. | /  |/  |/__>  | Telephone: Int +45 75 72 26 00
  35. | \__/\__/\__   | Fax:       Int +45 75 72 27 76
  36. |               | E-mail:    ibh@dde.dk
  37.