Post a Comment
RE: Is this going to come standard with Vista?
Potential use for virus writers was not why it was pulled from Vista. The ship schedule/dependancy reset had more to do with it. There'll be multiple versions of Monad shipping out of band with Windows as they build up functionality. v1 is just the start (IIRC, 3 major releases are planned currently before it settles down a bit). Monad's only major dependancy is the .NET Framework, and it will likely be supported on XP/Server 2003 in addition to Vista, but Vista isn't the ship vehicle for it. It'll be included with the next version of Exchange and at least one of the other server products, and it's currently available as a seperate download and as part of the WinFX SDK.
As others pointed out windows seriously need a GOOD command line environment. For the common user it means almost nothing, but for the admins who need to automate and script hundreds of clients it's a life saver.
And I know about most of the tricks of cmd.exe, of WSH, vbs and js, and WMI...
...even with Monad windows will still lack a practical set of utilities with command line interface: sure bash is a good shell, but without all the (dozens) of little unix filters/utils like grep, cut, cat, and so on it would be of little use.
Look on msdn how do you add a printer from the command line on windows... it's pretty ugly :-)
even with Monad windows will still lack a practical set of utilities with command line interface: sure bash is a good shell, but without all the (dozens) of little unix filters/utils like grep, cut, cat, and so on it would be of little use.
Oh, please.. have you even looked at your Windows installation CD?
Look for Support tools, install it and you'll get about 100 command line utilities.
Then go to MSDN or Microsoft.com and download other similar packages: Resource Kit tools (another 180+ tools), IIS Admin kit tools, Administration Tools pack, Deploy tools, etc.
Trust me
, every aspect of administration and MUCH MORE is covered.
Microsoft provides, as you can see, *HUNDREDS* of command line utilities for Windows. They are not installed by default, I guess for the security reasons and the fact is, 99% of desktop users don't need them. Even administrators prefer to use GUI tools, don't ask why
Sorry and I don't mean to trash you, but to say that Windows lacks command line utilities is just - ignorant.
The Unix command line tools such as grep, cut and cat are available for Windows.
You can download 118 of these that run on the Win32 subsystem at http://unxutils.sourceforge.net/.
More 300 that run on the Services for Unix subsystem come with Services for Unix. http://www.microsoft.com/sfu


