Find.txt If You "know" , what to look for, You can use the following command-procedure DO FIND string - where string is a "piece" of a file-name. I.e DO FIND LU. will "find" all instances of files starting with LU. Be aware that the "string" is looked up in pre-built directory-files -- none of the directory "features" of * or % apply. However You can "find" all .HLP files by doing DO FIND .HLP -- or all Basic-Sources by DO FIND .BAS -- etc...