Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

`DIR /B /O:N > filename.txt` but only showing folders without a certain file

I'm trying to make a list in XP of folders which do not contain a .jpg file. I use DIR /B /O:N > filename.txt for making a folder list. It works perfectly, but now I need a list where the folders ...
rai come's user avatar
15 votes
6 answers
84k views

how to list all files and directories in given directory with full path but not recursive?

Somehow like dir /b command but I need also hidden and system files there. Built in dir command doesn't allow to list such 'hidden' files with the rest and I must use /s to have full path in there, ...
rsk82's user avatar
  • 1,452
22 votes
4 answers
87k views

How do I recursively list filenames (only) in DOS/Windows? [duplicate]

Possible Duplicate: Get bare file names recursively in command prompt I would like to recursively list all files in a directory, showing filenames only (without extensions and without the full ...
David B's user avatar
  • 2,554
6 votes
2 answers
26k views

Why am I getting "File Not Found" when typing "dir" in the command prompt?

On my Windows XP machine, I type dir into the command prompt in a specific directory. It starts to list a bunch of files but then pauses and then shows File Not Found. Does anyone know why that ...
leora's user avatar
  • 6,163
4 votes
5 answers
2k views

WinXP dir command: 3 and 4 char extensions are the same?

I'm trying to recursively search a directory tree to find all of the .asp files using the following command: dir *.asp /s For some reason, this returns not only the asp files, but also the aspx ...
chris's user avatar
  • 9,425