Longorn Command Shell MSH is the new scripting and automation environment for Windows. This is a new Windows component that is planned for release with Windows codename Longhorn. This beta signup is for an early preview of the Longhorn Command Shell.
Key Features:
MSH – Microsoft Shell
Focused on Automation & scripting
Focused on power users and administrators
Provides:
Interactive shell
Cmdlets
Utilities
Scripting language
Remote scripting
Foundation for Task-Based management
You can apply for a beta test at www.betaplace.com. The Guest ID is mshPDC
View: Sign Up At BetaPlace
News source: Longhornblogs.com
Key Features:
Provides:
You can apply for a beta test at www.betaplace.com. The Guest ID is mshPDC
Now that you have set the desired cabin altitude, simply turn on the bleed air and the cabin will begin to go to that alitude if you are higher than that. Twiddle the very lower-left knob with no label to get there faster or slower.Then climb above 12,500 or so and turn off the bleed air, or set a cabin altitude above 12,500... you will slowly black out! This is a serious occurence in the real airplane that you must avoid if you want to live. NOTE: You must be flying an airplane that HAS a pressurization differential in the SYSTEMS screen in Plane-Maker for this effect to occurr.
Otherwise, X-Plane assumes that the designer simply did not include the pressurization systems in the aircraft, adn the pressurization system is assumed to
be automated.
Trim speed is now controllable in Plane-Maker controls screen... enter the trim speed in ratio to default.
In Plane-Maker engine screen tab 3, set the exhaust ratio now... 1.0 for default, and more or less per plane to get the exhaust trails perfect for each particular craft!
New artificial stability option: Joystick simply sets pitch and roll. Easy!
Just move the stick to set the desired hovering attitude. Set up the constants in Plane-Maker Artificial Stability screen

just let the dumb users click click.
The "dumb users" can click, but the power users can use the robust command line tools.
I wouldn't pick on click click users too much... after all it's Gnome and KDE interfaced with intelligent installers from Redhat, Mandrake and the like that are bringing in the (cough) masses to the unix platform from windows... certainly not the command line.
get a clue #2
Basically a Command Shell is a very simplistic interface with the computer. Unix has various Shells (Bash, C, Korn) while Windows has only really had a limited command line interface. Imagine if you were to take away all the GFX and buttons from windows and wanted a interface in which you could still push all the "buttons" by typing commands, then you'd have a command line shell. If you're really versed in the shell commands, you can often due things faster than using Windows, especially if you want to script something.
-Raptor
Just my two cents.
To turn this around, I find it funny that people using unix aren't willing to learn a new command line interface method that is just as powerful -- they'd rather just badtalk what they don't know.
windows is famous( or infamous
Not really.
becuase if you look at the batch language and the way the shell has been its a very badly made unix shell clone.
It's never been a clone, that's something you need to put behind you. The win cmd line interfaces were built upon function not copying. It's a thin shell (and that's where you get your "weak batch language" ), but the power is in the scripting available in the OS (which fundamentally is part of the shell... something that unix can't quite compare to). Again: WMIC, VBS, ASDI, WSH/CScript... all of those tools can do anything you want in Windows... and I do mean anything. All you gotta do is learn.
And if you think it's really been "infamous" you haven't looked at windows in the last 3 years, bub... or you don't know what you're talking about.
I think the function of this new shell is probably to consolidate some of those tools. It would be a Good Thing.
becuase if you look at the batch language and the way the shell has been its a very badly made unix shell clone.
First, what "batch language" are you talking about?
1. The Win9x "shell" that was basically MS-DOS 7.0. Also, IIRC, MS-DOS was based on PC/M. It's not really a Unix clone like how Linux is.
2. The Windows NT/2000/XP shell that is vastly improved compared to the Win9x variants and often as powerful as unix shells
3. WSH that can be coded in JScript or VBScript, often with a richer feature set than #2 above and better organized API
I'm also interested in how this MSH differs from WSH.
Last edited by 21023 on 31 Oct 2003 - 09:39
At the end of the day both do the same thing but it seems to me that MSH is some kind of "object oriented" Unix Shell.
I gathered this from a blog entry :
$p = get/process FileName
$p[5].ToString()
foreach ($p) { $p.ToString() }
URL :
http://weblogs.asp.net/jnadal/posts/34413.aspx
Beta software always scared me...but beta testing is kinda fun
Q
I still find most of my day is spent at the command prompt. I have noticed that as the GUI improves I do however spend less time there.
I appreciate the abaility to be able to automate stuff, and the command line is great for that, but a nice bit of VBs, or JScript, combined with a good GUI(i.e. explorer) tool, and most things can be acomplished.
We shall see... The days of the CL are not gone yet...
Q
Commenting has either been disabled on this article or you are not logged in. Click here to login or register, its free!
Note: Anonymous commenting is disabled in order to keep the quality of responses to a high standard.