Edit.com known bugs:

#1

..\splat\..\temp1\t2

where splat does not exist ignores splat.

#2

file entry area:

editing past eol does not display backspace before position 1.

#3

although windows DOS box allows ... and ....
edit.com does not.

(undocumented):

  windows DOS box allows any number of dots up to root.

-end-

Link.exe possible bugs:

#1

linking in similar labels in separate SUBs in a single .BAS module
confuses the linker segmentated fixups, sometimes running the wrong
label.

linking in similar labels in separate .BAS modules does also.

-end-

DOS box prompt for Windows 98:

This one IS curious after testing imbedded dots in pathnames:

Goto a directory, Say c:\tmp

Then make a directory with leading dots,
  MD "..temp"

Change to that directory,
  CD "..temp"

Make another one:
  MD "..temp"

Change to it:
  CD "..temp"

Then go one back:
  CD ..

At this point a crash box comes up, and DOS exits!

-end-
