Slashdot Mirror


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."

234 of 543 comments (clear)

  1. Hey, don't knock DOS... by Lordfly · · Score: 5, Interesting

    ...I grew up on that thing :) Ever since my uncle plopped me down in front of his 386SX to play Doom shareware (I know, I'm a youngin), I've been a computer geek ever since.

    Even after going from Windows 3.11 to Windows 95, I still found it better to do 80% of my stuff from the command line. Windows 98 SE finally kicked me off of that habit :/

    Sigh, command lines... so fun, so minimalist. I don't like my start menu :\

    Lordfly

    --
    hookers and grits.
    1. Re:Hey, don't knock DOS... by delta407 · · Score: 5, Insightful

      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.

      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 ./configure scripts and even a package management system -- can be done using shell scripts.

      DOS is well and good, but it's a poor substitute for a Real Command Line (TM).

    2. Re:Hey, don't knock DOS... by gmack · · Score: 2

      "The DOS command line is a stripped down, sodomized version of most *nix shells."

      Not quite true.. it's CP/M with unix directory support and several other Unix lookalike features hacked on top of it.

      Of course any power MSDos user used 4DOS but even that's not as nice as as the real thing.

    3. Re:Hey, don't knock DOS... by nolife · · Score: 3, Informative

      Here's a very good reference for DOS scripting. DOS does have its limits but it is still useful..

      --
      Bad boys rape our young girls but Violet gives willingly.
    4. Re:Hey, don't knock DOS... by gmack · · Score: 2

      Tell me about it.. I once had a programming student call my dad and have me come over to look at a "completely frozen computer" The guy had somehow deleted autoexec.bat and was looking at a DOS prompt instead of win 3.11.

    5. Re:Hey, don't knock DOS... by Jucius+Maximus · · Score: 2
      "Sigh, command lines... so fun, so minimalist. I don't like my start menu :\"

      I suggest you check out the freeware win32 program (available with source) called MCL. It's a very useful 'command line' that can be added into windows. It has obsoleted the start menu on my machine. It's great because you can write your own plugins to control other applications, scripts to automate tasks and so on. There are tons of other options and I encourage any of those who are sick of the start menu to check it out.

    6. Re:Hey, don't knock DOS... by delta407 · · Score: 2

      Yes, but can you see what you typed two lines ago?

      (Without wating 40 or so of your precious 640 KB on a TSR like 'doskey', that is.)

    7. Re:Hey, don't knock DOS... by delta407 · · Score: 2

      I stand by my point that batch files suck. With *nix, I can wade through 4 GB of last week's log files looking for a line that matches a particular regular expression scattered across 36 separate machines without leaving my prompt. Shell scripting is even more powerful.

    8. Re:Hey, don't knock DOS... by Waffle+Iron · · Score: 3, Interesting
      The DOS command line sucks.

      That's why power users never used it. There were many excellent full-screen file manager tools available. My favorite was PFM.COM (back when .COM meant executable file). Even today I sometimes miss being able to do a few of the tricks PFM could do.

      Midnight Commander comes close, but since it translates everything through a seriall TTY, it loses the mysterious solid feel that you got by programming directly to the keyboard and screen hardware. It also tries to offload some hard work into bash, so there's a bit of an impedance mismatch between the file manager and the shell beneath it. The old DOS file managers were more monolithic, and therefore felt more unified.

      Anyway, with the right tools, I never felt that I was lacking expressive power when running DOS.

    9. Re:Hey, don't knock DOS... by netsrek · · Score: 2

      it's been a while, but didn't doskey do this?

      --

      i don't read slashdot anymore.
    10. Re:Hey, don't knock DOS... by delta407 · · Score: 2
      It has a handful of useful features (pipes, output redirection, etc.), but does them poorly
      eeeh i think you are wrong:
      did support redirection (i am not too sure about pipes)
      ...which is precisely what I said...

      multitaksing was also possible if you are smart enough to program it.. using the TSR (Terimane and Stay Resident) programs.. which was first used by print command and then by all the viruses :)
      I've written some TSRs, but that's not multitasking per se. You could latch onto a timer interrupt (which is how most multitasking works nowadays), but DOS itself did not support this. In fact, if you were to do this, you would have to go to extra measures to hide your existence from DOS, so it's not really part of the operating system. Besides which, under *nix, I can start some long command, interrupt it, run a short command, and resume the long command again. Or, I can tell things to launch in the background. Or, I can tell program A to output into program B (pipes) which outputs into parameters for program C (via `xargs`) which sends to a file D but e-mails a report of all error messages it receives to an arbitrary address... and have all of that run in the background. Try that in DOS.

      and it defianly did have a command history thingie.. by using DOSKEY.
      DOSKEY shipped with DOS 5.0 but was not directly part of either the 'kernel' (if you can call it that) or the shell. Hence, I do not include it under the DOS umbrella.
    11. Re:Hey, don't knock DOS... by isorox · · Score: 2

      I'm still mourning the passing of DOSSHELL (Or DOS-HELL, take your pick)

    12. Re:Hey, don't knock DOS... by Pogue+Mahone · · Score: 2
      ...one can of Mountain Dew...

      In those days there was no Mountain Dew.

      [Cue fake Yorkshire accent]
      When I were a lad, we used to live in a shoe box in t' middle o' t' information superhighway.

      --
      Every bloody emperor has his hand up history's skirt [Peter Hammill/VdGG]
    13. Re:Hey, don't knock DOS... by dublin · · Score: 3, Insightful

      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 ./ post
    14. Re:Hey, don't knock DOS... by Dwonis · · Score: 2

      You had to learn on DOS? Ouch! You have my sympathy. I got to do most of my learning on an A500, which was more powerful than anything else until around 1995, which made using DOS simply painful.

    15. Re:Hey, don't knock DOS... by Sj0 · · Score: 2

      I had someone get into their BIOS and remove the hard drive settings because they were perplexed by "C:\>" one time.

      --
      It's been a long time.
  2. DOS still lives on by selectspec · · Score: 5, Funny

    DOS is still in Netware. Perhaps we should add Netware to the list too...

    --

    Someone you trust is one of us.

    1. Re:DOS still lives on by CounterZer0 · · Score: 2

      DOS wasn't ever 'in' netware - and Novell makes their own version of 'DOS' called 'Novell DOS' - which, btw, isn't even needed in Netware 6.

    2. Re:DOS still lives on by JLester · · Score: 2

      You might want to check your sources. Netware6 still requires a DOS partition to boot from although the installer will create it for you (so would Netware 4.11 and 5.X).

      Jason

      --
      "FORMAT C:" - Kills bugs dead!
    3. Re:DOS still lives on by selectspec · · Score: 2

      Most flash cards run on DOS FAT-16 filesytems.

      --

      Someone you trust is one of us.

  3. plz read... by rastachops · · Score: 2, Informative

    Erm /. at least do what they ask: 'To link directly to this page, please use http://www.jestsandjokes.com/show.php3?name=dos.co mmandments' *tut-tut* You never know, that page may forward the user to their slashdot proof server rather than battering the meagre normal one.

    1. Re:plz read... by packeteer · · Score: 2

      Just so everyone knows the link wont work but i cant post a fixed one. There is an anti-page widening troll space towards the end that you must cut out if you want to copy and paste.

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
  4. MS-DOS is dead... by ymgve · · Score: 4, Informative

    ...but its legacy lives on.

    1. Re:MS-DOS is dead... by ParallelJoe · · Score: 2, Interesting

      FreeDOS is actually a lot of fun. A person at work gave me an old but perfect P60. All SCSI, 24M RAM, 15" monitor, mouse, the works. It cost over $4K new. I wiped the hard drive and loaded FreeDOS on it along with a simple menu program. Did that bring back memories. Next I searched the web and stared downloading old games like mad. Wold3D, Falcon, Raptor, Doom, Quake. I even purchased Duke Nukem 3D for all of $9.00. There is an amazing amout of stuff out there. The quality of the graphics is really incredible. So now it is a dedicated game machine for my 6 & 7 year old boys. Major Dad karma. I loaded it on another old box as well, got it hooked up to the Internet and loaded the Arachne browser on it. It works a lot better than you would think. Given the amount of free software out there, it makes a great computer for someone who may not have a lot of cash. Especially in poorer countries. And keep in mind that FreeDOS will run on harware that Linux and the BSDs just don't run well on such as older 386s and earlier.

  5. Good riddance. by sfraggle · · Score: 4, Interesting

    Good riddance I say. MS-DOS was intended only to be a stopgap until Xenix was completed but unfortunately that never happened. 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.

    --
    were you expecting to see a sig here? perhaps you'd rather see the inside of an ambulance!
    1. Re:Good riddance. by reallocate · · Score: 2

      >> ...MS-DOS was intended only to be a stopgap until Xenix was completed.

      Huh??

      --
      -- Slashdot: When Public Access TV Says "No"
    2. Re:Good riddance. by Kanasta · · Score: 2

      Why don't they just put a bloody unix command line into windows?

      Solve a lotta probs.

      1)normal ppl dunno how to use DOS nowadays anyway
      2)ppl using DOS prolly use unix too
      3)it sux to try to remember diff sets of commands
      4)ppl will stop complaining how crap DOS is compared to unix

  6. Jokes by someonehasmyname · · Score: 4, Funny

    Here's the DOS jokes:

    DOS Commandments

    1. I am thy DOS, thou shall have no OS before me, unless Bill Gates gets a cut of the profits therefrom.

    2. Thy DOS is a character based, single user, single tasking, standalone operating system. Thou shall not attempt to make DOS network, multitask, or display a graphical user interface, for that would be a gross hack.

    3. Thy hard disk shall never have more than 1024 sectors. You don't need that much space anyway.

    4. Thy application program and data shall all fit in 640K of RAM. After all, it's ten times what you had on a CP/M machine. Keep holy this 640K of RAM, and clutter it not with device drivers, memory managers, or other things that might make thy computer useful.

    5. Thou shall use the one true slash character to separate thy directory path. Thou shall learn and love this character, even though it appears on no typewriter keyboard, and is unfamiliar. Standardization on where that character is located on a computer keyboard is right out.

    6. Thou shall edit and shuffle the sacred lines of CONFIG.SYS and AUTOEXEC.BAT until DOS functions adequately for the likes of you. Giving up in disgust is not allowed.

    7. Know in thy heart that DOS shall always maintain backward compatibility to the holy 2.0 version, blindly ignoring opportunities to become compatible with things created in the latter half of this century. But you can still run WordStar 1.0.

    8. Improve thy memory, for thou shall be required to remember that JD031792.LTR is the letter that you wrote to Jane Doe four years ago regarding the tax deductible contribution that you made to her organization. The IRS Auditor shall be impressed by thy memory as he stands over you demanding proof.

    9. Pick carefully the names of thy directories, for renaming them shall be mighty difficult. While you're at it, don't try to relocate branches of the directory tree, either.

    10. Learn well the Vulcan Nerve Pinch (ctrl-alt-del) for it shall be thy saviour on many an occasion. Believe in thy heart that everyone reboots their OS to solve problems that shouldn't occur in the first place.

    --
    Common sense is not so common.
    1. Re:Jokes by Door-opening+Fascist · · Score: 2
      4. Thy application program and data shall all fit in 640K of RAM. After all, it's ten times what you had on a CP/M machine. Keep holy this 640K of RAM, and clutter it not with device drivers, memory managers, or other things that might make thy computer useful.
      What do you mean? My 640kB 8088 could run both MS-DOS 2.11, TP/M\/Valdocs, and CP/M. Don't trash CP/M... :)
    2. Re:Jokes by gaudior · · Score: 2

      My 64K Z80 still runs CP/M. Of course, I'm posting this from my shiny white iBook, and not my rusty blue Kaypro, but I still fire it up, and try to remember PIP syntax once in a while.

  7. Uh oh... by cornjchob · · Score: 5, Funny

    MS-DOS is dead? What will MR-DOS do without her?

    RIP TSR's...WOLF3D will miss you :'(

    --
    We now have confirmed reports from an informed Orange County minister that Ethel is still an active communist.
    1. Re:Uh oh... by bswick · · Score: 2, Informative

      I think you mean DR-DOS.

      Formally Digital Research's MS-DOS competitor.

    2. Re:Uh oh... by T-Kir · · Score: 3, Insightful

      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!
  8. MS-DOS wasn't all that bad by Lemmeoutada+Collecti · · Score: 5, Funny

    For all the M$ bashing we (and that includes me) do, MS-DOS at least had a few honours in it's favour...

    1) It was secure. Since you could never get it to network to anything, it could not be hacked from the Internet
    2) It ran. With a 15 second reboot even on my old machine, a freeze was no more than a minor annoyance
    3) (This is a serious one) For all the hassle of having to configure this and IRQ that, anyone using MS-DOS had to have at least a working knowledge of computers.
    4) Reinstall took less than 10 minutes. Just keep a boot disk handy and copy the whole DOS directory from your .ZIP file and *bam* done.
    5) No SPAM!!!!!

    --

    You can have it fast, accurate, or pretty. Pick any 2.
    1. Re:MS-DOS wasn't all that bad by jd142 · · Score: 2

      Since you could never get it to network to anything, it could not be hacked from the Internet

      Put this in your autoexec.bat file and smoke it:

      lsl
      3c905x [or whatever driver you needed for your card. We always used 3com 3c905 cards]
      tcpip

      and boom you are networked. Used to do it all the time for 486's that were on our network. Network them before you even loaded windows.

      Even today I make bootable floppies that network a computer so we can get driveimage files off our novell server, so we get both tcp/ip and ipx/spx (its an old server).

    2. Re:MS-DOS wasn't all that bad by IntlHarvester · · Score: 5, Insightful

      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.
    3. Re:MS-DOS wasn't all that bad by sconeu · · Score: 4, Insightful

      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.
    4. Re:MS-DOS wasn't all that bad by csnydermvpsoft · · Score: 2

      So I'm gonna have to wait 3 years before someone can get the performance they had back in 1984?

      That should be the name of the next Windows!

      Windows 1984 - 1984 boot times, 1984 freedom

    5. Re:MS-DOS wasn't all that bad by AntiNorm · · Score: 2

      I remember just how fast an old 16 mhz AT clone could go from power on to a document open in Word Perfect for DOS. Could not have been more that 15 to 20 seconds if you started up WP - Document name in the autoexec.bat. How long would a 3 Ghz Intel box take to fire up XP and then Office XP and then open up a document ready to type something.

      You're comparing two entirely different things here. DOS WordPerfect is a small text-mode program with few features written for a compact text-mode OS with few features. Word XP is a huge GUI application with tons of features written for a monstrous GUI OS with tons of features. A more fair comparison would be to, say, load DOS WordPerfect on your XP box. Even if you ran it in an AT emulator, it would probably come up in less total time than with a real AT.

      --

      I pledge allegiance to the flag...
      of the Corporate States of America...
    6. Re:MS-DOS wasn't all that bad by MyHair · · Score: 4, Interesting

      You can use the Windows 2000 CD to boot into the "recovery console" which is a CLI on top of the Win2k kernel. You have to log in as administrator, but then you can start various services, access the drives and use doslike commands and have some extra tools like fixmbr and fixboot. It takes forever to boot it up, though, because it loads all the drivers it thinks anyone might need, like all scsi drivers and such.

      It doesn't compare well to Linux or DOS boot disks, but the capability is there. I don't think NT has this, but I bet XP does.

    7. Re:MS-DOS wasn't all that bad by sql*kitten · · Score: 2

      I doubt they'll ever get a version of NT working from read-only media.

      Isn't that what the X-box does?

    8. Re:MS-DOS wasn't all that bad by BrookHarty · · Score: 2

      I use Barts Boot Disk, supports most network card drivers, and has IP/IPX/Netbui (and ssh/scp.exe files), mouse with GUI worked fine.

      I can boot any pc in the house, mount the /backup share on my linux box, and ghost any PC in the house to the server. I created a bootable cdrom with his floppy disk image, so I can just boot off cdrom with ghost on it, has configs already set.
      Supports pcmcia cards too, works on my laptop. SSH had full vt102 supports, I was using VI and links.

      Thou if I was going to just use SSH, I'd use a linux boot disk , for virtual consoles...

    9. Re: MS-DOS wasn't all that bad by tedDancin · · Score: 2

      How MS made their billions..

      6) ...
      7) Profit??

      --

      Ladies, form queue here -->
    10. Re:MS-DOS wasn't all that bad by MillionthMonkey · · Score: 2

      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.

      Their most likely solution: phase out the floppy drive. Intel and Microsoft have both been following Apple's lead (as usual) and pressuring OEMs to phase out the floppy. Soon the squiggles on ancient Greek ruins will be more readable than the floppies you're using today.

    11. Re:MS-DOS wasn't all that bad by flonker · · Score: 2

      CLIPPY!

    12. Re:MS-DOS wasn't all that bad by G-funk · · Score: 2

      That and it still won't let you do shit, like it wouldn't let me delete the mysterious "Documents and Settings\josh" from an ancient install no longer used... couldn't open, couldn't delete... gotta love windows.

      --
      Send lawyers, guns, and money!
    13. Re:MS-DOS wasn't all that bad by Uller-RM · · Score: 2

      WindowsPE - Preinstallation Environment. About 200MB in size, it's a fully ROM-bootable Windows system, including limited network (4 connections at once max) and full NTFS support. I've actually got a list somewhere of what Windows APIs it does and does not support.

      It used to be you could extract it from early RCs of XP, but that was removed in the final build, and now it's only available to OEMs and corporate partners.

  9. Comment removed by account_deleted · · Score: 5, Insightful

    Comment removed based on user account deletion

  10. Re:Ahh the memories... by Marxist+Commentary · · Score: 2, Insightful

    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!

  11. Again? by NFW · · Score: 5, Funny
    They've been saying this for years. Even gave me a t-shirt emblazoned with "DOS Is Dead" in about 1995 or 1996. This was around the time of DOS-based Win95 (DOS Ain't Dead, just hiding), which was followed by DOS-based Win98 (DOS Ain't Dead, just sleeping), which was followed by DOS-based Win ME (DOS Ain't Dead, just comatose).

    I guess with the home version of XP they really do mean it this time?

    --
    Build stuff. Stuff that walks, stuff that rolls, whatever.
    1. Re:Again? by Sycraft-fu · · Score: 2

      DOS has never been a part of the Windows NT line, of which XP and 2000 are a part. ME was the last OS with DOS ever (from MS at least). This has to do with official end-of-life stuff, not with effective death.

    2. Re:Again? by Guppy06 · · Score: 2

      "I guess with the home version of XP they really do mean it this time?"

      Kinda. But in the grand tradtion of "Microsoft never really does anything new," XP still has some serious ties to it's past. Click Start, click Run, and type "progman."

      On top of that, Windows networking is something kludged together on top of Microsoft LAN Manager (an early "competitor" to NetWare), which itself is kludged together on top of the old MS-NET/PC-NET (where all those net commands come from).

      MS-DOS may not be supported by Microsoft any more, but if you can dig up an old MS-NET, LAN Manager or NT networking client for DOS, you can still log into a .NET Server domain from it! :) Hell, I think Microsoft even made a TCP/IP stack for DOS...

    3. Re:Again? by Guppy06 · · Score: 2

      "Hell, I think Microsoft even made a TCP/IP stack for DOS..."

      I'm a moron. LAN Manager and NT networks are TCP/IP-based, so the TCP/IP stacks are included in the DOS clients for those networks. Dur...

  12. Is redhat 2.0x still supported? by Billly+Gates · · Score: 3, Insightful

    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?

    1. Re:Is redhat 2.0x still supported? by 0x0d0a · · Score: 2

      It wouldn't surprise me that much if there were custom systems (terminals in banks, low-load servers) that are running MS-DOS or NT 3.51.

      Hard drives lasted a lot longer back in those days...

    2. Re:Is redhat 2.0x still supported? by sconeu · · Score: 2

      The LA Public Library's self-checkout terminals run MS-DOS 6.22. 15 seconds from cold boot to ready to accept your card (including net connection).

      I know -- I watched a librarian boot (not re-boot) the thing.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    3. Re:Is redhat 2.0x still supported? by Idarubicin · · Score: 2
      Forget old distros. One of my computers at work is still running MS-DOS 5. It's attached to an older scientific instrument, and all the software was written quite a while ago. Works just fine, though.

      My home computer is a PII/300 running Win98. Also works just fine, as long as I don't want to play any games newer than Age of Empires. I've still got a Commodore 64 kicking around, too. They really built stuff to last in those days, didn't they?

      --
      ~Idarubicin
    4. Re:Is redhat 2.0x still supported? by Andrewkov · · Score: 2, Informative

      Win 95 as a print server? For god sake, man, why? Printing always was (and still is) the most unreliable component in Windows (in my opinion). How often do you reboot that machine? Why not set up a Linux machine with Samba? Or is your printer a crappy inkjet with no drivers? That's the only reason I can think of to explain your set up..

    5. Re:Is redhat 2.0x still supported? by Mr.+Sketch · · Score: 2

      I reboot the machine about once a month. But that's also _ALL_ it does. It's an old laptop that's on it's last leg and it was already setup for the printer, so I just shared it, put it in a drawer and reboot it every month or so when it freezes up, most of the time I don't even have to think about it. I thought about setting up a linux machine with Samba, but that would take time T > zero, and this already works with time T = zero.

  13. I agree! by standards · · Score: 2

    I agree with microsoft... MS-DOS, Windows 3.1, NT 3.51, and Win95 are all unsupportable. They're much too unstable and feature-poor (or useless, in the case of MS-DOS). THey sucked when they were on the market - and they suck even more today.

    The newest Windows OS I support is Windows 98. That's right, my sister, my mom, and my dad all run Windows 98, so I support them. My brother-in-law and girlfriend run Windows XP, so they're out of luck. (No, they didn't blow $200-$400 on XP - it came for """free""" on their Dell & Fujitsu laptops.)

    1. Re:I agree! by spaceyhackerlady · · Score: 2
      The newest Windows OS I support is Windows 98. That's right, my sister, my mom, and my dad all run Windows 98, so I support them. My brother-in-law and girlfriend run Windows XP, so they're out of luck. (No, they didn't blow $200-$400 on XP - it came for """free""" on their Dell & Fujitsu laptops.)

      I agree. When non-technical users ask me about such things, I point them to Windows 98 SE. Feature-rich enough to be useful, and not too bloated. USB that works.

      Me? I'm typing this on a Linux box. Slackware (of course... :-), kernel 2.4.10, plugged in to ADSL, running on a Pentium 3 box made out of spare parts.

      The oldest version of DOS I've booted on this box is PC-DOS 3.3. It goes like crazy, but has odd notions about how much memory is installed (768 MB was mainframe stuff in 1987), and can't figure out the 30 GB hard drive at all.

      On all but the smallest, oldest machines, I've moved to booting Linux off floppies for initial system setup and checkout, regardless of what OS the system will eventually run. The only real exception to this now is a crappy old 386 laptop that came with 2 MB of RAM, in a weird package I've never seen before or since. With no upgrades possible, it runs MS-DOS 5.0 to log GPS data.

      ...laura

    2. Re:I agree! by 0x0d0a · · Score: 2

      NT 3.51 was unstable? By what metric?

    3. Re:I agree! by t0qer · · Score: 2

      Not trying to troll you guys but....

      Any win9x and ME is complete shit just like it's 95 predecessor. Everything in the 9x series is built on top of dos.

      And why is this bad???

      1. 9x versions of windows are a 32 bit OS talking to a 16 bit OS, this is called "thunking" i believe. So despite there being 32 bit IDE drivers, they still basically have to go through dos. You lose some efficiency here.

      2. Any program has direct access to your hardware because memory space isn't run in it's own protected enviroment. This means any program can potentially screw you over by lets say.. taking over the memory space used for your IDE drive. Nothing shittier than a 9x BSOD while you're in the middle of doing something important (like lets say that term paper)

      XP, 2k, and NT4 are completely different. The core of the OS is 32 bit. Everything is run in protected memory space. A program crashing into another programs memory space doesn't take down the entire system. On top of the stability it adds there are policies you can set to prevent the user from doing some really nasty damage to their machine.

      Now granted, once you get past NT4 the space requirements for the OS goes up signifigantly, but unless you're running on 1 gig hard drives (in which case you should get a new one anyways) it isn't really an issue. Heck a gnome desktop install of redhat 8 takes more space than XP does.

      Thing is, everything evolves. The fact that XP takes up 1/2 a gig for a default install isn't really a sign of how bloated things have become, it's just a sign of how things have evolved. Sure you can install 98 on 300 megs of space or less, but then you would be using an OS outdated by at least 4 years.

      So my advice to you is give it a try. I gave up on the 9x series the day NT4 came out and never looked back.

    4. Re:I agree! by IntlHarvester · · Score: 2

      "So my advice to you is give it a try. I gave up on the 9x series the day NT4 came out and never looked back."

      Yeah, so did I, but there were several reasons that "not everyone" could do that.

      Historically, NT's IDE drivers were shit (the printed docs even made references to "SCSI is the future"). It was also incompatible with a large number of Pentium-era chipsets, which meant you had to chose your hardware very carefully.

      However, if you had 64MB and a supported SCSI system, NT4 just blew Win 98 out of the water.

      Unfortunatly, MS torpedo'd plans for a NT4 "Home Edition" because they were waiting on ActiveDirectory and a bunch of other complex enterprise features in "NT5".

      So they left NT DirectX, Plug-n-Play, decent IDE, and Power Mgmt on the shelf for 3 years. Windows 98 just should never have existed.

      --
      Business. Numbers. Money. People. Computer World.
    5. Re:I agree! by standards · · Score: 2

      I don't disagree with your facts, only with your conclusion.

      1. Win98 is stable and runs well on older hardware (even Pentium 133 hardware)
      2. My users are accustomed to Win98
      3. The so called "performance issues" don't impact my users.

      For all my users care, it could run on top of CP/M.

      Yes, I'm confident that aspects of the new Windows OSes (and Lindows and MacOS) are technically BETTER than Win98.

      But that doesn't mean that switching away from my current family standard (win98) will make anyone in my family happier. Hey, I have to support my family, being the family sysadmin.

      That means I have to know their hardware, software, and have to keep them happy. And I can't ask them to spend tons of $$$ for no perceived benefit.

      And FYI, yeah, my family (except my Mom) use their PCs for their home-based businesses, and therefore the operation and availability and stability of these boxes are of the highest importance.

      PS- I run Linux at home, W2k at work (corporate standard), Solaris at work (corporate server standard).

  14. MS-DOS is DYING by GreyWolf3000 · · Score: 5, Funny
    It's official. Microsoft now confirms. MS-DOS is dead.

    Popularized in the 80's beyond academic circles due to the exploding popularity of the IBM PC's and the ability to make cheap, compatible hardware, MS-DOS has lost marketshare steadily throughout the decade of the 90's.

    Since the release of Windows '95, more and more powerful computers have been required to run the "latest and greatest software," and as a result, older computers often get tucked away in the attic with old Apple IIe machines.

    Those that are still in use are generally used by part-time hackers and developers, who use modern UNIX-variants, such as *BSD (also dying) and GNU/Linux (commonly referred to as Linux), which have had support for 386-based machines for over a decate.

    It's time we accepted this simple fact: MS-DOS is DYING.

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    1. Re:MS-DOS is DYING by GreyWolf3000 · · Score: 2
      A lot of trolls hound the BSD articles claiming that *BSD is dying. They usually begin with "It's official. Netcraft now confirms. *BSD is DYING.

      These articles are classic Slashdot trolls, and my post here was a parody.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
  15. Is it Sunday already? by mdechene · · Score: 2

    Time for the obligitory "Reference some obscure MS page, discuss a random chart" link already? The most bittersweet indication that it's Sunday and my weekend is rapidly drawing toa close. Ah well, at least my pain will be qualmed by 1000 geeks poking fun.

    --

    Karma: Not Particularly Funny.
  16. DOS RIP really December 31, 2005 by angryargus · · Score: 5, Interesting

    You guys deally have to wait for Windows ME to die before you can proclaim DOS dead.

    The one date companies are concerned about is the non-supported date for NT4, which is this coming June 2003.

    1. Re:DOS RIP really December 31, 2005 by Alomex · · Score: 2

      You guys deally have to wait for Windows ME to die before you can proclaim DOS dead.

      Not really. Win95/98/Me use DOS as a boot loader, but as soon as they are up they take over DOS. Many people think that DOS is running because they see the name in the boot sequence, but that is like saying Linux runs on top of the "lilo" OS just because you see lilo in the boot sequence.

    2. Re:DOS RIP really December 31, 2005 by Alomex · · Score: 2

      Wrong. Some Win95/98/Me calls thunk down and are handled by DOS, and that's by design.

      That it does, but that does not imply DOS is fully operational under it. Win 95 takes over the memory manager, for example. It intercepts and adds several interrupts too.

    3. Re:DOS RIP really December 31, 2005 by Guppy06 · · Score: 2

      "An OS needs a command line interface to get some things done."

      But the NT command line isn't DOS, it's an NT command line. Just because they look the same doesn't mean they are. If the NT command line is DOS, then DOS is a *nix distro.

      There is no DOS, only Zuul.

  17. Re:MS-Dos by diamondc · · Score: 2, Informative

    Windows NT/2000/XP do not run on top of MS-DOS. Windows 98,95, ME do though.

    --
    "I keep looking in the want-ads under 'revolutionary' but there don't seem to be any listings.. "
  18. to open source by stackdump · · Score: 3, Interesting

    Since Microsoft is going to stop supporting these products altogether, would it be too much to expect that they make windows 3.x open source (for posterity). If it is open sourced it may live on, at the heart of kind of windows/*nix abomination.

    1. Re:to open source by asdfjilk · · Score: 2, Funny

      Microsoft? Open Source? Blasphemy!

    2. Re:to open source by sinserve · · Score: 2

      The sources for MS-DOS were published on the internet by a bunch of crackers
      who broke into MS servers. Search the archives of comp.lang.asm.x86 and alt.lang.asm
      for more info.

    3. Re:to open source by sinserve · · Score: 2

      Nope. I was hacking on dosemu when this happened first, and we all agreed NOT to
      read stolen MS source code. There are plenty of other DOS reimplementations, like
      the one from the "dissecting dos" book, it and MS-DOS are both writen in assember.

      I don't know about Wine, I guess they would take the same approach and reimplement
      the system anew, based on the documented interface (i.e. the API.) and not resort
      to behind-scenes hacks.

  19. Ah, the good old days by wiggys · · Score: 2, Interesting
    I remember the immense enjoyment I used to get by editing my config.sys file to use EMS memory, only to change it back to not use it when I tried to run a different program 5 minutes later.

    Actually, I used to use the fabulous CONED program, which allowed you to create a bunch of autoexec/config files and switch between them. This, coupled with the even fabulous-er Xtreegold meant my DOS setup was pretty much unbeatable.

    --

    Sorry, but my karma just ran over your dogma.

  20. It's not really dead by foonf · · Score: 3, Insightful

    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
    1. Re:It's not really dead by Demona · · Score: 2

      Actually, someone claimed the other day in a conversation that 2K and XP still boot a "DOS kernel" before the 32-bit kernel. If any knowledgeable person can avoid being tagged as a troll, I'd appreciate any light shed on the subject.

      --
      Fuck Slashdot
    2. Re:It's not really dead by Quietust · · Score: 2

      From my experience, booting Windows 2000/XP in "Safe Mode with Command Prompt" mode simply boots the system in Safe Mode (32-bit) then opens a Command Prompt window (CMD.EXE) after you login instead of displaying the desktop and taskbar.

      Windows NT is 32-bit underneath and provides a 16-bit compatibility layer - NTVDM (NT Virtual DOS Machine) and WOWEXEC (Windows Win16 Application Launcher), while Windows 9x is 16-bit underneath and runs everything in a 32-bit layer (to my understanding).

      --
      * Q
      P.S. If you don't get this note, let me know and I'll write you another.
    3. Re:It's not really dead by TheAncientHacker · · Score: 2

      Nope. Just a common misconception by the ignorant.

      Windows 9x does NOT boot off of MS-DOS. It can invoke MS-DOS if needed to support legacy drivers and hardware but without those, no MS-DOS gets loaded.

      Saying that Windows 9x uses MS-DOS makes as much sense as saying that Apples OS/X really uses OS 9 because it is bundled with it so you can dual boot.

      Sorry to ruin your misconceptions.

  21. and another thing by NFW · · Score: 2
    It used to be that NT was just too much for a "normal" computer in those days - you needed a "workstation" to run it. (This was back when anything faster than a Pentium-60 could be called a "workstation.")

    There was talk of trimming down NT to run on desktops at home, and what a benefit that would be... imagine a home computer that runs all 32-bit software and really has preemptive multitasking and all that "advanced" stuff. But that didn't happen until now, when the average new home computer runs at 10x the clock speed of those hot sexy machines we used to use for NT4.

    For some reason I find that amusing.

    --
    Build stuff. Stuff that walks, stuff that rolls, whatever.
  22. TSR's not dead by Lemmeoutada+Collecti · · Score: 3, Funny

    MS-DOS TSR's are not dead, she changed her name to 'Services' when she married NT...

    --

    You can have it fast, accurate, or pretty. Pick any 2.
  23. Re:Say what you want.... by AvitarX · · Score: 2

    One time when my good computer died I went back to DOS. Using TSR programs I was able to play games (duke 3d and arena, niether of which I can get to run now) and listen to CD's at the same time. I thought it was the coolest thing ever.

    Now in Windows there is no way to listen to music and play games without getting a noCD crack with every version of a game to be released. Of course with XP (and maybe 2k) you can rip your CD's and listen while you play, but until then my DOS had win so obsoleeted.

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  24. What DOS really means? by dh003i · · Score: 2

    Does DOS really mean "disk operating system"? No, I think not:

    DOS -- Denial of Service

    DOS -- Dumb Operating System

    DOS -- Dumb Obese System

    Any other ideas?

    1. Re:What DOS really means? by Mr.+Sketch · · Score: 2

      DOS -- Dies On Save (At least it always seemed to for me :( ).

  25. Old products never die by Plug · · Score: 4, Informative

    Whilst we're on the subject, remember that old PCs are still very useful (especially for Grandma, or as a drone off a more powerful server of some sort ala XTerm/terminal servers) and although Microsoft are going to stop supporting these products (since when did anyone ever turn to Microsoft for support anyway?), they're not going to go away.

    We're still going to be asked to fix problems for Nana's computer, and we're still going to install Windows 95 on Pentium-class PCs for people who aren't quite ready for Linux on the desktop.

    Does this mean changes in copyright restrictions on these products? I'm fairly sure that under New Zealand copyright law, you're allowed to make copies if the company doesn't make a reasonable effort to sell you the product, and if they're not supporting it I'm sure they won't be selling it any more.

    (looks at framed MS-DOS 6 box on the wall) The disks come in a "You're important to us, please register" plastic bag. How ironic.

    1. Re:Old products never die by Kanasta · · Score: 2

      Oh, they'll prolly sell it to you.

      You just won't be allowed to use it...

      In the EULA:
      You can agree to this EULA and exit the installation, or if you decline, the installation will exit.

      Wouldn't that be fun.

  26. Re:dos and freedows by Etcetera · · Score: 5, Informative

    I want to note that in all these years no group has been able to completely replace dos.
    - www.freedows.org doesn't even work anymore


    Gee.. maybe if you spelled the URL right!

    It's http://www.freedos.org/, and they appear to be doing just fine.

  27. Finally. by Anonymous Coward · · Score: 2, Funny

    Does this mean we'll get BIOS-update tools for modern operating systems?

    1. Re:Finally. by Sj0 · · Score: 2

      Asus already has that for motherboards, and MSI already has that for video cards. I can't speak for other moterboard/video card manufacturers.

      --
      It's been a long time.
  28. MS-DOS Celebrates! by imag0 · · Score: 5, Funny

    MS:DOS:
    Celebrating 21 years without a remote root exploit!
    Take that OpenBSD! =)

  29. good for jokes at least by frovingslosh · · Score: 2
    Come on, even if you loathed them, they were good for jokes at least."

    Much more than that. I could write an application for DOS, start it running on a dedicated PC, provide a UPS, and reasonably expect that it would still be running a month or a year later. Doesn't happen with any version of Win I've used. With the potential exception of XP (which I don't use for other reasons, mostly privacy and security), Windows just can't be used for mission critical applications.

    The total amount of down time, both human and system, that has been wasted because Microsoft decided that frequent crashes were good enough for it's customers is truly criminal. How this can happen and Bill Gates still becomes the richest man in the world amazes me.

    --
    I'm an American. I love this country and the freedoms that we used to have.
  30. Re:Say what you want.... by 0x0d0a · · Score: 3, Interesting

    They didn't subcontract it -- they bought it (it was made when they bought it).

    And they licensed it to IBM something like 12 hours before they actually bought it... :-)

    MS actually does a surprisingly small amount of development. You see their names associated with a lot of software products, but frequently they're just the publisher, they purchased the product, or they subcontracted out. Take MS's excellent fonts (ah, Verdana, thou art equalled only by Espy Sans upon my screen). Subcontracted. Their wonderful Close Combat war sim series (those games are *great*...if WINE ever supports them fully, I'm going to go nuts) are only published by MS. Bungie made Halo...but they were a company that did incredible stuff and had tons of work on Halo done when Microsoft purchased them. Hotmail was purchased.

    Office and Windows, the two core MS products, were both done in-house, however.

    And both are among the flakiest products in their lineup.

    Also, in response to the people talking about DOS, DOS is still and has been used for some time for a real-time OS. Linux isn't really that great for doing a real-time stuff (well, vanilla Linux isn't great for real-time period) when you have very tight resources available.

    It's also still the only way most people let you flash your BIOS...someone needs to make a mini-OS just for that.

  31. DOS is still important in embedded apps by rseuhs · · Score: 4, Interesting
    DOS is still used in many embedded applications. Even though very few new DOS-based embedded apps are currently developed, there are lots of previously developed apps currently in production.

    If Microsoft really wants to deny new DOS-licenses, this could be a real problem for a couple of companies.

    1. Re:DOS is still important in embedded apps by cheinonen · · Score: 2

      We have a machine at work that, since the company is from Germany, uses an embedded version of German MS-DOS. Nothing like that reassuring "Starten von MS-DOS" everytime we turn on that machine.

  32. Re:Say what you want.... by Whispers_in_the_dark · · Score: 3, Informative

    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.

    Huh? I'm pretty sure UNIX with bourne shell has been around longer than DOS and (considering it and its direct descendents) are still in wide use I would venture that is also more popular overall. Here's a link to bourne shell's history.. Here's another.

    Unless, of course, you were only referring to psuedo-shell-like things that ran on Pee-Cee's.
  33. Re:Say what you want.... by Gumshoe · · Score: 2
    This makes sense, since DOS wasn't written by microsoft: they subcontracted it out.


    They bought it lock, stock and barrel from a guy called Tim Patterson. IIRC, it was called QDOS (Quick and Dirty Operating System) and was a shameless CP/M "tribute". Patterson went to work for MS and is wheeled out on special occasions -- you can spot him shaking hands with Gates on videos of the Win95 launch.
  34. 'Ello, I wish to register a complaint. by Anonymous Coward · · Score: 2, Funny

    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

    They're not dead, they're just resting...

  35. YEAH by mindstrm · · Score: 2

    I mean, back when I had DOS at home, everyone else had unix, right?

    Get a grip. We're talking about HOME COMPUTERS HERE. PCs. Not big unix workstations.

    1. Re:YEAH by JabberWokky · · Score: 2
      Who said anything about home computers? And I had unix at home in 1979, two years before DOS came about. I was also using CP/M before I was using DOS. In fact, smoosh the two together, and you've got DOS.

      But you're right - during it's heyday, it was the most popular OS out there. Even if Xenix, Amiga, Atari, Mac, Apple ][ and other competitors may have been better, it was certainly very popular.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  36. And surprising, too by swb · · Score: 3, Insightful

    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...

    1. Re:And surprising, too by gmack · · Score: 5, Insightful

      "What's surprising is that DOS *hasn't* been replaced by something better and more similar to the shells available under Unix."

      You mean like 4Dos or the version of bash they ported to win32?

      Just because you can't get them from MS doesn't mena you can't get them.

    2. Re:And surprising, too by abe+ferlman · · Score: 2

      Just because you can't get them from MS doesn't mena you can't get them.

      But it does mean you can't expect them to be on any random windows computer.

      Do you have any idea what a pain in my ass it is that windows installations don't come with anything like the "split" command that is a standard part of linux textutils? I mean, once in a while you have a file that is just too big for some purpose (e.g., a 1gig file on a non-networked computer with a cd-rw drive, a 110M mpeg on a non-networked machine with a zip drive, etc.) and it's not convenient to install new software to cut it into pieces then reassemble it.

      An OS without a split command is like a toolshed without a saw.

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    3. Re:And surprising, too by AvitarX · · Score: 2

      I think he meant cygwin actually:)

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  37. Who needs DOS? by sladelink · · Score: 2, Informative

    Who needs DOS, when we have IBM's PC/DOS? :)
    http://www-3.ibm.com/software/os/dos/psm952a.h tml
    Only $50 last I checked, get them while they're hot!

    --
    sigs are dumb.
  38. DOS was good (once) by allanj · · Score: 3, Interesting

    I liked DOS on my old machines. You could do amazing things with it, and it would just keep going. Program to snoop passwords on old Netware systems? No problem. Hook up int09, wait for someone to enter 'login' and record the next 30 keystrokes. Want to make a cooperative multitasking system out of it? Took less than two weeks of coding, and basically just involved reprogramming timer frequencies and wrapping int13 and int21 to provide primitive reentrancy. Oh, memory lane is a good place to visit :-)


    Win3.1 was fun to play with, but died on me way to often for my liking. Win95 was better, but started to get in the way too much...


    Don't get me wrong - I like my Linux box. And my new W2K box at work. I can do fun stuff with them too. I just don't get the same great feeling of control with them, since the OS will NOT move out of the way. Hmm - maybe I should become a kernel hacker instead :-)

    --
    Black holes are where God divided by zero
  39. Re:Say what you want.... by gmack · · Score: 3, Interesting

    It was bad.. what few interfaces that existed were so slow you generally had to do everything manually

    Most of my old dos programming books have instructions on how to read and write the MSdos disk format directly.

    If you did anything 32 bit the general idea was to disable MSdos entirely and getting back to 16 bit was *ugly*

    When your apps are doing that many things manually it becomes a limmiting factor and we saw this when the disk formats became too big for the orignal structure and they came up with ugly hacks to extend it. It's also a bit twisted when any app can corrupt the filesystem. 1000 places for possible bugs instead of 1 (the OS).

    Still.. it had it's fun times and a part of me will miss programming for it.

  40. A Venerable Opponent by repetty · · Score: 2, Funny
    Back before Windows, there were anti-DOS posters affixed to some of the cubicle walls of our large Mac-based company:
    Friends don't let friends do DOS.

    Just a little more culture lost it the mists of time.
  41. Re:Say what you want.... by rseuhs · · Score: 2, Informative
    DOS wasn't that bad of an OS. That's no bullshit.

    Well, DOS was hardly an OS in the first place.

    Most of the stuff that is part of OSes simply do not exist in DOS: sound drivers, GUI, system services, etc.

    Is there really anything DOS could do, except launch programs?

  42. Re:Say what you want.... by Anonymous Coward · · Score: 2, Interesting

    I'd like to see a change in the copyright laws: "five years after any software product that is
    no longer sold or supported, whichever comes later, then that product becomes a part of the public domain"

  43. Uhmm.. by Doomrat · · Score: 2

    As long as I want to the original versions of games like Arkanoid, Doom, Quake - DOS is NOT dead. There are also plenty of games which exist only on DOS and have not been ported to modern OSes.

    1. Re:Uhmm.. by Doomrat · · Score: 2

      Fair point. I guess it depends on how you define dead. As long as people still have DOS installed on a small partition on their hard disk for whatever reason, it's not entirely dead, IMO. But of course it would be ridiculous to say that it's still alive and kicking as a modern operating system solution. It's out of the running, certainly, and has been for a long, long time.

  44. Re:Say what you want.... by Glass+of+Water · · Score: 2, Informative
    That's a bit inaccurate.

    If you write a program for DOS which needs to read from a disk, get swapped out of memory, read from the kbd or print to the screen, you don't write those services yourself. They are part of the OS. Granted, DOS is minimal. It's not even a multitasking OS, I think. But still, it did what it was called upon to do, and was stable. It is still around, in various forms, on boot disks and such. Doesn't NetWare run on it or something?

    --
    There are no trolls. There are no trees out here.
  45. Command line interface and real-time control gone? by goombah99 · · Score: 3, Interesting
    DOS was the oliver twist of OS'e and had a hard life. DOS was not Bill Gate's son. He was adopted from another company in seattle and renamed from CPM. Then Master Gates then forced him to infiltrate the stronghold of IBM trade Federation. Eventually he was forced to donn a cloke and helmet, and proclaim himself Darth Windows. He proved all to mortal revealing his DOS underpinings from time to time. Some say he died long ago when he joined the BORG

    Maybe this is off topic but Is there a command line interface available to windows. Yeah I know you can run some comands from the start menu. But is there any sort of scripable command line interface that is analogous to the UNIX terminal prompt?

    And what about a real-time interface for controling equipment? Is that now all gone from windows now? Unix was never much good at it (you had to use special pseudo-unix things like vmworks to get true real time interfaces, regular unix just was not built with that in mind)

    --
    Some drink at the fountain of knowledge. Others just gargle.
  46. QEMM!!! by Restil · · Score: 4, Interesting

    I fondly recall the days of spending an hour tweaking the computer to get that extra 2k of ram available for programs. Hey, because when programs had to fit in conventional ram, and we're talking the 640k that should be enough for anyone, it was a challenge getting the programs you wanted, plus the 15 or so TSR's all to fit in ram. Don't forget about himem. You can stash stuff up there, make more room. And if you really got desparate, video memory was available too. :)

    -Restil

    --
    Play with my webcams and lights here
    1. Re:QEMM!!! by MyHair · · Score: 3, Informative

      I fondly recall the days of spending an hour tweaking the computer to get that extra 2k of ram available for programs.

      Oh yeah, the good old days. Damn I was good at that. I was better than Memmaker and QEMM because I knew about "yo-yo" TSRs and such: some TSR's loaded small and then got bigger at runtime while some loaded large but got smaller at runtime, so if you determined which was which and loaded them in the correct order you could fit more into himem than the automatic products.

      QEMM could try to make TSR's run above 1024k (and I couldn't), but that didn't usually work for me.

    2. Re:QEMM!!! by Eric+Smith · · Score: 3, Informative
      QEMM could try to make TSR's run above 1024k (and I couldn't), but that didn't usually work for me.
      There was a product from Helix called Multimedia Cloaking that contained special versions of the Microsoft Mouse driver, MSCDEX, and other common TSRs modified to live above 1M. That worked quite well with QEMM. With that I was *finally* able to cram in all the TSRs I used without taking up any conventional memory (below 640K).

      But I'm not particularly nostalgic about it.

  47. User Friendly..bah by Lord+Apathy · · Score: 5, Funny

    Unix is user friendly, it's just more picky who it's friends are.

    --

    Supporting World Peace Through Nuclear Pacification

    1. Re:User Friendly..bah by unitron · · Score: 2

      There's someone else on Slashdot who has had a similar (but more gracefully worded) sig for 2 or 3 years now and, if I'm not mistaken, a lower User#.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  48. Re:Say what you want.... by coryboehne · · Score: 5, Insightful

    Ok, a definition for you:
    OS: Operating System
    DOSDisk Operating System

    Now, to tear you apart like a hungry lion on a small lamb...

    DOS wasn't that bad of an OS. That's no bullshit.

    Well, DOS was hardly an OS in the first place.

    See above definition


    Most of the stuff that is part of OSes simply do not exist in DOS: sound drivers, GUI, system services, etc.


    I hate to destroy your perception of things, but... System Services = Bloat
    Sound Drivers = Multimedia Support (Which was actually available in MS-DOS)
    GUI=Graphical User Interface... (known as a UI not an OS, the UI is a *part of an OS, but it has nothing to do with it either being or not being an OS)


    Is there really anything DOS could do, except launch programs?


    Actually yes, many things... I know of companies that still use DOS for many things to this day for accounting, customer tracking, or other important tasks.

    Now, other than that... I will admit that programming programs to use only 64k of memory was indeed a challenge, but hey it's the challenge that what makes things worth doing.

  49. Re:Ahh the memories... by hector13 · · Score: 5, Insightful

    Now which is more intuitive
    a: or /dev/fda
    c: or /dev/hda
    c:> or $
    dir or ls
    format c: or mke2fs /dev/hda

    Those are all pretty stupid comparisons. Obviously any partitions would be mounted somewhere meaningful and not used from /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.

  50. Re:Say what you want.... by JabberWokky · · Score: 2
    Office and Windows, the two core MS products, were both done in-house, however.

    Word and Frontpage were bought. Possibly other parts of Office as well. Plus, various parts of Windows were purchased. I'd say that Word has been totally rewritten, though (it was a text mode app when first written, and even through some early MS releases)

    --
    Evan
    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  51. It may be dead by smartin · · Score: 2

    But it's evil soul still lives on in all microsoft products.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  52. Re:think about this: by Profane+Motherfucker · · Score: 3, Insightful

    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.

  53. Re:Say what you want.... by Psx29 · · Score: 2
    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.

    Indeed. I have always wondered what would have happened if DR DOS wasn't eradicated by microsoft.

  54. NT 3.5 not based on DOS by tliet · · Score: 2, Informative

    Windows NT was never based on DOS. It contained (and still does) the virtual machine, Windows on Windows (WOW.EXE) for running 16 bit DOS and Windows programs. WOW is a far family member of SoftPC, an early PC emulator from Insignia running on the Mac and some UNIX environments.

  55. Re:Say what you want.... by TheToon · · Score: 2, Informative

    Still running PC-DOS 2000 (I've actually never run MS-DOS, PC-DOS was what came with my PC, and later on PC-DOS had more and better utilities) here, needed for some games like Privateer2 and other VCPI games.

    My first PC-DOS version was 2.0. It supported fixed disks (harddisks) and directories. Also it was the first version that supported file handles (stdout, in and err, handle 0, 1 and 2 respectively). Saw another one here claim that DOS didn't support stderr, but that's wrong. Before 2.0 DOS used FCBs (like CP/M) to open files. DOS internals really showed off it's CP/M heritage.

    What was good about DOS was that you had 100% hardware control... what was bad about DOS was that you had 100% hardware control. By many definitions, it wasn't even an OS, as it didn't do everything an OS should do. But it was a single-user system from the start, and as such it was good enough, with low overhead -- important in an age where 16K was the entry PC memory size... and 64K was a lot.

    That reminds me... 2.0 also was the first version that supported 180K/360K floppies, with the new support for 9 sectors pr track (up from 8).

    Lotus 123, MultiMate word proc (actually, and OEM version kalled WriteIT; and integrated package with CalcIT, KeepIT and several other apps), TurboPascal compiler, SideKick "PDA", Norton Utilities... later Norton Commander (still one of the best file managers).

    Ah, the memories....

    --
    //TheToon
  56. Re:Say what you want.... by astrosmash · · Score: 2, Interesting
    DOS wasn't that bad of an OS. That's no bullshit. It has its high points
    Oh, really? Name one good MSDOS feature.
    ... and has been around *much* longer, and been magnitudes more popular than nearly everything else that rose to compete with it.

    MSDOS was never popular. It was ubiquitous. It was ubiquitous because from the very beginning nearly every consumer and business PC shipped with MSDOS installed. So ubiquitous that developers would choose to patch or work around MSDOS altogether rather than consider using any of the much better alternatives available at the time. So ubiquitous that it single-handedly enabled MICROS~1's rise to power despite the terrible quality of the product (not to mention the terrible quality of most MS software from the 80s). So ubiquitous that, if you consider Windows XP to be Microsoft's first non-MSDOS-based consumer OS, it took Microsoft 21 years to ditch it. Competing products never had a chance.

    MSDOS was many things, but it was never popular, and it was never good at anything, ever.

    --
    ENDUT! HOCH HECH!
  57. Re:the real problem by ActiveSX · · Score: 2

    The best part about banging your head against a wall is when you stop.

    So is using windows.


    The best part about banging your head against a wall is windows?

  58. bleh by jacquesm · · Score: 2

    These first posters make me puke :)

    Anyway, dos was pretty good in its days (at least every system call was documented, a fine tradition that windows seems to want no part of) and it is still used wherever PC's and total reliability are a requirement.

    1. Re:bleh by djmurdoch · · Score: 4, Insightful

      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).

    2. Re:bleh by jacquesm · · Score: 2

      hehe touche !

      well, it wasn't always documented by the original authors :) but documented it sure was.

      Windows is just much too big to reverse assemble in its entirety and the fact that dos was written in assembler helped a lot in puzzling out what it was supposed to do, reverse assembling compiled code is a real pain (though you can learn a lot from looking at the stack frame).

  59. Re:Say what you want.... by treat · · Score: 4, Informative
    If you write a program for DOS which needs to read from a disk, get swapped out of memory, read from the kbd or print to the screen, you don't write those services yourself.

    Wrong. DOS does not support virtual memory. The built-in keyboard input and screen output was so poor that it was not used for all but the most trivial programs (and even trivial programs often did not use it). The only point you are right on is that filesystem access is indeed done using the interface DOS gives you.

  60. DR-DOS download site by TeknoHog · · Score: 4, Informative

    You gan still get DR-DOS for free (beer) here, besides there are Free (speech) and Open DOSes around too.

    --
    Escher was the first MC and Giger invented the HR department.
  61. Re:Say what you want.... by JebusIsLord · · Score: 3, Insightful

    If i named my dog DOS, would HE be the definition of an operating system as well? What an absurd argument.

    --
    Jeremy
  62. DOS still alive in spirit by Ilan+Volow · · Score: 2

    If you look a C:\WINDOWS, you'll notice that most files still have 8 letters or less. It's like in the new Harry Potter movie, technically the evil is dead but it's memory is enough to still give you the willies.

    --
    Ergonomica Auctorita Illico!
  63. Re:Say what you want.... by rseuhs · · Score: 3, Insightful
    Actually yes, many things... I know of companies that still use DOS for many things to this day for accounting, customer tracking, or other important tasks.

    DOS can do accounting and customer tracking?

    It's amazing. If it's from Microsoft all 3rd party-effort (like accounting or customer tracking applications, or in the case of Windows drivers.) all of the sudden is credited to Microsoft.

    Face it: DOS is a very, very primitive OS. Even in 1981 when it was released, it was already outdated. A decade later, when it was still shipped on most PCs, it was even more outdated. multi-user, multitasking... As a die-hard Microsoft user you probably don't know, but those existed long before Windows - and also before DOS.

  64. Re:Say what you want.... by fungus · · Score: 4, Interesting

    Basically, an operating system is the software responsible for managing memory, cpu, storage, devices and input/output. It is the software that lets you run other software on a computer.

    You are lost if you think DOS was not an operating system.

    http://howstuffworks.lycoszone.com/operating-sys te m.htm

  65. *props by Junky191 · · Score: 2

    Mad props to all my OSes that didn't make it. Lots o' good kernels were undone on the streets of Compton.

  66. Re:dos and freedows by kevin+lyda · · Score: 2

    i think the guy who started it graduated from grammar school...

    --
    US Citizen living abroad? Register to vote!
  67. End-Of-Life = abandonedware by drwho · · Score: 3, Insightful

    End-Of-Life = abandonedware, so they're going to make it public domain, huh! Thanks guys!

    1. Re:End-Of-Life = abandonedware by isorox · · Score: 2

      A version of DOS becomes public domain (70?) years after the last compile - hence dos 6.0 (abour 93 IIRC), will be free to all in January 2054.

      "Abondonware" is still copyright infringment.

      (I make no moral judgements on abandonware of course)

  68. Win95 support through YE2003 at least by gelfling · · Score: 3, Interesting

    At work for us, we turn over machines every three years. We will continue to have to support Win95OSR2 through the end of 2003 at least until the last older hardware is still in service.

    We've never supported 98/ME or NT on the desktop.

    We started W2K on the desktop officially last year.

    We have no plans to support XP. We will have to spend bucks to get even our bare bones suite of internal apps to run on it.

    Does anyone know why the MS alert says XP Pro will have 2 years more life than XP Home?

  69. Say what you will about DOS, by mithras+the+prophet · · Score: 3, Funny

    one *must* admit that Windows 3.1 is a very, very bad operating system.

    --
    four nine eighteen twenty-7 thirty-nine forty-7 fiftyeight sixty-nine seventy-9 eighty-8 one-hundred-and-nine one-twenty
    1. Re:Say what you will about DOS, by Reziac · · Score: 2

      Actually, Win3.1 was a shell, not an OS. And just like later Windows, when it misbehaved the real problem was usually either in hardware, drivers, or lack of routine maintenance... OR being installed on a compressed drive. The real problem is that multitasking/task switching and compression are not compatible. Desqview plus compression was equally bad juju.

      My Win3.1 Workgroups setup was finally retired at age 7 years, having worked its ass off all its life (and with so much stuff installed that it was maxed out)... it was NEVER reinstalled, and crashed no more than a dozen times in all those years.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  70. Re:Ahh the memories... by nlinecomputers · · Score: 4, Interesting

    This is all biased opinion but it's MY biased opinion:

    /dev/fda or /dev/hda tells me exactly what it is and where it is. a: or c: or q: doesn't tell me shit other then that is what was setup. Only by knowing the established naming convention do I "know" that a: is a floppy. And D:? is it my CD-ROM or my second hard drive or my second partition on my first hard drive. In this *NIX is logical and superior.

    C:/> or $ Sorry DOS wins here. the C: prompt tells me my location. The $ don't. In both cases, of course, you can modify the prompt to be more informative. But the "default" setting dos wins - though not by much.

    dir or ls. No winner here both are not obvious what they do if you are newbie.

    format C: or mke2fs /dev/hda I'd say neither got it quite right. "Format" is sure easier to grasp as a newbie but we still got that "what kind of drive is C:?" problem. While the other command defines the file system and the exact type of device being delt with. I'd have to say *NIX is better.
    And you didn't mention \ vr / I've seen plenty of people get confused over the \ that is used in dos based directories and the / used all over the net. DOS did it wrong.

    Go ahead. Mod me down. I'm not just a Troll. I am OGRE and you better call me "Sir" when you say that.

    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
  71. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  72. Hold your horses.... by Chanc_Gorkon · · Score: 2

    Windows ME, no matter what Microsoft says, still has a DOS core left to it. DOS is still there no matter how many ways Microsoft trys to hide it. Also dos was just fine about 10 years ago. Some folks still use it today.

    --

    Gorkman

  73. DOS has some life yet. by facelessnumber · · Score: 2, Interesting

    DOS did little more than provide a way to execute programs, and a way for programs to get at the hardware. That's exactly why I liked it. I used DOS exclusively for a long time. (Sorry - I didn't have a *NIX at my disposal) I didn't start using Windows 3.1 until Windows 95 was gearing up for OSR2. I had to switch to a GUI because I just had to try this "web browser" thing I kept seeing on BBSes for download. Did anyone ever have DOS freeze up the computer? I mean DOS by itself, without anything else running? Even Linux, my OS of choice, can do that. And Windows is known for it.

    Anyway, the whole reason I wrote this is to say that as long as I still have a use for Ghost, I will still have a use for DOS.

  74. Too bad its still in productive use. by nurb432 · · Score: 2

    There are a lot of older pieces of equipment in the controlls industry that are still running under some form of DOS.

    Why fix what isnt broke, thankfully there are free alternatives like freeDOS.

    --
    ---- Booth was a patriot ----
  75. With DOS gone... by BitwizeGHC · · Score: 2

    ... how will Strong Bad answer his e-mail on his COMPY 386?

    --
    N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
  76. It's not dead on my system! by BlindSpot · · Score: 3, Interesting

    I still spend a lot of time in DOS on my WinME machine. My primary text editor is still DOS-based! When I do computer work for people they always boggle about how I go into a DOS prompt and start typing in commands instead of pushing a mouse around.

    I grew up on DOS systems. In high school it was all we had: WordPerfect 5.1, Borland C++ 2.0, etc. You had to know DOS to get any work done!

    DOS had its faults of course but it had many strong points:

    1) The command line syntax was clean and easy to learn.

    2) The set of commands was small enough to hold in your head. On Unix I often forget the commands for stuff because there are so many of them, and there are a bunch I still haven't learned.

    3) Graphics in DOS programs were easy; almost trivial by today's standards.

    4) You can play with whatever part of the system you want and not have to jump through hoops. In fact, the hardware course at my U is still using DOS because it's so easy to do hardware programming for.

    5) Quick! No multitasking => No overhead.

    Dead or not, I'll probably still be using DOS for many years to come.

  77. Re:Say what you want.... by brsmith4 · · Score: 2, Informative

    It's primitiveness and simplicity is what made DOS popular. Remember that. Your average user didn't want to dick around in a UNIX environment or have to purchase hardware that was ridiculously expensive so they could point n' click there way through a myriad of windows and menus. They memorized a couple key commands and they were set. Thats all that was needed. The average joe didn't need multitasking either. How many people do you see typing in a spreadsheet and browsing the web simultaneously? None. TSR's running in the background were as much multitasking as the user wanted to deal with (despite the fact that it wasn't even multitasking). They want to type in a command and get something. Its like a question and answer kind of thing.

    This is why DOS was popular: It followed the KISS philosophy - keep it simple stupid. People like that.

  78. Re:Ahh the memories... by MORTAR_COMBAT! · · Score: 2

    So my home directory can be on a completely different drive than yours, but they will both be accessible from /home/

    In defense of Windows 2000 (I can't believe I am typing this...) you can mount partitions as folders as well.

    --
    MORTAR COMBAT!
  79. Re:Ahh the memories... by grumpygrodyguy · · Score: 2

    No, the original poster is correct.

    --
    The government has a defect: it's potentially democratic. Corporations have no defect: they're pure tyrannies. -Chomsky
  80. MS-DOS, RIP by inode_buddha · · Score: 2

    Within it's design limits, DOS wasn't that bad... I still have a copy of DOS3.1 here. There's a few other OS's I'm going to miss, too, such as the CP/M for the Kaypro II and Atari's ROM BASIC. Why will I miss them? Because I had to wait until Linux came out to make my computing experience interesting and enjoyable again (meaning: hackable, customizable, and educational.)

    With all that in mind, how about doing a "reverse-interview" with M$: instead of interviewing ppl, we send this entire discussion thread, webpage and all to ppl at M$ in memoriam to DOS as a gesture of last respects for it?

    --
    C|N>K
  81. Re:Say what you want.... by wkitchen · · Score: 3, Informative
    DOS can do accounting and customer tracking?

    It's amazing. If it's from Microsoft all 3rd party-effort (like accounting or customer tracking applications, or in the case of Windows drivers.) all of the sudden is credited to Microsoft.
    It didn't look to me like he was giving Microsoft credit for any of those applications. He was just pointing out that DOS is still performing real work, even in some fairly critical roles. I thought that was pretty clear, myself.
    Face it: DOS is a very, very primitive OS. Even in 1981 when it was released, it was already outdated. A decade later, when it was still shipped on most PCs, it was even more outdated. multi-user, multitasking...
    It was a small OS that was well suited to the limited hardware it was meant to run on (think 4.77MHz 8086 with a 180K single sided floppy and 128K ram on a first generation IBM PC.). Yeah, DOS was already primitive compared to Unix and other big OS's of the same time period, but tell me, just how would you get Unix to run on a machine such as that? And even if you could do it, do you think those tiny machines would have been able to run applications as well as they did if they had a fatter OS? It was a good choice for machines that individuals and small businesses could reasonably afford at that time. And it was stable. Sure, it didn't have much resistance to misbehaving applications, but malfunctions of DOS itself were almost unheard of. And many of those old DOS applications were very stable as well.

    I believe the world would have been worse off, not better, if a more sophisticated OS had been used on early PC's. Of course, it did outlive it's usefullness. By 1985, much superior alternatives were available that were practical even for the consumer and small business class of machines. Maybe the world would have been better off switching to a more sophisticated OS then. But by that time, it had a significant installed base.
    As a die-hard Microsoft user you probably don't know, but those existed long before Windows - and also before DOS.
    He seems knowlegeable enough. He quite likely is aware of that. But as a die-hard Microsoft basher, you apparently would rather assume otherwise. I personally loathe Microsoft. But this kind of gratituitous bashing of anyone who grants MS any credit at all, only gives the MS apologists more ammo to use against the rest of us.
  82. The MS DOS freaks fall into the void... by Cheese+Cracker · · Score: 2

    "Oh no... my master drug dealer won't support the stuff anymore, now I better migrate to Linux
    to get my daily kick." said Fred, a diehard MS DOS freak. You can see the emptiness in their
    eyes... Their illusions are shattered. "This is the end... our civilization is doomed..." said one guy.
    "Why do they do this to us???" was the most common remark.

  83. Re:Say what you want.... by Decimal · · Score: 5, Insightful

    Face it: DOS is a very, very primitive OS. Even in 1981 when it was released, it was already outdated.

    Do you judge Windows 2000 / XP today by how outdated Windows 1.0 was when it was released? After all, it didn't even have overlapping Windows! That's just holding a grudge, wouldn't you say?

    A decade later, when it was still shipped on most PCs, it was even more outdated. multi-user, multitasking... As a die-hard Microsoft user you probably don't know, but those existed long before Windows - and also before DOS.

    It would really depend on how you define "primitive", and how necessary those (often bloated) "advanced" features are. If the user doesn't really need more than what DOS offers, no multi-tasking, no bells and whistles, runs a large collection of existing software, then does it really matter how old it is? A battery-powered, 5 speed Model Uber-2000 screwdriver would still be passed over today by most people for a simple philips that fits neatly in a small toolbox.

    DOS still has its fans today. See the FreeDOS project. If such a project can improve DOS (I've been under the understanding that it stands for Direct Operating System) to a 32-bit operating system that does many of the things that modern operating systems do today while still maintaining the simple and efficient elements of older DOSes, why should it ever "die"?

    --

    Remember "Bring 'em on"? *sigh
  84. Huh? by djupedal · · Score: 2

    Some of these have been EOL for over a year...and NT is good thru mid-2003....this info seems a bit questionable.

  85. MS-DOS passed away Thursday, October 25, 2001 by Mogster · · Score: 3, Informative

    MS-DOS was born in August 1980, in Tukwila, Washington, the creation of Tim Paterson and the Seattle Computer Company. Initially called QDOS 0.10 (short for "Quick and Dirty Operating System"), MS-DOS was a lifelong resident of the Seattle area. In late 1980, nonexclusive rights for 86-DOS 0.3, as the operating system was then known, were sold to Microsoft. In July 1981, as Paterson recounted in a June 1983 BYTE article entitled "A Short History of MS-DOS," Microsoft bought all rights to the DOS from Seattle Computer and changed the name of the operating system to "MS-DOS."
    http://www.byte.com/documents/s=1437/by t20011028s0 001/1029_editor.html

    --
    ACK NAK RST
  86. Re:Say what you want.... by AndroidCat · · Score: 4, Informative
    Yep, no virtual memory. And remember those tricks to make use of Extended/Expanded memory? Shudder! And the shell game with drivers to maximize the base memory? No multitasking either, unless you count background printing and TSRs. (All those chained keyboard interrupt handlers and the documented undocumented DOSIdle interrupt. Scarey stuff kids!)

    MSDOS, it was fun. Bye-bye! (Come to think of it, I recently used an MSDOS install to bootstrap a Win98 install from a SBPro CDROM. Then I screamed and used that to bootstrap a Linux install. Maybe I'll keep those DOS disks handy just in case. :^)

    --
    One line blog. I hear that they're called Twitters now.
  87. Murderers! by Pflipp · · Score: 2

    I've always said it. M$ are murderers.

    No software from the FSF is ever murdered. (GNUstep, HURD). Some are even kept vividly alive by means of iron lungs (emacs :-).

    --
    "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
  88. Re:Wrong. DOS Did support swapping by treat · · Score: 2
    But it wasn't done by the O/S, it was done by the linker that was shipped with the O/S. You could group modules together and the linker would link in a swapper that would swap them in and out into memory on demand.

    You can not possibly be talking about MS-DOS, the subject of this discussion. Perhaps you are talking about some other DOS.

  89. Re:Ahh the memories... by athakur999 · · Score: 2
    And D:? is it my CD-ROM or my second hard drive or my second partition on my first hard drive. In this *NIX is logical and superior.

    Unix doesn't exactly win any prizes here either in many cases. All /dev/hdc, for example, tells you is that it's the first drive on the second IDE controller. It can still be either a HD or a CD-ROM drive. Devfs makes things alot better though, at least.
    --
    "People that quote themselves in their signatures bother me" - athakur999
  90. Re:Say what you want.... by athakur999 · · Score: 2
    Oh, really? Name one good MSDOS feature.


    One of the biggest things I miss from DOS is the ability to do something like this:
    copy *.cpp *.bak

    You can do the same thing in Unix by various methods, but it's not nearly so easy or intuitive.

    --
    "People that quote themselves in their signatures bother me" - athakur999
  91. Re:Say what you want.... by rseuhs · · Score: 2
    He was just pointing out that DOS is still performing real work, even in some fairly critical roles. I thought that was pretty clear, myself.

    DOS just launched that application and does no work at all. In fact because DOS doesn't even know multitasking, it isn't even active when some other app runs.

  92. Do you remember the Windows calculator joke by red_gnom · · Score: 3, Funny

    One could compute what was the difference between Windows 3.01 and Windows 3.0 by subtracting 3.01-3.0 on the calculator from Windows3.1.
    The result shown was 0 instead of 0.01!
    If you still have the old Win3.1 around, you can check it for yourself. I had a very good laugh back then.

  93. Re:Wrong. DOS Did support swapping by AndroidCat · · Score: 2
    Microsoft did have some kind of virtual memory swapper, but it was ugly. Really ugly. There were better linkers like RTLink, but the term "silk purse from a sow's ear" (Biblical for "When monkeys fly out my butt!") spring to mind. It was still really really ugly. (Sorry, bad memories from a Death March project at Delrina.)

    And it wasn't part of the OS, it was a tack on. I wrote the beginings of a multi-user BBS in DOS, but that didn't make MSDOS a multi-user OS. Oh the joy when I installed Coherent! (Linux wasn't an option back then, I switched when networking was stablized.)

    --
    One line blog. I hear that they're called Twitters now.
  94. Re:Command line interface and real-time control go by NineNine · · Score: 2, Insightful

    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.

  95. Re:Say what you want.... by astrosmash · · Score: 2
    MS-DOS /M-S-dos/ n.

    [MicroSoft Disk Operating System] A clone of CP/M for the 8088 crufted together in 6 weeks by hacker Tim Paterson at Seattle Computer Products, who called the original QDOS (Quick and Dirty Operating System) and is said to have regretted it ever since. Microsoft licensed QDOS in order to have something to demo for IBM on time, and the rest is history. Numerous features, including vaguely Unix-like but rather broken support for subdirectories, I/O redirection, and pipelines, were hacked into Microsoft's 2.0 and subsequent versions; as a result, there are two or more incompatible versions of many system calls, and MS-DOS programmers can never agree on basic things like what character to use as an option switch or whether to be case-sensitive. The resulting appalling mess is now the highest-unit-volume OS in history.
    Anyone who uses the term "popular" to describe MSDOS is either clueless or a Microsoftie.
    --
    ENDUT! HOCH HECH!
  96. Re:Command line interface and real-time control go by cant_get_a_good_nick · · Score: 2

    Maybe this is off topic but Is there a command line interface available to windows.

    Umm, the command prompt? Though the shell is actually quite different under the hood, it does run the same scripting language, the batch shells we all know and loathe.

    Cygwin is a port of essentially the entire GNU toolchain to Win32. To get the stuff to run (essentially unchanged source) they have a DLL that emulates much of the underneath stuff of UNIX. You can install ash (Bourne shell compatible), bash, zsh and tcsh from the base setup, you can install pdksh if you want korn shell. ksh93 isn't a part of the standard install (it has so many pieces, many of which that replace cygwin stuff, they don't want to bother) but I hear you can compile it and run it. It's a very UNIX-y style shell (C: is mounted as /cygdrive/c, not C:) but it comes with tools to help bridge the gap (path conversioon tools, etc.).

    The MKS toolkit is a UNIX-y set of tools for Windows. It has a Korn shell, and the shell interface is more Windows-like.

    As far as real time stuff, remember that to Microsoft, EOL means no more sales, no more support. Anything pre-existing isn't going to explode and die, taking out your hard drive. If you think you need DOS, go get it now. Or try to look at any of the Free DOS alternatives, or DR DOS.

  97. Re:Command line interface and real-time control go by cant_get_a_good_nick · · Score: 2

    The Windows scripting host is more of the home for VBScript automation of the Explorer environment and apps, it can't really be used as a command line shell, i think he was looking for something more like that.

    WSH is good for spreading viruses tho, and most anti-virus companies say to disable it unless you find you really need it

  98. Re:The Source by cant_get_a_good_nick · · Score: 2

    There is as much DOS in the NT kernel as there is OS/400 in the NT kernel.

    There is as much DOS in the NT kernel as there is VAX VMS in the . . . . oh wait.

  99. That's a shame for unportable apps.. by Stonehead · · Score: 2

    Would DOSEMU run all those old great tiny .asm demo's? They're unportable and converting them to 10MB .divx'es would just remove the magic.. :/
    (Looking at that Microsoft page, their definition of a 'Millennium Edition' is less than 4 years. Now that's devaluating IT)

  100. Time for Linux-based boot-time utilities at last? by Anonymous+Bullard · · Score: 2

    I'm talking about those little DOS proggies that vendors still put out on their support sites along with instructions on how to build a MS-DOS boot floppy for upgrading buggy ROMs and such.

    With MS-DOS' official funeral finally looming close, wouldn't it make a lot of sense for the hardware vendors to port their utilities to Linux? I mean, Linux offers free floppy-sized bootability, good choice of development tools (incl. compact crossplatform GUIs) and the potential for using one kit for maintaining hardware on platforms other than x86 PCs (Macs, PDAs...).

    The *freedom* of Linux would also allow vendors to offer pre-built floppy or CD-ROM .iso packages instead the requiring MS-DOS "ownership" or fiddling with arcane building instructions. For FIES (Free In Every Sense) and without branding restrictions too.

    Are there any reasons why Linux shouldn't succeed MS-DOS as the universal boot-time tools platform? Or will FreeDOS now rise to unprecedented dominance? And what does Microsoft have in store to maintain their monopoly of this small but quite important (it's about controlling booting after all!) niche?

    --

    Should invading one's peaceful neighbours be opposed, or rewarded with trade deals?

  101. Re:Say what you want.... by AndroidCat · · Score: 2
    No. Having the ZX-81 do a keyboard scan by using an IN instruction to output the contents of the A register on the A8-15 lines was cool. Processor haiku!

    Having the keyboard processor reboot the 286 into 16 bit protected mode (it didn't really do 32 bit) was just a messy slow kludge. I could be wrong about the details. I skipped directly from the NEC V20 to the 386. It was a while ago.

    --
    One line blog. I hear that they're called Twitters now.
  102. DOS + QEMM + DESQview by bedessen · · Score: 2

    Yes, I agree. I am fondly remembering the days of running that combo (DOS, QEMM, DESQview) and being able to sensibly multitask DOS apps without the crud that was Win 3.x. It was beautiful at the time to be able to run as many apps as you wanted, each with their own environment, with a very low memory overhead. The only downside of DESQview was that it was very choppy, its timeslices were large. But, if you wanted to run a BBS in the background and still use your computer, it really was great. DESQview even had an X Windows server, which was impressive. It didn't use MS Windows at all, it had its own rendering system, along with the multitasking of DESQview.

    OS/2 of course was the other option at the time, and it was good as well, but involved a lot more planning and dedication. You really had to "think different" (to steal Apple's line) to get into OS/2. However, it certainly required much more of a system than DOS. I remember trying the OS/2 v2.0 beta on a 386sx with about 4MB of RAM. That was kind of painful.

  103. Re:Say what you want.... by AndroidCat · · Score: 2
    They did morph MS SQL Server from Sybase. (I have no idea of what deals went down on that.) Damn, they bought their C compiler too, name escapes me.

    They also spent at least a million$ to "buy" Anders Hejlsberg to develop C# and .NET stuff from Borland, plus whatever they settled with Borland.

    You can do these things with a magical ingreediant, cash, lots of cash.

    --
    One line blog. I hear that they're called Twitters now.
  104. "End of Life" for Denial of Service? by quark2universe · · Score: 2

    Has Microsoft actually found a way to end all Denial of Service attacks? Cool.

    --

    Believe in things of which no person has ever learned
  105. Now HOOOLLLD on there , Microsoft!!! by Newer+Guy · · Score: 2

    The last time I checked, Windows MILLENNIUM edition was first offered at the MILLENNIUM, or 2000! How come it's being lumped in with The older OSes if it's ONLY 2 YEARS OLD??? Class action lawsuit, anyone????

    1. Re:Now HOOOLLLD on there , Microsoft!!! by scharkalvin · · Score: 2

      Windows ME still has till dec 31, 2005 to live.

  106. will be better DOS. by twitter · · Score: 3, Interesting
    Ah yes, it's still useful. There's lots of software that was written to run custom machines with 286s and what not. When that computer poops out and your old M$ DOS disks won't work on new hardware, freeDOS might just save your day. Makd CDs of that old software if you don't have source code or time to rewrite it. FreeDOS is alive.

    In the tradition of all free software, we will soon see that freeDOS surpasses M$DOS in all ways. Bugs will be fixed, it will take up less space, it will run better. Thanks for the reminder about freeDOS, there's been worlds of improvement since I looked at it a year ago or so.

    --

    Friends don't help friends install M$ junk.

  107. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  108. Re:Say what you want.... by AndroidCat · · Score: 2
    Okay, I'll have to remember that the next time I'm writing code for a 286. :^)

    I'd like to think that any remaining 286 boxes have been shoveled (it's a Sabbat thing). However, I've seen requests here for 286 Unixish OSs in the last few weeks. Lordy, 486s were dumpster fodder years ago. *sigh*

    --
    One line blog. I hear that they're called Twitters now.
  109. Try this, it's a matter of control: by twitter · · Score: 2
    DOS-based Win95 (DOS Ain't Dead, just hiding), which was followed by DOS-based Win98 (DOS Ain't Dead, just sleeping), which was followed by DOS-based Win ME (DOS Ain't Dead, just comatose).
    I guess with the home version of XP they really do mean it this time?

    It was more like a long progression of lost functionality and control:

    Win3.1 - we give you gui sys32_enhanced and sysedit.

    Win95 - we give you better file browser and change a few integer types so that you can see more than 16M of RAM but hide M$ Dos directory.

    Win95 revB - we force registry on you, hide what it does.

    Win98 - we force IE on you and hide even more. Forget your manual config files, binary non specified or documented registry is now it.

    WinME - we not sure, but it looks beter more hidden for no good reason. Your desktop contains your computer, no?

    Win2k - we move a few things around to hide more, this is not your big brother's NT. Command prompt moved from prominent position in start menue tree, must run command.com or make shortcut to see it.

    WinXP - "Smart Update" is mandatory. We don't care what you see but won't let you anyway. All your base are belong to us. You have no control give up your windoze tax and praise Gates.

    I saw voice over IP worked as well as any new DOS implementation run on Windoze 3.1. No new functionality has been added, all control has been removed. IE phone home!

    --

    Friends don't help friends install M$ junk.

  110. Re:Command line interface and real-time control go by man_ls · · Score: 2

    I don't know about 98, but in Win 2K Pro, to create a share from the command line, I can either do it through menus, or type

    NET SHARE sharename=drive:path /remark:"This is a command line-created share." /unlimited

    to do the same thing. So

    NET SHARE docs=c:/docs /remark:"My Docs" /unlimited would open up a share on my computer named docs, with unlimited users, default permissions.

  111. Slackware 2.1, and proud of it! by achurch · · Score: 2

    Now, mind you, it's an extremely customized version of Slackware 2.1, but . . . (:

  112. Re:Say what you want.... by reallocate · · Score: 2

    >> So ubiquitous that developers would choose to patch or work around MSDOS altogether rather than consider using any of the much better alternatives available at the time

    What were those alternatives? Any that would work on an 8086 with 512k of memory and no hard drive? And support the commercial programs that people actually wanted to run?

    The fact that DOS isn't much of an operating system is irrelevant. It was integral to the development of a consumer market for computers. Without a tiny, cheap OS that ran on cheap hardware, most of us would still be saving up to buy a Unix workstation.

    --
    -- Slashdot: When Public Access TV Says "No"
  113. I have a question.... by scharkalvin · · Score: 2

    The company I work for is still selling a product that uses
    MS-DOS (version 3.x no less!), desqview, and qemm (among
    other things). I think they purchased an unlimited distribution
    license for desqview and qemm, I don't know what they did for dos. The product is still being sold. I wonder what legal issues there might be. If they were able to purchase an unlimited distribution license for dos from MS, (and back then MS would probably have done something like that....we are talking
    circa 1991 here) I guess things are still status quo.

  114. For some tasks, DOS is the perfect tool. by deniea · · Score: 3, Interesting
    I've been around in computers long enough to have seen quite a bit of IT. Started with DOS on 2.11 or so, and then quickly it moved to DOS 3.1(1) and on and on and on.. (Yes the "new-and-improved"-thing always has always been that way)

    DOS is still (for some tasks) the perfect OS. I've developed a POS-system for cafes (touch screen, water tight, no harddisk, no fan, networking, standalone operation etc) and it all had to fit in 1.44 Mb (standard size of early flash disks). With bartenders turning it off when done..

    For some task like that, DOS was/is the perfect tool. Why should you use an bigger tool then the job requires ??

    For what I read as the comments, a lot of things are just incorrect...
    • Some claim DOS has no networking.. Wrong ! Novell, SMB, UUCICO, even TCP/IP can be made to work.
    • In DOS you can only use 640K.. Wrong ! DOS extender, you can use all you want. Even more, remember LIM (Lotus-Intel-Microsoft) drivers for dos (also known als Expanded, paged or EMS)? Extended memory also work in DOS with the DOS extender (DOOM used it for example). Also check out UMBPCI if you have low memory hungry DOS applications ! (even works in Windos 9x)
    • DOS can not be used to script.. Wrong ! You can do almost everything you want in scripting in DOS.. Well I must agree not everything is so easy that anyone can do it, but that I see more as a problem of someones knowledge of DOS, not of DOS.
    • No taskswitching in DOS ? Wrong ! Never heard of Dosshell, sidekick and the likes ?


    And there's tons of more things that can be done in DOS.. You'd really be amazed what you can do with it...(Codepages, ANSIS.SYS, Extreme cool memory stuff, DOSKEY, DEBUG, EDLIN etc)

    If one would take the time to look into DOS, if can be a very valueable tool for some problems! Nwer doesn;t make the older things less good for a job. And DOS itself NEVER crashed on me!
    1. Re:For some tasks, DOS is the perfect tool. by Reziac · · Score: 2

      Not only that, but with DRDOS's task manager or with shells like GeoWorks, you can do true multitasking in DOS. BTW, DRDOS's EMM386 runs just fine atop M$DOS7 (for FAT32 support).

      DOS is why I've come to expect an OS to be stable, period. M$DOS 6.0 is as close to 100% stable as anything ever gets. My old DOS machines had uptimes measured in years.

      DOS is still a valuable tool for system prep and for fixing/maintaining Windows -- see my other post ("I will never give up DOS") somewhere up above.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  115. Look at my Splitoris by yerricde · · Score: 2

    with the administration where I work they'll insist on purchasing something, and waiting for someone to mail a physical box to each site.

    Then write your own split program, compile it, test it, GPL it, box it, and site-license it to the company, charging for support. That's what I did, using unused computer lab time at my local community college (with permission) to develop Splitoris, a win32 command line file splitting program.

    --
    Will I retire or break 10K?
  116. How to avoid fsckups when flashing BIOS by yerricde · · Score: 3, Interesting

    There are two ways that a motherboard or adapter maker can design a BIOS that completely avoids fsckups when being flashed:

    • Use FreeDOS or some other small realtime OS to run the flash program, and provide a fallback mask-ROM BIOS for when the BIOS checksum doesn't match (that is, when the BIOS write failed).
    • Put two copies of the BIOS in the flash chip, and if the newer copy of the BIOS fails to checksum, use the older working copy. Have the flash program overwrite only the older copy.
    --
    Will I retire or break 10K?
  117. Re:dos and freedows by jdkane · · Score: 2
    Here are some interesting links that prove Freedows indeed existed, also to quash accusations that you mispelled the link, and to give your post more credibility (maybe even a few mod points!):

    - A Source Forge Project under the name the name Freedows -- not much activity :(
    - a ZDNet article dated Dec 31, 2000.
    - From the WayBack Machine here are website snapshots dated April 18, 1998 and March 8, 2001.

    Also from the WayBack machine, for www.allos.org:
    - website snapshots from Dec 6, 1998 and Sept 22, 2001

    Hmm, the reported archive dates don't correlate with the actual page dates. Curious. But it serves the purpose anyway.

  118. So get PC-DOS instead. by Guppy06 · · Score: 2

    You can download IBM's PC-DOS 2000 (7.something) for $50 or buy floppies or a CD-ROM for a little under $70. IBM's catalog page is here.

    If they're still selling it, I think it's a pretty safe bet that they still support it as well. That, and it has the added advantage of a full honest-to-God license (there's no such thing as a full, retail copy of MS-DOS, no matter what some fraudulent eBay sellers may try to tell you).

    And while you're over there, there's also OS/2 Warp 4.

  119. As far as I'm concerned... by Guppy06 · · Score: 2

    MS-DOS died when I got a SiS 735-based motherboard. SiS writes Linux drivers but no DOS drivers. I'm half tempted to get a new sound board just for the sake of "legacy" support.

  120. Re:Say what you want.... by amorangi · · Score: 2, Interesting

    > Ok, a definition for you:
    >OS: Operating System
    >DOSDisk Operating System

    MS-DOS was called QDOS before it was bought by MS, which stood for Quick and Dirty OS.
    Dirty is a more apt description, as OSes are primarily dealing with interfaces to the CPU, and MS-DOS had no virtual memory requiring page fault management etc, so using "Disk" to describe the "D" in the acronym is pretty stupid.

  121. If you want a *real* shell... by MegaFur · · Score: 3, Informative

    please try cygwin. Cygwin isn't the name of the shell, it's the name of the compatibily thingie that lets you use some GNU apps and other Free Unix apps on Windows. It mostly consists of some .dlls that act as a compatiability layer. You have your choice of shells to choose from on a Unix system. The one that's used on almost all Linux systems is bash, which is a feature-enhanced version of the classic Unix shell. That shell was called "The Bourne Shell" and was named "sh" (or should it be the other way round?). Therefore, it's only natural that the name bash stands for "The Bourne Again Shell".

    The catch: In my experience, Cygwin runs much better on NT-based Windozes (NT 4.0, 2000, XP) than on DOS based Windozes (95, 98, Me). But, if you've got lots of processor power, Cygwin should still run quite nicely, even on crufty Win9x. The other catch: all of this sort of assumes that you're already somewhat familiar with the Unix Way. If you're not, it could be quite frustrating. But there are many, many help texts and HOWTos available (Google for HOWTO) and if you're adventurous and you want to know what a command line should be like, then it's out there waiting for you.

    Oh yeah, I nearly forgot. Another alternative is 4Dos or 4NT. It's available from these people. It's pretty good, except that's it's shareware and therefore commercial and I've had problems with certain versions crashing frequently. Also, there's a couple points where they could've gone for compatibility with Unix but chose to ignore it. (E.g. to not match the characters a,b, or c in a filename, they use [!abc] whereas the proper Unix Way is [^abc].)

    --
    Furry cows moo and decompress.
  122. Win2k Pro shelved *after* XP Home by eples · · Score: 2

    I don't get it, the "end of life" dates :
    Windows 2000 Professional : March 31, 2008
    Windows XP Home Edition : December 31, 2007

    That's about how long I'll be using Win2k too.

    --
    I'm a 2000 man.
  123. Re:Say what you want.... by calidoscope · · Score: 4, Informative
    To set the record straight - they bought it from Seattle Computer Products. Tim Patterson was an employee of SCP when he wrote QDOS and 86-DOS. Tim was then hired by M$ to continue working on DOS (and then went on to start Falcon). The DOS numbering schemes continue from 86-DOS, the last release of 86-DOS was v1.14 (the basis for PC-DOS 1.0) and the first MS-DOS release was v1.25 (PC-DOS 1.1).


    QDOS/86-DOS was designed to make it easy to translate CP/M programs written in asembler and have them run with minor tweaking. This extended to using pretty much the same API for the file control blocks, pretty much the same numbers for the function calls, pretty much the same layout for the first 256 bytes of the transient program area.


    Where 86-DOS differed from CP/M, it tended to be more UNIX like, e.g. copy source destination rather than PIP destination source . More functions were included with the command interperter and the batch files were a bit nicer to use than CP/M's submit files.


    'Course you've got to remember that CP/M was designed to run in 32K of memory.


    The incident with DOS wasn't the only time that SCP got the shaft from M$. SCP was the outfit that designed the Z-80 card for use on the Apple II.

    --
    A Shadeless room is a brighter room.
  124. Interesting... by pclminion · · Score: 2
    How did they do pipes in MSDOS? Since it wasn't multitasking, they would have had to buffer the entire output either in memory or in a file.

    So which way was it done? It's been so long since I used DOS, and I don't think I ever piped more than a few hundred bytes of data, ever...

    1. Re:Interesting... by Pogue+Mahone · · Score: 2
      they would have had to buffer the entire output either in memory or in a file.

      In a file.

      --
      Every bloody emperor has his hand up history's skirt [Peter Hammill/VdGG]
  125. Re:Ahh the memories... by cscx · · Score: 2

    NTFS does this. Assigning a drive letter is optional to new volumes; you can just set a mount point inside any folder if you want.

  126. Dos never had a chance.... by Otis_INF · · Score: 2

    It started already dead:

    Dead Operating System.

    It zombied along for a long time though, eating up brains^H^H^H^H^Hhigh mem you needed to run games :)

    --
    Never underestimate the relief of true separation of Religion and State.
  127. Re:think about this: by fatboy · · Score: 2

    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.

    Ok, well MS-DOS sucked ass compared to OS-9 Level 3 for the Tandy Color Computer 3. It was a Multi-User, Multi-Tasking Realtime OS.

    Heck even compared to OS-9 Level 1 on a CoCo 1 it still could not hold a candle. The CoCo 1 was released in 1981 also (I think).

    --
    --fatboy
  128. DOS multitasking by MobyTurbo · · Score: 2

    Actually, I managed to get DOS to multitask using Desqview-386 on an old 386sx-16. I managed to run a networked (Fido) BBS (bullitin-board-system) in the background and keep my machine too. It wasn't nearly as powerful as Linux of course, which I downloaded from a BBS at version 0.95 and installed on aforementioned 386-16 :-), but it did its job and did it OK as long as you were careful to use programs that were multi-tasking friendly under DV-386. (Windows 3.x's multitasking by comparison was next to worthless.)

  129. Re:Ahh the memories... by FuzzyDaddy · · Score: 2, Interesting
    I've actually had to use the hjkl keys as arrow keys in vi recently. I telneted in from a windows box and it was screwing up the control characters.

    Software written for when you couldn't count on arrow keys or color displays is still useful for those desparate situations where you need to get in and get SOMETHING to work. I don't even know how you'd try to get into a flaky windows box...

    --
    It's not wasting time, I'm educating myself.
  130. I will never give up DOS! by Reziac · · Score: 2

    M$ *had* planned to remove DOS and the CLI entirely from Win2K, but there was such an outcry from sysadmin types that they changed their minds.

    XP's notion of console mode (recovery CLI) is so crippled as to be of no real use. You're better off to boot to a real DOS diskette.

    There are still a lot of things that are just easier to do from DOS. Why the hell would I want to install Windows so I can repartition the system with Partition Magic? Just boot to a DOS floppy, run the DOS versions of PMagic, Ghost, etc. from another floppy -- way faster and easier, with less room for mistakes.

    And it's often easier in DOS to fix what went wrong in Windows. Frex, the other day a client accidentally deleted the Windows registry, leading to a predictable "Windows won't start!" So I just had her boot to DOS and copy an archived registry file back where it belonged, and Windows was instantly fixed. Without DOS, her only hope was a complete reinstall of Windows. Why go to all that needless extra trouble??

    I will give up DOS when they pry my cold dead computer from around it!!!

    --
    ~REZ~ #43301. Who'd fake being me anyway?
    1. Re:I will never give up DOS! by MyHair · · Score: 2

      XP's notion of console mode (recovery CLI) is so crippled as to be of no real use. You're better off to boot to a real DOS diskette.

      XP I don't know about, but in Win2k I feel safer with the recovery console if I want to write NTFS. Otherwise a Linux rescue CD or a DOS disk does the trick, boots faster and has network connectivity. DOS's FDISK /MBR fixes tons of WinNT/2k boot problems even if they're NTFS.

      I was just pointing out that Win2k can boot to CLI--sort of--if you have to. But again DOS boot disks and Linux rescue disks are far better tools for fixing Windows than anything Windows comes with.

    2. Re:I will never give up DOS! by Reziac · · Score: 2

      Oh, we're in complete agreement on that. I'm not enough into linux to be comfortable with its rescue disks, but like you say, plain old DOS boot disks are the way to go when Win32 needs rescuing.

      I don't try to crowd every utility and its brother onto the boot disk, either. Just the boot files, generic CDROM driver, LIST, FDISK, and some other small odds and ends of that sort. Everything else goes on its own floppy or on a CDR. After all once DOS is up and running, no reason you can't work from another floppy or even the CDROM drive!

      LIST, of course, is a necessity of computing life :)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  131. Re:Say what you want.... by Reziac · · Score: 2

    I know a guy who worked for Sun at the time, who back in 1994 told me that DOS was no good because it didn't support subdirectories. Like, when did you last even LOOK at DOS, dude? 1986??

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  132. Re:Say what you want.... by Reziac · · Score: 2

    Forgot to mention in my other reply -- 32bit DOS versions have been around since at least 1989. I've got a 10-user copy of Concurrent DOS 386 (1989) in a box on the shelf -- a 32bit, multitasking, networking DOS. So it's not like it can't be done.

    DRDOS's EMM386 has 32bit DPMI support, too. I use it for playing DOOM with one of the DJGPP-built source mods. (By actual test, apps run 10% faster than when using CWSDPMI for DPMI support, and it doesn't leak as much as CWSDPMI either.)

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  133. Re:Ahh the memories... by Reziac · · Score: 2

    Actually, DOS *does* support / but it was made nonfunctional in DOS commands to avoid confustulation with / as used to indicate a switch.

    However, for apps that know this, like PKZIP, you can still use / in paths instead of \

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  134. Re:Ahh the memories... by Sj0 · · Score: 2

    Dos 5 and below used the C> prompt(no directory). Afterwards they changed to C:\>.

    To be fair, it's a command-line. It's pretty hard to make a command-line user freindly, just as it's hard to muck it up too badly.

    --
    It's been a long time.
  135. Re:Say what you want.... by Sj0 · · Score: 2

    I think a generic ATAPI CD-ROM driver should work for any modern CD-ROM drive, and possibly DVD-ROM drive.

    --
    It's been a long time.
  136. Re:Say what you want.... by Cro+Magnon · · Score: 2

    Actually, DOS supported subdirectories in 1986 too. I think it was at 3.0 at that time, and IIRC, subdirectoies were introduced in 2.0.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  137. Re:Say what you want.... by Shanep · · Score: 2

    Basically, an operating system is the software responsible for managing memory, cpu, storage, devices and input/output.

    Exactly. Technically, DOS was an OS, but was it much of an OS?

    It didn't do a whole lot of memory management, I'd say it provided hooks that helped programmers to manage the memory of their own apps. And within 640k at that. Extended Memory Management was an add on. Choose a manager from MS, Quarterdeck, Watcom (Pharlap?), etc.

    Managed CPU? As in...? CPU time used for different processes? Oops, sorry, DOS was not a multitasking OS, so one process at a time please. There were task switchers like Deskview (?) if I remember correctly. But yet another add-on.

    Managed storage (as in a filesystem)? Sure, it had filesystem support. But again, it was bare-bones.

    Managed devices? I think the BIOS did most of that in those days. : ( DOS PNP was crap too.

    I/O? Yeah, it buffered some stuff and provided some software IRQ's...

    DOS was an OS, but the D was the biggest part of the whole OS. It was pretty much a free-for-all, not a whole lot of management going on anywhere.

    --
    War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
  138. Re:Say what you want.... by Shanep · · Score: 2

    C:\MYDOCUME.NTS\BIRTHDAY.PTY\SHOPPING.LST

    Then Windows 95 gave us...

    C:\MYDOCU~1\BIRTHD~1\SHOPPI~2.txt

    Ever tried to script for Win9x?

    I've had scripts that worked lovely for the first few hundred machines and then stumble on one critical machine because the files that should have been under C:\PROGRA~1\MSOFFI~1\ were actually under C:\PROGRA~1\MSOFFI~2\ because there was already a directory that started with MSOFFI before Office was installed.

    I can't remember why, but for some reason I could not use quotes to put the full name. So I had to put an "if exist word.exe" to find which bloody directory is the correct one. I think it was because Office 97 preferences automatically (and demanded) the shorter form.

    Regardless, it was a joke, the typical kind of crap that makes MS admins stumble every now and then over stuff they should not have too.

    Windows 9x should NEVER have existed. Win95 should never have been released. MS should have stuck with 3.11 and then killed it and DOS when they released NT 4.0.

    I can't believe we were laboured with 95, 98, 98SE and for the love of God ME. Talk about 90% marketing 1% extra features and an 9% extra bugs each time. 95 was crap, 95b was better, 98 was crap, SE an incredible hide and ME astonishingly shite.

    NT was half decent. Comparatively speaking. But then, comparatively speaking, what tastes worse? Dog shit or cat shit?

    --
    War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
  139. Re:Say what you want.... by Shanep · · Score: 2

    lots of cool stuff :)

    You REEEEALLY need to get out more.

    They usually only call every year or two when some hardware goes bad.

    That's the great thing with DOS. Having really only one program running, means that it can be as stable as it can be, since you're most likely doing your own memory management and dealing only with it.

    --
    War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
  140. Re:Ahh the memories... by Sj0 · · Score: 2

    $P$G was set up to be the standard shell in 6+. Trust me, I have way too much experience in DOS for my own good. DOS 5 had C> (or, more importantly, A> on a bootdisk without any autoexec.bat or config.sys), and DOS 6 had C:\(and again, a:\ on a bootdisk with no init files). DOS 7 and 8(9x and ME) are this way be default as well.

    --
    It's been a long time.
  141. Re:Ahh the memories... by geekoid · · Score: 2

    Not to mention that none of it is intuitive until you've been trained.
    If you have been taught the ls brings you a list of a directory, or what ever, then ls would be intuitive and dir would not.

    so his point is even lamer then you thought.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  142. Re:Ahh the memories... by geekoid · · Score: 2

    Actually C:> and $ is wrong.

    How do you know what drive you are on? sure, as someone in the know, you know that C is your master HD, but to computer illiterate, they don't know. Hell, they don't even understand why there is no B:>.

    and once you get past C, what then? where are you if it says e:>?

    both need more info, fortunately both can be changed.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  143. Re:Ahh the memories... by cpeterso · · Score: 2


    ls is easier to type than dir because it has fewer letters AND each letter is typed with a different hand.

  144. Re:True for COMMAND.COM, but... by Cro+Magnon · · Score: 2

    I even remember a DOS tool that implemented long file names! One of the good things about DOS's many shortcomings, is the variety of tools to eliminate them.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  145. Re:Ahh the memories... by Reziac · · Score: 2

    Being somewhat more specific than I was [g]. Wonder which file it's in, would be interesting to read any surrounding comments. (Yes, M$DOS6 source *is* Out There. :)

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  146. Re:Say what you want.... by Reziac · · Score: 2

    I don't recall when subdirs arrived myself, since the first that I used were PCDOS3.1 and M$DOS3.2, and both did subdirs just fine. I'd bet this guy looked at DOS v1.0 and turned up his nose at it ever after. Some people don't believe upgrades ever happen except to *their* platform of choice. :)

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  147. Re:Say what you want.... by TheAncientHacker · · Score: 2

    Nope. The order was:

    Windows 1.x
    Windows 2.x
    OS/2 1.x
    Windows 3.x
    OS/2 2.x
    OS/2 3.x (became Windows NT)

    The IBM/Microsoft joint development started after Windows 1 had shipped and ended after OS/2 2.x and 3.x were in development but before they shipped.

    (I worked at both IBM and Microsoft during that time)

  148. Re:Innovation or acquisition by TheAncientHacker · · Score: 2

    PC-DOS/MS-DOS 1.0 - purchased
    PC-DOS/MS-DOS 1.1 - developed in house on 1.0 codebase
    PC-DOS/MS-DOS 2.x-7.x - developed in house (except for 4.0 developed by IBM and 4.01 developed by MS when 4.0 didn't pass MS testing)

    Disk compression - developed in house using well known algorithms (that were also used by everyone else in the industry)

    Word - developed in house

    Access - developed in house as a simple version of a scrapped DB project

    Powerpoint - MS purchased entire company (1.0 purchased, later versions in house)

    Windows - developed in house

    Game software - mostly developed externally with MS as publisher (typical in game industry)

    FrontPage - developed in house after purchase of original company that did "Blackbird" which was totally different

    C# - developed in house but they did hire the architect. (What do you think, they breed them internally?)

  149. Court- MS disk compression was infringement by SgtChaireBourne · · Score: 2
    After trial in 1994, the jury found that Microsoft had infringed and awarded Stac $120 million in damages.
    ...Stac Electronics v. Microsoft Corp., Civil No. 93-0413-ER (Bx) (C.D.Cal. Feb. 23, 1994)
    - http://www.lawhost.com/lawjournal/99winter/patents 4.html
    The courts seem to think that Microsoft didn't develop their disk compression in-house.
    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
    1. Re:Court- MS disk compression was infringement by TheAncientHacker · · Score: 2

      True but the court has been known to be clueless about "Prior Art" claims.

  150. Re:Say what you want.... by Decimal · · Score: 2

    Windows 9x should NEVER have existed. Win95 should never have been released. MS should have stuck with 3.11 and then killed it and DOS when they released NT 4.0.

    Windows 9x was important to Microsoft's wallet and its conquest of the operating system market. If they had waited until NT was up to speed, OS/2 would probably have dominated. Hence "coulda, shoulda, woulda" doesn't mean much to the company that made the software you loathe so much.

    If you'd prefer, the whole of Slashdot could go into a "Bill Gates / Steve Jobs should never have been born" rant, but that doesn't do us much good either, does it? :)

    --

    Remember "Bring 'em on"? *sigh