Search found 1 match

by erwanh
2021-Oct-18, 8:30 am
Forum: Windows CMD Shell
Topic: DIR - getting it to display the full path without using the /s switch?
Replies: 1
Views: 43575

Re: DIR - getting it to display the full path without using the /s switch?

I just found a simpler way to list all files in a directory with the full path: WHERE "C:\Folder:*.*" With this approach, it is also possible to display the full path of files with multiple extensions from the same directory or multiple directories, all with a single command: WHERE "C...