//flex table opened by JP

Click to See Complete Forum and Search --> : List of files


t048
12-29-2000, 11:49 AM
Is there a way to get a text list of all the files in a folder? Thanks.

golfcart
12-30-2000, 12:09 AM
http://www.winmag.com/columns/powertools/ptdirprn.htm http://sysopt.earthweb.com/forum/wink.gif

OuTpaTienT
12-30-2000, 12:11 AM
You can do this command in DOS for a text list of files:

dir /s /b /o:gn > dir.txt


Also see these threads:
http://sysopt.earthweb.com/forum/Forum1/HTML/010180.html
http://sysopt.earthweb.com/forum/Forum1/HTML/008146.html

Steve R Jones
12-30-2000, 12:12 AM
Go to a DOS prompt. Change directories to the one you want and type:

DIR *.* >whatever.txt

Dave_H
12-30-2000, 12:40 AM
This utility is pretty slick. It's free and small, also can be set to print out in the right size to fit a CD or Zip box. http://www.homestead.com/algor/FoldPrint.html
Dave