"Paul R. Sadowski" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> http://www.computerhope.com/edlin.htm
>
> Q Quits Edlin without saving changes.
> E Quits Edlin after saving changes.
You didn't read his post very carefully. He knew about the 'q' command, but
not how to get back to the EDLIN prompt to use it.
> "Rick K" <(E-Mail Removed)> wrote in message
> news:2322301c45e4c$83e9a770$(E-Mail Removed)...
> > I'm using Edli for the first time in many years. at C:\>
> > I entered "edlin boot.ini".
> >
> > Dos returned "endo of input file", with an asterisk on the
> > next line.
That's normal. At this point, you aren't in DOS anymore. You're in EDLIN.
BTW, at the "*" prompt, you can type ? to get a help summary.
> > I entered "dir/w" to see if boot.ini was in the
> > directory. Edlin came back with line 1:*
Well, since you now know that you were in EDLIN, you can see how it didn't
understand this DOS command. EDLIN tries to parse the command though. It
sees the "d" and as a result deletes the last line in your boot.ini. Then
it sees the "i" and throws you into insert mode (the 1:* you saw). You can
press ^C or ^Z to stop inserting lines. Then EDLIN will see the r/w and
think it's a replace command.