- Jun
- 223
- 0
Depending on whether files are found in a directory, the following command behaves inconsistently:
x> dir /a /ogen /h /ne /nf /nv /t /x /:
0 bytes in 0 files and 0 dirs
: Create some file
x> > x
x> dir /a /ogen /h /ne /nf /nv /t /x /:
Directory of ...\x\* : This output is missing above!
30.07.2013 10:48 0 ___A___________ x
0 bytes in 1 file and 0 dirs
x> dir /a /ogen /h /ne /nf /nv /t /x /:
0 bytes in 0 files and 0 dirs
: Create some file
x> > x
x> dir /a /ogen /h /ne /nf /nv /t /x /:
Directory of ...\x\* : This output is missing above!
30.07.2013 10:48 0 ___A___________ x
0 bytes in 1 file and 0 dirs