Anyone who did any amount of work in DOS probably remembers MS-DOS EDIT.

enter image description here

Are there any modern text editors that mimic the look and feel of MS-DOS EDIT, QuickBasic, etc? I've done some looking around, but it seems like pico/vi/emacs-alikes rule the roost.

I use Linux, Windows, and Mac, though Linux is my preferred platform. I was looking for something that was multi-platform and textmode-based. I'm also aware that there are 'simple' editors out there, but what I'm looking for is an editor that emulates the look and feel of DOS EDIT, kind of like how mc has a similar look and feel to Norton Commander, microemacs is similar to emacs, elvis is similar to vi, etc.

I am also aware that EDIT is still included with some versions of Windows. Problem is, it's not multiplatform, no longer maintained and newer versions of Windows have dropped it.

Update (July 21, 2011): Wow, great to see that this question is still getting activity so many years later. I just wanted to add that although I love EDIT's interface, I also love the scriptability of Textmate, Emacs and Vim of modern editors (which is why none of the pico-alikes really work for me). If your answer is an editor that feels like MS-DOS EDIT but is scriptable, that's a huge bonus.

Oh, and since I posted this question I've kind of settled into vim as my primary textmode editor, as it's damn near everywhere. I'm still on the lookout, though, as vimscript is a pretty awful scripting language and custom scripting (along with stuff like omnicomplete) is tied into your system versions of python/perl/etc.

link|improve this question

60% accept rate
Multi-platform and textmode-based? That sounds like vim and emacs to me. – Kevin Panko Sep 14 '09 at 16:41
4  
I hardly think it's fair to say vi/emacs mimics msdos edit ... they don't look the same, act the same ... apart from that both are text editors, they've got nothing in common. – Thomas Geritzma Sep 14 '09 at 17:41
While we're here, what is good about MS-DOS edit? I remember it as being a worst-of-breed, but perhaps that's wrong. – Yar Sep 30 '10 at 16:21
It didn't particularly have a lot of features, but it was very easy to use and had a nice looking and intuitive interface. My dream editor is a scriptable version of MS-DOS EDIT with line numbers and syntax highlighting that runs on all modern platforms. – AlexMax Oct 29 '10 at 23:58
feedback

9 Answers

up vote 3 down vote accepted

As I just noted in another answer, you're looking for TUI text editors that adhere to the CUA conventions. See the other answer for a full discussion. Then note that some (almost) CUA TUI text editors are still available as Win32/Linux/Unix TUI programs, including ones built upon Turbo Vision (which is close to, but not quite, CUA) such as SET's Editor.

link|improve this answer
Wow, I had no idea that DOS programs like that even had a set of common conventions with a name, though I suppose it makes sense in retrospect. I took a look at SET's Editor, and that looked the closest thing that I was looking for by a mile. Now if only I can get the damn thing to compile... :) Thanks! – AlexMax Feb 27 '11 at 21:12
feedback

Have a look at Q10 - a feature-packed 'retro' text editor with a spellchecker (optional)

enter image description here

In the Options Menu (Ctrl + P), you may adjust the colours to your likings and disable the 'typewriter sound' (Misc).

Q10 is free and portable (unzip and run).

If you want the 'real deal', use DOSBox (cross-platform: Windows, Linux, Mac OS). You'll need two files from your old DOS 6.22 floppy #1: EDIT.COM and QBASIC.EXE (EDIT.HLP and QBASIC.HLP are optional, expand those from disc #2 if you need them). Works like a charm.

link|improve this answer
"Q10 runs under Windows. No version for Linux or Mac is planned." – Kevin Panko Sep 14 '09 at 16:37
at the time of this writing it wasn't clear which platform the OP prefers. :) – Molly7244 Sep 14 '09 at 16:52
feedback

If you have XP, you can copy the the 2.0.026 version of the editor onto a floppy, you need the following files:

  • EDIT.COM
  • EDIT.HLP
  • EDIT.INI

They're in C:\WINDOWS\System32. You can copy them onto a floppy, so it's easier to copy it back to DOS or something. I suggest you first configure EDIT to your wishes, and then you copy the EDIT.INI over to the floppy (it's a binary file, even though it's an .ini). At only 87KB the editor fit's just about anywhere.

Windows 7 doesn't have the old MS-DOS editor any more, but you can copy it over. I don't think that the editor will see any form of improvement anymore, making it abandonware. I'd like to see that Editor be freed, and be allowed to be copied and exchanged.

link|improve this answer
feedback

Cream?

Who says text editors have to be hard to use? With just a few mouse clicks, Cream can be simplified to the most basic typing editor.

CUA compliant, Linux and Windows (maybe not Mac?)

link|improve this answer
feedback

Err, you could try using EDIT I think it's certainly still in XP although I haven't looked in vista or later.

link|improve this answer
feedback

XP still has MS-DOS Edit. Just type Edit at the command line. What OS are you on? I suspect that it is still in Vista and W7 as well.

link|improve this answer
1  
It's not on Windows 7. – Dan Walker Sep 14 '09 at 16:16
Better let shufler know that too then. Now we just need to hear what OS the OP is on. – EBGreen Sep 14 '09 at 16:17
Edit is available in W7... just type edit in the start orb and edit.com appears... – Andi Sep 14 '09 at 16:29
3  
It's a 16-bit app so it is not available in the 64-bit version. – bk1e Sep 14 '09 at 17:51
feedback

If you want a cloud-based option, try DarkCopy. DarkCopy is a simple, full-screen text editor.

link|improve this answer
feedback

There is a nice alternative for Windows and DOS, when you're not appalled to the usage of vi: Elvis.

It's available for Windows and DOS, and of course Linux. It's small, fast, and has syntax highlighting. Contrary to your question, though, it doesn't have the look and feel of the MS-DOS editor, but it comes close.

I advice you also take a look at the Windows version of Elvis. It doesn't open in a shell window, but it's own graphical window.

link|improve this answer
feedback

Brief Basic is a nice console text editor on Windows. It does not use standard CUA keyboard shortcuts, but you can change them and the default ones are not hard to get used to.

Brief Text Editor

Ne (nice editor) uses standard CUA keyboard shortcuts, and is available for many non-Windows OSs, including Linux. It can run on Windows as well, through Cygwin.

ne (nice editor)

Another cross-platform console text editor which uses standard CUA keyboard shortcuts is Diakonos.

Diakonos text editor

link|improve this answer
feedback

protected by Diago Oct 26 '10 at 19:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.