10-03-94 10:24

Global:  Visit every subdirectory on the current drive from the current
directory to each subdirectory and run a command.

This ONLY visits every directory on the drive if you are in the root
directory!

GLOBAL.OK prints each subdirectory as it visits it; GLOBAL.COM (I hacked it!)
visits in "quiet" mode.

As best as I can tell, this is PD/Freeware?  (no (C) in program, seems like it
came from CIS years ago.)

IF NOT, use Chris Dunford's (PCED/etc author) XT command, it *IS* Freeware.

Example:

cd \
global dir

is a DOS pre 5.00 equivalent of "DIR \*.* /S"

"GLOBAL DEL *.BAK" is more of a "real" command.
