BIGD.EXE BIGD.EXE is a program that will produce a directory/file listing of a drive that the user specifies. The listing will look like the following: ----------------- D I R E C T O R Y O F D R I V E C: ----------------- as of Sun May 25 14:12:11 1986 **************************************************************************** DIRECTORY = C:\ BYTES = 60217 ------------------------------- F I L E S ---------------------------------- 4COLUMN BURNDEV.SYS CONFIG.SYS DUMPCORE.SYS RAMDISK.DEV ANSI.SYS CHMOD.COM DS_DRIVE.SYS QUICKEYS.COM VDISK.SYS AUTOEXEC.BAT COMMAND.COM ----------------------- S U B D I R E C T O R I E S ------------------------ 100 BRD2 DOS LIB PC-SAV1 211 C EDIT LOCAL PC-SAV2 430 COLL GAMES1 MASM TMP BIN COMM GAMES2 MICRO UTIL1 BRD1 DESK INCLUDE MYLIB UTIL2 **************************************************************************** DIRECTORY = C:\100 BYTES = 0 **************************************************************************** DIRECTORY = C:\211 BYTES = 0 **************************************************************************** DIRECTORY = C:\430 BYTES = 0 **************************************************************************** DIRECTORY = C:\BIN BYTES = 402198 ------------------------------- F I L E S ---------------------------------- EXEMOD.EXE LIB.EXE MSC.EXE P1.EXE P3.EXE EXEPACK.EXE LINK.EXE P0.EXE P2.EXE **************************************************************************** : : etc. The user specifies the desired drive as a command line argument as follows: bigd c for directory listing of drive c: bigd a for directory listing of drive a: The default output is to the display screen, but may be redirected as follows: bigd c > prn for directory listing of drive c: sent to printer bigd b > b.txt for directory listing of drive b: sent to file "b.txt"