Re: File Listing

new topic     » goto parent     » topic index » view thread      » older message » newer message

Yes, go to a DOS prompt, and type

dir/b/s

This will give you a list of all files and sub dirs, just the names no
dates, and to get it to a txt file

dir/s/b > dir.txt

to have the date info preserved,

dir/s > dir.txt

Alan

----- Original Message -----
From: "cklester" <cklester at HOTPOP.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Thursday, May 04, 2000 2:34 PM
Subject: File Listing


> I need a program that will output a file list, including subfolders...
kinda
> like this:
>
>
> Forms <dir>
>     Texas <dir>
>         doc1.doc
>         doc2.doc
>     New York <dir>
>         doc3.doc
>         doc4.doc
>     California <dir>
>         doc2.doc
>         doc4.doc
>
> Anybody wanna help? smile
>
> Thanks!
> ck
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu