View Single Post
Old Jan 7th, 2005, 12:05 AM   #1
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
I was reading an article in some dumb IT magazine they send me for free twice a month. And apparently Windows 2003 is going to have a console in it.. and I do not mean the normal console (CMD) with the 80 char limitation where you can run DOS command, this new console is going to operate and behave like XTerm in Linux.

Only there is on interesting Quirk. The entire system will operate on the .NET framework, so when you run an application and pipe it to another application like "cat somefile | grep -n some_text" it will not just pipe basic ASCII data as linus does... it will actually emit objects through the pipe.

You will be able to pipe into Excel documents and create full formatted documents as an example of its capability, you will still however be able to see the text on your screen if you wish your output to be the console.

I think this will be pretty cool, and certainly a feature that will make me like Windows that much more
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote