NeuronMaster Posted May 8, 2007 Posted May 8, 2007 That will make a text list of the folders/files in a directory instead of having to copy and paste every single one.
BlackKnight Posted May 8, 2007 Posted May 8, 2007 I used this when I had to make lists of links to flash files for my PSP's dumb web browser to read. It can be used to spit out text lists as well. Directory Lister
Robert Posted May 9, 2007 Posted May 9, 2007 If I understand you correctly, go to the command prompt, switch to the folder to be listed, and type in>dir > x.txt Now x.txt will contain a list of files and folders
Mooney Posted May 10, 2007 Posted May 10, 2007 Yeah, the "dir" command works.C:\stuff>dirOr the "tree" command, which makes a graphic display of the file system...C:\stuff>tree
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now