Mark Bassett (markb@iisc.co.uk) wrote:

: Another thing you can add to your UNKNOWN.BTM is something like
: iff isdir %1\ then
: %1\
: endiff

Better:

if isdir %@findfirst[%1*] %@findfirst[%1*]\

Now you can change to a directory by entering a few chars from the
beginning of the directory name.

