FRAG.MAR Reads the specified disk's [000000]BITMAP.SYS (requires read access to that file) and outputs the disk free space fragmentation. Information includes distribution of free fragment size as an absolute value, as a percent of disk total free space and of disk total space. Just needs to be assembled and linked. Uses LIB$GET_FOREIGN so it can be set up in the global symbol table as FRAG :== $FRAG and run $ FRAG DRA0: This program based on one of the same name found on various RSX SIG Tapes. DIR.COM Requires BYPASS priv. Runs through the current SYS$DISK outputing to the terminal and to the file DIRECTORY.MAP a map of all the directories and subdirectories on the disk, also the number of files and blocks they contain. SYS.COM Requires SETPRV or WORLD and GROUP priv. and a VT100. Modified from an example in the "Guide to Useing Command Procedures" in Vol 2B. Shows who is doing what in the system.