home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / unix / pwd.zoo / readme < prev   
Encoding:
Text File  |  1990-08-21  |  711 b   |  20 lines

  1. This is an MSDOS analogue to the UN*X `pwd' utility.
  2. It is written for Microsoft C 5.1, and I have compiled
  3. and linked it using the Microsoft C 5.10 compiler and
  4. the Microsoft Quick C 2.0 library.
  5.  
  6. It takes drive specifications as optional arguments.
  7. More details about this feature are to be found in the
  8. comments at the top of `pwd.c'.
  9.  
  10. Output is printed in a UN*X-like style.  For instance, the
  11. directory `C:\DIR\SUBDIR' will be printed as `c:/dir/subdir'.
  12.  
  13. This simple program is intended to complement my excellent port of
  14. the GNU file utilities to MSDOS, which is (slowly) in progress.
  15.  
  16.  
  17.             -- Barry Schwartz
  18.                bbs@hankel.rutgers.edu
  19.                21 August 1990
  20.