This is an MSDOS analogue to the UN*X `pwd' utility.
It is written for Microsoft C 5.1, and I have compiled
and linked it using the Microsoft C 5.10 compiler and
the Microsoft Quick C 2.0 library.

It takes drive specifications as optional arguments.
More details about this feature are to be found in the
comments at the top of `pwd.c'.

Output is printed in a UN*X-like style.  For instance, the
directory `C:\DIR\SUBDIR' will be printed as `c:/dir/subdir'.

This simple program is intended to complement my excellent port of
the GNU file utilities to MSDOS, which is (slowly) in progress.


            -- Barry Schwartz
               bbs@hankel.rutgers.edu
               21 August 1990
