how can i make a .txt directory list?

Dulanic

Diamond Member
Oct 27, 2000
9,957
581
136


<< dir *.* /s >myfiles.txt

i think thats the command line for it.
>>



For dirs only add /ad in there too.
 

gariig

Senior member
Dec 31, 2000
269
0
0
*falls into DOS nostalgia* Those were the days I guess...I miss my stack of 5 boot discs to play my games...
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
okay, I just did that to see what it would do and there's all this crap running through my DOS window...

what the hell did I get myself into!? :eek:

<edit>

Oh, I see. Cool! :)

</edit>


Nik
 

Mday

Lifer
Oct 14, 1999
18,647
1
81
you don't need the *.*

but, um, it does not do hidden or system actually.

there are programs that do this, i don't know any names.
 

nortexoid

Diamond Member
May 1, 2000
4,096
0
0
yes, the *.* isn't necessary...works ncie though


curious, any way of getting it to output to the .txt without file sizes and/or dates?