MS-DOS 1981-2002 RIP
Biedermann writes "This is not exactly hot news, just a quick reminder to count the last days: A table in this article tells us that MS-DOS (as well as Windows 3.x, Windows 95 and NT 3.5x) reach their "End of Life" (as defined by Microsoft) on December 31, 2002.
Come on, even if you loathed them, they were good for jokes at least."
DOS wasn't that bad of an OS. That's no bullshit. It has its high points, and has been around *much* longer, and been magnitudes more popular than nearly everything else that rose to compete with it.
Comment removed based on user account deletion
You would be able to easily see Windows for what it is - a toy.
Seriously, my first experience with computers was on some old SGI workstations that a teacher at school let us play with after school. We hacked away, not knowing what in the hell we were doing, but happy to have the opportunity to learn.
Alas, the fun ended when our local warez BBS was discovered and the SPA shut us down... Luckily, we didn't have to spend time in juvenille hall, and the hi-jinks didn't end up on our permanent records!
Stop corporate
Laugh all you want about the poor unsupported platforms but they are quite old. I believe redhat 1.0 and 2.0 are from this time frame.
This leave another question. Do any of you still run old distro's?
Now, how many people still run Windows 95 or NT 3.51 at work?
http://saveie6.com/
Windows 98 and ME still boot off of DOS. In the case of 98 you can still boot it into pure DOS mode if you like, it is rather better hidden in ME but with some hacks it can also be done. So we have a couple of MS end-of-life dates to go before we can say its really dead.
But then there is FreeDOS, which looks to be alive and well, and being GPL'd free software, is unlikely to stop being so any time soon.
"(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
The DOS command line sucks. It has a handful of useful features (pipes, output redirection, etc.), but does them poorly, since it lacks multi-tasking. Furthermore, batch files suck. Quoting sucks, no command line history, horrible inconsistency on intrinsic commands versus separate executables, and so forth.
./configure scripts and even a package management system -- can be done using shell scripts.
Guess what? The DOS command line is a stripped down, sodomized version of most *nix shells. If you liked DOS, install your favorite UNIX variant, and try out bash. (Feel free to use ksh or csh to your liking.) You get pipes that work in parallel, input and output redirection (plus separating stdout and stderr), wildcard expansion, tab completion, and a consistent quoting syntax. Also, very complicated pieces of software -- including
DOS is well and good, but it's a poor substitute for a Real Command Line (TM).
What about poor old DR-DOS?
He had a slight accident when someone referred Windows to MS-DOS for it's needs, and made it so that Windows could no longer be seen working with the good DR (followed up by the malpractice suit, and MS-DOS cheating on and paying off of Stac).
Are you local? There's nothing for you here!
Its a shame that a version of the braindead DOS command line lives on in modern versions of Windows and hasnt been replaced with something closer to what Unix has.
What's surprising is that DOS *hasn't* been replaced by something better and more similar to the shells available under Unix. One of the first things people talk about as being reasons to use UNIX over Windows is the power and flexibility of the shell.
At the very least I would have expected something more sh(1)-like, even if it did choose to include a lot of older MS-DOS commands. At the most I would have expected something that was *compatible* with sh(1) with a lot of the extensions from bash or zsh that people have come to expect, along with the kinds of things that would make it useful in a Windows GUI environment, like some *very* basic GUI dialog features that could prompt for yes/no or single line input without a invoking a cmd shell, but no complex windowing behavior or event-driven programming.
MS has responded with the "improved" features of the NT command shell and Windows scripting (which I presume is a VB script derivative), without realizing that DOS batch file compatibility isn't terribly helpful and complex VBScript and GUI interaction won't get used.
People, especially admins, want a fair amount of power (loops, variables, substitions, output redirection, etc) and no complex GUI interaction or dependencies. But they want security and stability, too, and MS hasn't always made it a priority to deliver those features either...
Now which is more intuitive /dev/fda /dev/hda /dev/hda
/dev/hd*
On the other hand, how big of a pain in the ass is it to be limited to having each physical drive mapped to a different drive letter? In unix, any number of physical drives can be mounted in the same directory structure. So my home directory can be on a completely different drive than yours, but they will both be accessible from /home/.
As for your prompt, it can be anything you want it to be. Also, dir vs. ls is as simple as alias dir="ls -al" (this is what I use on our solaris box at work). Linux even has a dir command out of the box, so to speak.
a: or
c: or
c:> or $
dir or ls
format c: or mke2fs
Those are all pretty stupid comparisons. Obviously any partitions would be mounted somewhere meaningful and not used from
Since you could never get it to network to anything
Hey, just yesterday I used an old DOS Netboot disk to copy some files over to a machine I was setting up.
Microsoft can obsolete DOS, but as of yet they haven't introduced a replacement that can get a machine on the network with a single floppy disk. I doubt they'll ever get a version of NT working from read-only media.
Business. Numbers. Money. People. Computer World.
Comparing a server OS (in 1981) and workstation OS to something written for puny, and comparatively inexpensive desktop machines for consumer use is soentirely bogus that it's a shame that I have to point this out.
That's not valid. And reread it: the word "NEARLY" appears in the original, you've neglected to mention that. It was not an absolute statement for the very purpose of placating the frothing legions of fools. Unix, in the manner which you use it, is not a cohesive operating system, but rather a generic term used to describe operating systems with UNIX (tm) as their base.
So I'm gonna have to wait 3 years before someone can get the performance they had back in 1984?
General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
End-Of-Life = abandonedware, so they're going to make it public domain, huh! Thanks guys!
every system call was documented,
Someone should have told that to Andrew Schulman and his co-authors, and they wouldn't have wasted time writing Undocumented DOS (Addison-Wesley, 1990).
First off, I never commented on Win 98. Win 98 is a piece of shit. I'm commenting on W2K, MS's best OS currently, and the only one that I'm using right now, which does have a good bit of scripting support, including the ability to create shares via the command prompt.
Secondly, MS has nothing to do with command prompt interfaces of third party utlities. I have several utilities that I wrote for myself, and they all have command line interfaces so that I can fire them with an AT job. Work just fine. If the utility has no command line interface, then that's the fault of the utility. That's like me saying that Mozilla is a buggy, slow, pile of crap, so Linux is too. Makes no sense.
Of course any power MSDos user used 4DOS but even that's not as nice as as the real thing.
:-)
No, *real* power users loaded the MKS or Thompson toolkits and had real, functioning Unix utilities and sort-of functioning shells on thier PCs... I still have a Win16 version of the MKS Toolkit out in the garage somewhere - I think it cost around $400, and was worth every penny. (But the way it handled remapping of slashes to backslashes produced some "interesting" problems, IIRC...)
Kinda like *real* power users replace the crap GNU utilities in Linux with the true Unix-style BSD utilities even today...
"The future's good and the present is nothing to sneeze at." - Roblimo's last