Rumors of Cmd's Death Have Been Greatly Exaggerated (microsoft.com) 202
Senior Program Manager at Microsoft has responded to speculations that Command Prompt is going away. He writes: The Cmd shell remains an essential part of Windows, and is used daily by millions of businesses, developers, and IT Pro's around the world. In fact:
1. Much of the automated system that builds and tests Windows itself is a collection of many Cmd scripts that have been created over many years, without which we couldn't build Windows itself!
2. Cmd is one of the most frequently run executables on Windows with a similar number of daily launches as File Explorer, Edge and Internet Explorer!
3. Many of our customers and partners are totally dependent on Cmd, and all its quirks, for their companies" existence!
In short: Cmd is an absolutely vital feature of Windows and, until there's almost nobody running Cmd scripts or tools, Cmd will remain within Windows.
1. Much of the automated system that builds and tests Windows itself is a collection of many Cmd scripts that have been created over many years, without which we couldn't build Windows itself!
2. Cmd is one of the most frequently run executables on Windows with a similar number of daily launches as File Explorer, Edge and Internet Explorer!
3. Many of our customers and partners are totally dependent on Cmd, and all its quirks, for their companies" existence!
In short: Cmd is an absolutely vital feature of Windows and, until there's almost nobody running Cmd scripts or tools, Cmd will remain within Windows.
Good! (Score:5, Insightful)
MS actually does a really good job supporting things for a long time. Some other responses, I'd imagine...
Apple: We're brave enough to stop supporting any version of CMD that came out before this year.
Google: We killed it. Too bad.If you don't buy our ads, then we don't really care about how you use our software.
Re: (Score:2, Insightful)
I wished they just expanded the command prompt compared to putting in powershell.
Re: (Score:2)
i agree because the changes they are making to those shells should be universal--the powershell window has some features you dont get in the traditional cmd window which make it much easier to work in. i dont use win 10 at work so im not sure how many of the cmd/powershell windows changes go both ways there, but at work im stuck on win 7 and cmd sucks, but powershell is mostly good
Re:Good! (Score:4, Informative)
Maybe they could make it so Powershell doesn't take 15-30 seconds to actually become useful.
Re: (Score:3)
Get more RAM and a SSD. Maybe a Kirby Lake UPC!
Re: (Score:2)
I wished they just expanded the command prompt compared to putting in powershell.
Supposedly Microsoft doesn't pay to revise old lines of code. Hence, PowerShell with new lines of code came into existence.
Re: (Score:3)
Microsoft didn't create Powershell. Powershell was written by an independent developer who was then bought out by Microsoft.
Hence, Microsoft pays for new lines of code.
Re:Good! (Score:4, Informative)
Seems someone forgot to do their homework:
https://en.wikipedia.org/wiki/... [wikipedia.org]
Paradigm Multi-paradigm: Imperative, pipeline, object-oriented, functional and reflective
Designed by Jeffrey Snover, Bruce Payette, James Truher (et al.)
Developer Microsoft
Re:Good! (Score:5, Insightful)
How easy would that be, though? The way cmd and powershell works is fundamentally different: cmd is string-based, like bash, but powershell is object-based. Powershell really is a different animal entirely once you start using it.
Re: (Score:2)
It's pretty obvious that all of Microsoft's future love and attention are going toward Powershell; but what would they g
Re: (Score:3)
Likely M$ are pushing the retail version of Windows to be a closed box the user can not touch. Basically looking to turn the consumer PC into a XBox complete with software and content licence fees, that sells all your privacy and that you have pretty much no control over.
Re: (Score:2)
I do quite a bit of stuff in PowerShell, but I do a LOT MORE stuff in cmd. PowerShell is completely different, and used for completely different things. It's a mistake, I think, for MS to try to make it the default over CMD. Not yet. Maybe 3-4 years. It WAY too early for this.
Re: (Score:2)
everything you said plus, throwing the person who invented the "Get-TimeZone" style of pascal-dash-double-pascal-case-wtf commads out the nearest airlock.
Yep. I mean, there's an alias for dir, but does dir /h work? HELL NO! Try dir -force instead!
dir *.txt ? FORGET IT. dir -Include *.txt or dir -Include *.txt -Recurse
WHY create an alias for dir if nothing but the raw command works?!?!?!
Re: (Score:2)
Re:Good! (Score:5, Funny)
Apple : You can still use CMD, you just have to dongle-chain 3+ apps to get it to work. Oh yeah, and that'll be $500. You're welcome.
Google : We've decided arbitrarily to change CMD to DMC, but we'll probably switch it back and forth 2 or 3 times in the coming week. Business dependencies? What are they?
Amazon : CMD will be replaced by a flying mothership powered by cosmic rays. (*Bong sounds)
HP : We've decided to sell off CMD and focus on shit people no longer need or want instead.
IBM : Spending 200 million on our own cutting-edge CMD app was probably not a good idea, but hell, it's just money right? We're IBM, it's fine.
Adobe : In order to use CMD, you simply have to sign up for our $200 a month subscription service to everything else we sell. What a deal!
Facebook : Anything you type into a CMD prompt is FB property and will be tattooed on your soul forever. #Progress. 'Zuck '2042
WSJ : We will no longer call CMD line input "commands", we'll just fill your screen with DOS and let the reader decide what it is.
Trump : I love CMD, it's the best for hacking. Very strong commands! Why is Bash so weak and girly?
Re:Good! (Score:5, Funny)
Oracle: Now that you're using CMD, we're going to shake you down for licensing fees or sue you.
Congress: CMD is flawed so we should dismantle it without a good alternative in place. With fewer regulations and more tax cuts, the market will create a better CMD.
Samsung: *KABOOM*
Liberals: Trump loves CMD, so it's probably sexist or racist.
Conservatives: Liberals hate CMD so we love CMD.
YouTube: Please watch this advertisement before continuing to use CMD.
Wikipedia: !!!PLEASE GIVE US MONEY!!! "Command Prompt" redirects here. For the concept, see command prompt.
Re: (Score:3)
As for Microsoft doing a really good job of supporting things for a long time, I wonder how much 16 bit code is still in Windows 10?
CMD should never have existed in the 1st place. (Score:4, Interesting)
Windows NT was designed by Dave Cutler, who chose C as the language for the NT kernel. It was the most significant impact of UNIX on NT.
Cutler also designed VMS, and likely had deep familiarity with "Digitial Command Language" (DCL) that is a well-built and powerful command processor itself (if you like writing your scripts in FORTRAN).
Cutler wanted to "get UNIX." Why he allowed a product as shockingly poor as cmd.exe to be written for the NT command shell simply baffles me.
The cmd.exe shell is described as a serial killer [nullspace.io] by Microsoft employees.
I also disagree with elevating BASH. Steven Borne disliked C, and retrofitted ALGOL on it, not only for the parsing syntax that became BASH, but also on top of the C compiler itself [swtch.com].
Cutler had a chance to see source code for multiple OS implementations and their parsers: RSX11, UNIX sh/csh, DEC DCL, and likely many more. How cmd.exe could have emerged from his group is quite simply beyond me.
Re:CMD should never have existed in the 1st place. (Score:5, Insightful)
It took Microsoft a decade and a half to produce a proper shell for Windows NT/Win32. In that time they seemed to try everything else but a shell; VBscript/Jscript, WMI objects, registry commands, but at every iteration they were told "Look at the Bourne shells, for chrissakes, that's what we want!" The deep fear and hatred of all things *nix at Microsoft inevitably lead them to just implement half-ass solutions. Even Powershell is an overly verbose and frankly rather slow shell, but at least it allows for automation of most aspects of the Windows server.
What it really boils down to me is that Microsoft never really understood, nor did they ever really want to understand how sysadmins used and manipulated servers. Windows carried on the long-standing DOS tradition of pushing in their own direction regardless of what made sense or what the rest of the industry was doing; a willful exercise in refusing to accept long-standing principles of system administration. Everything about Windows administration always made me feel like I was using some idiot's half-ass attempt at remaking Unix, so that you could go to a point, but never beyond that. For years there was a whole industry built on filling in the holes in COMMAND.COM/CMD.EXE.
ftp, nslookup (Score:2)
I don't agree with you that Microsoft hated "all things UNIX." If you take the ftp.exe and nslookup.exe files from C:\Windows\System32 and run UNIX strings on them, you will see:
$ strings ftp.exe | grep Cali
@(#) Copyright (c) 1983 The Regents of the University of California.
$ strings nslookup.exe | grep Cali
@(#) Copyright (c) 1985,1989 Regents of the University of California.
Microsoft has certainly swallowed and ingested BSD UNIX code. It would not surprise me if the FTP source code contains fragments
Re: (Score:2)
Yes, they grabbed some chunks of BSD to build Winsock, but that was largely expediency. It's a bloody pity they hadn't just done what Apple did, and grab the whole bloody BSD userland.
Re:CMD should never have existed in the 1st place. (Score:5, Insightful)
I think that's because Windows just isn't a command-line culture at heart like *nix. I think instead it's more of a GUI/Application culture, which makes sense, if you think about it, as the focus was on visual applications from the start. As such, a typical Windows developer thinks about embedded scripts inside an application to automate things, and using OLE to inter-operate with other programs or data. *nix developers pass data (often text) from small, focused utility to small focused utility, typically with Bash or another shell as the glue, because it's legacy came from text-only environments with a powerful shell. It's just two different ways of thinking about solving problems, but server administrative problems and application solutions are not necessarily equivalent, as you indicated.
I'd also posit that this is one reason why *nix tends to do well in server spaces, since working remotely is comfortable even through a simple terminal, and why Windows does well on the desktop, since most users are more comfortable with graphical interfaces than a command-line. That's not the only reason, of course, but I think it contributes.
Re: (Score:3)
The problem is that GUIs don't tend to lend themselves to automation tasks with quite the same flexibility. I remember back in the 1990s using one of those "GUI batch script" programs that would automate mouse pointer, mouse clicks and the like. It did work for automation tasks, but it was just bloody awful to develop and debug these "scripts", the source of which looked more like some insane man's version of Logo programs. These did improve a bit over time, but they demonstrated where GUIs become obstacles
WTF? (Score:5, Informative)
1) Who suggested that it dead?
2) Oh wait, there's no link to an article to state who it said it.
I mean really.....
Re: (Score:2)
1) Who suggested that it dead?
Typo fail.
Re: (Score:2)
Looks like the post was just edited to include the article.
https://blogs.msdn.microsoft.c... [microsoft.com]
Re: (Score:3)
https://tech.slashdot.org/story/16/11/18/1446216/microsoft-replaces-command-prompt-with-powershell-in-latest-windows-10-build
Default what? (Score:2)
So, doesn't the CMD shell run by default when you execute CMD.EXE? Was someone planning on changing that?
Re: (Score:3)
1) Who suggested that it dead?
2) Oh wait, there's no link to an article to state who it said it.
I mean really.....
Welcome to the internet! Since you are apparently new to the internet and don't know how it works, I'll point out that that funny colored text you see in the article summary is a link to the article.
Click on it and you'll be taken to the article where you'll find the link you're seeking:
This post is in response to a story published on December 6th 2016 by ComputerWorld titled “Say goodbye to the MS-DOS command prompt [computerworld.com]” and its follow-up article “Follow-up: MS-DOS lives on after all“.
Re:WTF? (Score:4, Insightful)
When it was originally posted, there was no link. I'm not the only person here to state so.
Re: (Score:2)
Re: (Score:2)
When it was originally posted, there was no link. I'm not the only person here to state so.
Re:WTF? (Score:4, Insightful)
2. Cmd is one of the most frequently run executables on Windows with a similar number of daily launches as File Explorer, Edge and Internet Explorer!
How do they know that? Polls have been made? Oh, wait. Telemetry.
Re: (Score:2)
www.slashdot.org
This is why Microsoft is going down! (Score:5, Funny)
C'mon guys, have COURAGE!
Proof that they're spying on you (Score:5, Insightful)
2. Cmd is one of the most frequently run executables on Windows with a similar number of daily launches as File Explorer, Edge and Internet Explorer!
The only way they could know that is if they're spying on everyone who uses Windows.
Am I wrong? Is there some other, totally consensual and benign way that they could know this?
Re: (Score:2)
What made you think that they weren't? The ridiculous amount of phoning home data from Windows 10 is what killed the Windows phone.
Re: (Score:2, Insightful)
What in the FUCK are you talking about? Apple collects EVERYTHING, but their phones are still #2. Google collects a lot, and theirs are #1.
Re: (Score:2)
Neither does Windows.
Re: (Score:3)
RTFA, they clearly state that they have open stats for just about every app that runs in Windows. And that the statistics indicate CMD is equivalent in importance to Edge.
Re: (Score:2)
What made you think that they weren't?
No, I already believed past articles that said MS were spying.
I just find the manner in which MS is condemning themselves here to be interesting.
Re: (Score:2)
Is there some other, totally consensual and benign way that they could know this?
Kinsey conducted another survey.
Re: (Score:2)
They could know it (well, say it with confidence) from a limited number of users who participate in detailed opt-in telemetry. They could collect it from surveys. They could make estimations. They could infer it from indirect but related telemetry you're aware of. It's not like they said, "We know exact numbers." For the sake of the point being made, it's a claim that they can say with confidence.
Re: (Score:2)
Duh.
When you install Windows 10 they tell you right off the bat that they collect data for telemetry purposes, and this is exactly what they are doing here.
They also present you with the option to turn it off, which, I think, is for real, at least in this case.
Re: (Score:2)
The only way they could know that is if they're spying on everyone who uses Windows.
Am I wrong? Is there some other, totally consensual and benign way that they could know this?
They could have conducted a survey and made statistical inferences but why bother when they can just take what they want?
Re: (Score:2)
No one every denied that there's proof. Most people just agree that it's entirely benign and used for statistic gathering.
Please don't use "spying" in this context, you're diluting the meaning of the word to suit your personal agenda.
Re:Proof that they're spying on you (Score:5, Funny)
No one every denied that there's proof. Most people just agree that it's entirely benign and used for statistic gathering.
Please don't use "spying" in this context, you're diluting the meaning of the word to suit your personal agenda.
I completely agree. The word "stalking" is much more apt than "spying".
Re: (Score:3)
If your mother were looking through your computer and counting how many and what kinds of files you open, which programs and how often, what kind of hardware etc.
Whatever word you choose, it's an invasion of privacy.
I'm not the only one who values his privacy so this is not a personal agenda; it's one I share with a great many people.
Re: (Score:2)
I'd normally be unambiguously agreeing with you, except that MS has been very explicit in their telemetry push. So yes, that statement by itself doesn't mean a company is spying, but there is a broader context where the spying is explicit.
Comment removed (Score:4, Interesting)
Wait a second. (Score:2)
MS has an execution count for apps in Windows?
Re:Wait a second. (Score:5, Funny)
Yeah, but it's only a byte, so Windows crashes when it reaches 256...
CMD?! We don't need no stinkin' CMD! (Score:2)
Re: (Score:2)
Installers.
You haven't directly used CMD.
Need more coffee (Score:5, Interesting)
Did anyone else read that as CmdrTaco has died, or at least as a hoax of his death?
Edge..What Edge? (Score:3)
Cmd is one of the most frequently run executables on Windows with a similar number of daily launches as File Explorer, Edge and Internet Explorer!
I wonder why they included Edge. I have never seen anyone use it. Is it that popular? I don't think so and the numbers [netmarketshare.com] show.
Re: (Score:2)
Trying to make Edge sound popular, when in reality they're just admitting how infrequently used they both are.
Re: (Score:2)
Enough said
Riiiiight (Score:2)
"The Cmd shell remains an essential part of Windows, and is used daily by millions of businesses, developers, and IT Pro's around the world."
Yeah, whatever. Seriously, since when has dependence on a spec or tool ever stopped Microsoft from abandoning it? I'm not saying they will, but just because people use it means nothing, absolutely nothing to Microsoft. Or to Apple, for that matter. Headphone jack, anyone?
Re: (Score:2)
Re: (Score:2)
Re:Riiiiight (Score:5, Insightful)
Microsoft makes virtually all of their software revenue from enterprise sales. And killing a legacy tool as widely-used as CMD will piss them off.
So while I believe Microsoft will not hesitate to give home users the middle finger, I seriously doubt they will kill CMD any time soon.
Everything new is in PowerShell, but we have a lot of old crud that runs in CMD because no one wants to break it.
Re: (Score:2)
Yeah, whatever. Seriously, since when has dependence on a spec or tool ever stopped Microsoft from abandoning it?
Turn that around. When has Microsoft actively killed a tool that was highly depended upon in enterprise without offering an alternative?
For the many years they put a phenomenal amount of effort into ensuring backwards compatibility of their products, and the heap of cruft in their bloated codebase is testament to it.
Re: (Score:2)
Now buy the t-shirt... (Score:3)
So it is true (Score:2)
Courage! (Score:2)
I'm just glad that Microsoft didn't have the courage to make CMD.EXE work only over a proprietary wireless interface.
What is to gain by dropping it? (Score:2)
Re: (Score:2)
Generally things like this are suggested as a way to reduce support/testing obligation.
On a less practical front, a lot of software orgs get downright *religious* about their 'new and improved way' and will counter productively screw over their existing offering to try to convert folks.
MS tends to support stuff forever (IE will *still* run ActiveX stuff if you try hard enough, and that's only as rough as it is because there are dire security motivations to kill it). I don't like their stuff and struggle da
Windows 10 cmd.exe improvements (Score:3)
I only just recently discovered that Windows 10 has a bunch of improvements [windows.com] to the command line.
Most notably (at least for me) is the addition of CTRL-backspace as well as well as CTRL-C/V for copy paste. I do a lot of stuff on the command line and the added functionality looks really great.
It's just a shame I'm too scared to upgrade to Windows 10 because of all the additional telemetry that seems like a real pain in the ass to disable! (I did see this open source tool that looks like it might be worth keeping an eye on: https://modzero.github.io/fix-... [github.io] ).
I welcome WIndows 10 to the 20th century (Score:2)
CTRL-Backspace is like Ctrl-W on unix terminals (and teletypes) some 30-40 years ago.
$ stty -a
speed 38400 baud; rows 54; columns 157; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ; eol2 = ; swtch = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
Re: (Score:2)
Yeh I know! That's why I want it so bad; every time I'm on a Linux box I can delete the last word and it drives me mental not being able to do it in Windows.
Microsoft's law of perversity... (Score:2)
Following Microsoft's law of perverse behavior (i.e. If it's obvious, useful and well understood, get rid of it), it should be gone in a year, replaced with a version of the syntactic abomination that is powershell that doesn't support command line behavior and arguments.
ignore (Score:2)
Do us afavor, MS! (Score:2)
You are already missing an opportunity with 4dos since 1989...
Re: (Score:2)
Uh...that's exactly what they did. Or are you joking? https://msdn.microsoft.com/en-... [microsoft.com]
Old Mac OS and hyperbole (Score:2)
There was a period of a decade or two where you could do everything a Macintosh has to offer without any command line tools. So it's more than just a theory that most people don't need a command line interface. Maybe Windows needs a better GUI before it drops Cmd, but it's not even doing that, it's switching to a slightly different command line interface, PowerShell. It's hard to take hyperbolic statements like "Cmd is an absolutely vital feature" very seriously when other platforms operate with different c
lol (Score:2)
I almost feel sorry for Microsoft developers, having to keep maintaining this garbage piece of software from the Windows NT days designed to emulate MS-DOS. Almost. I'm so glad I choose not to work in that awful ecosystem.
Reasons Why (Score:2)
The top reasons why I personally still use the cmd shell in windows
1) ipconfig (verify if DHCP pulled an address, and if so, is it correct with proper default route and DNS servers)
2) ping 4.2.2.2 (verify connectivity to a known public server that will always respond to PING requests, that doesn't need to resolve a DNS name)
Once basic network connectivity issues are address though, in this day in age, most other things have decent 3rd party tools to diagnose and fix issues. I personally keep a shitton of sa
It takes courage (Score:2)
Re: (Score:2)
It could help a little if cmd would start to recognise utf-8 as valid chars instead of being ascii only.
cmd has as far as I know never been ASCII only, but was codepage based in earlier versions, and UTF-16 based in newer versions.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\arth1>echo Encyclopædia
Encyclopædia
Re: (Score:2)
Of course UTF-16 (or is it UCS-2 in cmd?) is an annoying encoding of unicode. It's variable length like UTF-8, but not ASCII compatible.
Re: (Score:2)
UCS-2, unless it changed after Win7. I think .NET and thus power shell are UTF-16, but all the win32/64 stuff is UCS-2. Bit of a mess, but in MS's defense, Unicode wasn't there when this mess got started. UCS-2 was an early attempt at a fixed-width character set. It nearly worked.
Re: (Score:2)
Well, strictly speaking, Unicode was there, but at first UCS-2 was 'the' unicode encoding.
Re: (Score:2)
Fair point - I'd never really thought of UCS as "Unicode", but I guess it's no accident that it's so close to UTF-16.
Re: (Score:2)
Hint: The Internet chose UTF-8. Get with 10 years ago.
UTF-8 has some major drawbacks. Like needing special routines to calculate string length, or having multiple encodings that give the same result, making binary comparisons impossible when the generators differ, or not being choppable at random points.
Going to a fixed width 32-bit character set would have made life a heck of a lot easier, and conversions to and from 8-bit would have been a breeze.
Unfortunately, the popularity of UTF-8 and UTF-16 makes it unlikely this will happen. Perhaps in another genera
Re: (Score:2)
Well, he was saying UTF-8 instead of UTF-16 (well UCS-2...) and UTF-16 has pretty much all the same drawbacks. Of course you said 32-bit but the parent was griping about UCS-2 so there we go.
While variable-length encoding has drawbacks, the problems are pretty well solved and baked into the fundamental portions of languages. Also, only really a challenge for initial import and final export of data, all processing of the data can be encoded in whatever way works best (e.g. I believe it's common for those
Re: (Score:3)
Possibilities: :-)
1. Microsoft is citing false numbers
2. Microsoft is pulling the info via telemetry
3. Microsoft is using numbers based on Anti-Virus vendors' stats on malware infections
2b: Microsoft is using cmd to collect the telemetry...
Re: (Score:3)
Re: (Score:2)
I would first question how he could read the post. Can you get Slashdot on Gopher?
I doubt it. But you can get it using lynx (or its frames-enabled cousin links) if you use Linux.
Re: (Score:2)
and the added difficultly in getting it open with admin rights (which would be the whole point of using PowerShell in the first place).
What is the difficulty exactly? Just right click and hit 'run as administrator'...?
Re: (Score:2)
I think the Powershell advocates would claim that the power of default carries cmd.
As you say, the security ambitions do a pretty good job of undermining powershell versus cmd. At the same time, cmd undermines the effectiveness of the security policy anyway, since cmd scripts can do whatever they want including making powershell work, so it's both annoying and pretty much useless on that front.
In general, I'd put PowerShell as a language in the neighborhood of Javascript, but with a less powerful syntax.
Re: (Score:2)
Oh look, another person who decides to whine instead of learn.
You can dig deeply into the OS very easily with PowerShell. WMI, registry, ACLs, etc are all easily and cleanly exposed.
The object-oriented nature of the environment is also a godsend for programmers, particularly those with Python/Java/C++/Ruby backgrounds. So much kludging disappears when you can pass a set of objects from one command to the next---because no one should ever forget the terrible text parsing capabilities that are native to Windo
Re: (Score:2)
I think powershell is a really awkward in-the-middle.
Yes, cmd is terrible. But powershell has issues 'scaling down'. It does a pretty good job, but pretty quickly some little quirk will pop up (like having to precede an invocation with '&' to disambiguate calling a command). Basically it's trying to provide a more capable language (more in the ballpark of python/perl/et al, but there are issues there I'll get to) but trying to be more bash-like. The issue is that no one has really done that, and pow
Re: (Score:3)
You can dig deeply into the OS very easily with PowerShell. WMI, registry, ACLs, etc are all easily and cleanly exposed.
Which also makes it a dream for malicious software.
The problem with Powershell is that you learn it and get use to using it and then when you want to deploy something you find that it is removed or disabled via corporate policy because it is dangerous and you are back to cmd and batch scripts.
Re:as expected (Score:5, Funny)
When I read the title I first thought it was about CmdrTaco...
Re: (Score:2)
Both pushd and popd work in PowerShell. They're technically aliases for the real PowerShell cmdlets, but they're configured by default.
Group Policy deployment has a lot of caveats and restrictions, so I would be understanding of issues there. Things should be a little better with SMS/SCCM though.
Software vendors like IBM have not provided documentation for automating much of AS/400 configuration with Powershell, it's all CMD scripts.
And this is why Microsoft is keeping CMD around. Converting complex legacy scripts is almost always a nightmare, so it will be a while before stuff like this changes over.
Re: (Score:3)
Click on the fucking link.
Re: (Score:2)
In other news books will be replaced with movies
Bzzzt! This is Slashdot, where analogies must use cars. In other news, cars will be replaced with horses.
Re: (Score:2)
lol, that's pretty funny you would think a Windows user (CMD or otherwise) could ever be a "non-luser!"