POV-Ray : Newsgroups : povray.off-topic : Something new every day : Re: Something new every day Server Time
9 Oct 2024 20:53:41 EDT (-0400)
  Re: Something new every day  
From: Darren New
Date: 7 Nov 2008 12:45:29
Message: <49147eb9$1@news.povray.org>
Eero Ahonen wrote:
> Welcome to world of PC's. IIRC piping worked even on MS-DOS (eg. type
> autoexec.bat|more).

Under DOS, since only one thing ran at a time, this didn't actually 
"pipe" the data. It was just a shortcut for
   type autoexec.bat >tempfile
   more <tempfile

You had to wait for the first program to finish, and you had to have 
enough disk space, before the second would start.

Pretty much every MS OS since Win3 at least has had actual pipes, tho. I 
think the command.com under Win3 still used the tempfile stuff, but the 
OS had a "make a pipe" call in it.

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.