Skip to main content

All Questions

Tagged with
5 questions with no upvoted or accepted answers
1 vote
1 answer
216 views

DIR command reporting incorrect files

Behold below command and actual feedback. C:\Temp\AEAPI> dir apb*.* Volume in drive C is XXXXXXXX Volume Serial Number is XXXX-XXXX Directory of C:\Temp\AEAPI 01/08/2009 07:24 9....
tee's user avatar
  • 21
1 vote
0 answers
1k views

How to get files ordered by name with `dir`?

This used to be really easy in the old OS's. dir /o:n >> list.txt for %a in (`list.txt`) do copy %a ..\ordered And voila, there was the list of files in the other folder, created in the sorted ...
Alex's user avatar
  • 208
1 vote
0 answers
343 views

Different date stamps Explorer vs. from command line - Win7

I'm trying to create a simple batch file to match up 2 directories of files to resolve some issues between the 2 sets. This would be very easy to do if I could match them between directories based ...
Gene T's user avatar
  • 11
0 votes
2 answers
213 views

Windows7 command prompt show number of objects as list from dir command

I'm using Windows7, and I want to know the number of files (or objects) for comparison to objects in Amazon S3 buckets. I'm not interested in size, as the size can differ between file types. I want ...
Jordan's user avatar
  • 1
0 votes
0 answers
681 views

How can I list all files recursively that have the compressed attribute set?

I started a decompress operation using compact /U /S /I /Q > compact-report.txt on a large dir (120GB+, ~950M+ files) and it has been going on for about 24 hours now. Most files seem decompressed, ...
Abel's user avatar
  • 1,483