In Windows NT (thats XP, 2000 and .NET) you can use Mountrefs:
\\?\Volume\{00000000-1234567890-abcdefabcdef} etc, is same as
\\\multi(1)disk(2)rdisk(0)partition(1)
and the likes. There is a way to mount a NTFS drive anywhere on the system and some people took advantage of this to do redirection to some extent. Pipes, yes, are in windows using the <>;:-| system... oh don't forget there is a pack you can install to add some limited Unix-like functionality to the NT system as well! This currently ships with the director's cut of Windows .NET Advanced Gundam Hacker Edition, which includes other Hacker Features as well

I'm currently doing research to see what system I would have to use to get devices to pipe through a special driver. I'm thinking on-the-fly symbolic Zip, having CSS-ed DVD's appear as regular movies and making three coundcards act like a surround card. Ah, but Windows is closed source. Which is a GOOD thing!
Btw, wouldn't symbolic linking cause major security issues and such? I have, on both Linux and Windows, pointed a folder at itself and have been able to do things like:
C:\ goes to C:\root\
so then I can use this to access C:\myfile.txt
C:\root\root\root\root\root\root\root\root\root\root\root\root\root\root\myfile.txt
What if someone symlinks to files they don't own? If some idiotic Linux worshipper decides to install Apatchie without spending the right amount of time hacking around the settings, someone could point some innocuous location http://linuxbox.sucker.local/~harryhacker/mylocation to \etc\shadow, which is onyl readable by the root, another flaw of the OS (only one superuser, and always 1 superuser, which the services want to run as)
ciao.