home *** CD-ROM | disk | FTP | other *** search
-
-
- DD.EXE - disk directory
-
- Copyright 1988 Infinity Design Concepts, Inc. all rights reserved
-
-
- SHAREWARE from
-
- Infinity Design Concepts, Inc.
- 1052 Parkway Drive
- Louisville, Kentucky 40217 USA
- 502-636-1234
-
-
- This program will scan a directory and display the unsorted
- filenames matching a user supplied mask, along with their
- size, date, time and file attributes. It's not super-duper
- terrific, but we had need of it in-house and just thought
- that others might find it useful at times as well.
-
-
-
- DD is invoked via any of the following options,
-
- dd - shows all files in the current directory
- dd c: - displays all files in the root on C:
- dd c:\idc - shows all files in the idc subdirectory
- dd *.asm - displays all files with the .ASM extension
- dd d:\idcshell\*.bat - displays all .BAT files in the
- idcshell subdirectory
-
-
- The command line switches are,
-
-
- dd /h - displays a listing of the command line switches
- dd /np - disables output pagination (doesn't stop with
- each screen full)
- dd /43 - formats output for 43 screen lines (EGA and up)
-
- Note that only one of the switches can be used at a time and the 43
- line mode ALWAYS paginates the output.
-
- The program can be aborted with ^C at any time.
-
-
- End of File