I can’t explain why I typed ‘edlin’ at the Windows-XP command prompt. I haven’t used edlin since 1988, when I had to type up a 100 line Pascal assignment in a PC lab, because all the Unix terminals were full.
Imagine my surprise when it worked.
C:\>edlin File name must be specifiedC:\>edlin /?
Starts Edlin, a line-oriented text editor.EDLIN [drive:][path]filename [/B]
/B Ignores end-of-file (CTRL+Z) characters.
C:\>
That’s right. Windows-XP ships with edlin.exe in C:\windows\system32.
Comments
Sure, and OS X ships with ed!
Sure, but ed is the standard editor.
http://www.gnu.org/fun/jokes/ed.msg.html
Edlin, on the other hand, is ed with all the good bits taken out.
Apparently it also still ships with debug. Ah, the days of using debug to manually execute the code in the MFM controller ROM to format the hard drive. That sucked...
If you want to feel "modern", run program.
Oops, make that "progman".
Hey, FreeDOS comes with a free clone of edlin too. The URL is http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edline/edlin22.zip .
I think it's a little better than the MS edlin, but probably because I wrote it. See for yourself!