SourceForge.net Logo

J Lusa Computing LLC

  

presents

 

Windows Full Directory Listing - FULLDIR.EXE


CONCEPT:

    Get a directory listing of all files below a certain point in a directory tree that match a pattern.  Show one file at a time with the full path of the file from the starting directory.  Include the file's date, time and size.

    This utility is what the 'DOS' DIR /S should have been and what the *nix 'ls' would be if it had a recursive option.

USAGE:

    fulldir <start location> <file pattern>

EXAMPLES:

    fulldir c:\ *.jpg   
       
    fulldir c:\windows *.*      

    fulldir \\server\share *.tmp

    fulldir . *.dbf             

    fulldir \ *.* > allfiles.txt