1.

Solve : Absoulte referencing?

Answer»

How to display files with a certin EXTENSION in a directory using ABSOLUTE referencingI may be reading this request in too SIMPLE a FORM. I don't understand the term "Absoulte Referencing".

Enter the DOS command DIR C:\mydirect\*.txt
to find all files which end in .txt in the directory MYDIRECT.

If MYDIRECT contains subdirectories, then
DIR C:\MYDIRECT\*.txt /s
to see all occurances of .txt file in MYDIRECT and in all directories within MYDIRECT.

Chris C



Discussion

No Comment Found