home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1369.dms / in.adf / docs / dirr.doc < prev    next >
Encoding:
Text File  |  1991-09-11  |  872 b   |  19 lines

  1.    This is a simple wide directory type utility which sorts the names of
  2. files and directories. Directories are displayed in uppercase colour 3
  3. (orange) and files in lowercase colour 1 (white). Only the first 18
  4. characters of a name are printed. The optional keyword DIRS displays the
  5. directories only while FILES displays the files only.
  6.  
  7.       Usage  dir [pathname] [DIRS | FILES]
  8.  
  9.    You need to have your shell window the full width of the screen or the
  10. output wil look strange. The program cannot be made resident so if your
  11. startup sequence makes dir resident its best to just put this program in
  12. your c directory under another name e.g. dirwide.
  13.    If you want to print the source file out then you will have to edit out
  14. the escape sequences in the printnames function but dont use ed because
  15. it doesnt like them either.
  16.  
  17.                          N. Underwood.
  18.    
  19.