[comp.sys.ibm.pc] Whoops, missed a directory

lotto@wjh12.UUCP (Jerry Lotto) (01/21/87)

Forgot /USR/DOC which contains ALL documentation or a help file tree
for any of the help programs out there. My \usr\bat\man reads:

if not exist c:\usr\doc\%1*.* goto exit
copy c:\usr\doc\%1*.* %tmp%\docout.tmp > nul
type %tmp%\docout.tmp | more
del %tmp%\docout.tmp > nul
:exit