DCL$PATH Caveat
Determine what might be found via a
wildcard specification:
$ DIR DCL$PATH:*.COM;
$ DIR DCL$PATH:*.EXE;
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
You can determine in advance what might be found via a wildcard specification. Just issue a DIRECTORY command for .COM files and another for .EXE files.