 FBM
join:2002-07-25 Chicago, IL
| reply to ME432ME Re: file/directory listing program?
from a cmd prompt:
directories and sub directories only: dir /ad /s
remove the /ad to get the files
add a /p to pause between pages
add /b if you just want the names without details like timestamps and file sizes
to send to a file: "dir /ad /s > file.txt"
dir /? for more options |
|
 ME432ME
join:2001-05-11
| after some playing around i actually got the DOS stuff worked out nicely, TREE and DIR. i'm gonna try playing around with dirhtml a bit more for the html output but it's a bit tricky to get the correct output i'm looking for, the last output i got included dirs from the recycle bin 
anyway i'll play around with it some more later, thanks for all the replies guys. |
|