![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
|
Windows Monad
So how about Windows Monad for Vista comming out? there is a free beta download at http://www.microsoft.com/downloads/i...splaylang%3den
(Registration Reqired) I was reading /. and there is a multi-page artical to Monad with the syntax etc. http://arstechnica.com/guides/other/msh.ars This shell more closely resembles BASH in some ways and the scripting capabilities are much improved. Let me know what you think. Note: Also requires the beta version of the .NET Framework v2.0 Another interesting tidbit, you can leverage the .NET API with Monad, and this script uses winforms. msh> $window = new-object Windows.Forms.Form $window.text = "This is a Windows form!" $button = new-object Windows.Forms.Button $button.text = "Click me!" $window.controls.add($button) $window.showDialog() |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
Thought it was taken off of the things-to-implement list, because it could be dangerous.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
|
|
#3 |
|
Programming Guru
![]() |
So was IE, but they still tried to make a browser that everyone hates...
__________________
|
|
|
|
|
|
#4 |
|
Programmer
|
I think it looks kinda cool. An object oriented shell, well there you go...
__________________
Visit my blog, about all that stuff in between your nostrils >_> |
|
|
|
|
|
#5 |
|
Professional Programmer
|
any shell would be better than the current Command Prompt
|
|
|
|
|
|
#6 |
|
Expert Programmer
|
Agreed. I've been trying it out, and I like it so far. For more flexible and powerful than cmd.exe or command.com
|
|
|
|
|
|
#7 |
|
Expert Programmer
|
Why would anyone use it? What'd be better would be C# script or something, though doubtless its already work in progress, but if you're using .NET why not knock out a simple command line program, given Microsoft will make their compiler free if they have any sense. In the meantime I'm content with cygwin for bash/perl/python scripts on windows thank you very much, which also gives you all the stuff in DOS if you need it. Now if only there was a way of using colinux to completely remove the windows kernel...
|
|
|
|
|
|
#8 |
|
Programmer
Join Date: Feb 2005
Posts: 86
Rep Power: 0
![]() |
aaaaa
|
|
|
|
|
|
#9 |
|
Programming Guru
![]() |
Nice way to troll an old thread back to the top of a list with a useless post...
__________________
|
|
|
|
|
|
#10 |
|
Programmer
Join Date: Feb 2005
Posts: 86
Rep Power: 0
![]() |
it was an accedent, i was looking through old topics and forgot it was an old topic, then i replied, but i edited it
i tend to do that with irc, i scroll up an read and reply to something that was typed 20 minutes ago |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|