Thank you, Steve. The link works fine.
Hi Gunther,
Two hints that took me a very long time to find out. Use the
F6 key to copy white space from the line above to speed up
indenting. Invoke the editor with the filename on the command
line with the /L switch.
ed /l filename
Exit normally, and then the next time you want to edit the file,
use the following.
ed /l
And you will have the cursor at the position it was when you
exited before.
And you can create your own help files. I have made a few
with some programming trivia that I can't remember from year
to year.
Regards,
Steve N.