bigbadkev
17-11-2007, 14:08
does anyone know if theres an app that will make a list of file that are in a folder, or am i gonna have to spend ther next year of my life typing them all up
|
View Full Version : Making a list without typing bigbadkev 17-11-2007, 14:08 does anyone know if theres an app that will make a list of file that are in a folder, or am i gonna have to spend ther next year of my life typing them all up cgksheff 17-11-2007, 14:11 http://www.bleepingcomputer.com/forums/topic68627.html JoeP 17-11-2007, 14:14 We old timers can do this stuff...... From your XP Start Menu select 'Run', then enter cmd.exe in to the box. Press Return, and a black 'Command Window' will appear on screen. Now, you need the name of the folder. Let's assume it's C:\Files Type in cd c:\files in to the command window. Now press Return. The prompt should change to read c:\files (or whatever) Now type in dir *.* > filelist.txt This will produce a file containing a list of the files and their sizes, etc. The file is called filelist.txt and you can open it up with Notepad or Word or whatever. bigbadkev 17-11-2007, 14:20 thanks:thumbsup: sallonoroff 17-11-2007, 15:23 Now type in dir *.* > filelist.txt. That's the way i'd do it too. ;) I'd be surprised if there wasn't some little app that could do this with a GUI now though... . JoeP 17-11-2007, 15:26 That's the way i'd do it too. ;) I'd be surprised if there wasn't some little app that could do this with a GUI now though... . Yes, I expect there is somewhere. Funnily enough I tried to find one some time ago and couldn't - maybe I should sit down and write one. Possible market! ;) sallonoroff 17-11-2007, 15:26 maybe I should sit down and write one. Possible market! ;) Yeah, i was just thinking the same! :D . max 17-11-2007, 15:28 If you type help dir while in dos it will give you a list of options. For instance dir /b will list just the file names without all the other information and dir /s will list the files in the current directory and all sub-directories. Mod_Man 17-11-2007, 15:31 Yes, I expect there is somewhere. Funnily enough I tried to find one some time ago and couldn't - maybe I should sit down and write one. Possible market! ;) Yeah, i was just thinking the same! :D If you are going to do one could you try and make it do the same to playlists? I have used the DOS feature many times but this doesn't work for playlists. What I would really like is a bit of software which puts all the files in a playlist in to a folder of their own if the need arises. BluePolo 18-11-2007, 03:15 Is this the sort of thing you need? LS - File List Generator (http://home.a03.itscom.net/tsuzu/programing/en/en) - it's a windows program instead of using the command line. I tried it & it worked ok for me, but I haven't tried all the possible ways of what you can have in the list. Greybeard 18-11-2007, 07:56 I've used a free program called 'Cathy' for years. http://www.freedownloadscenter.com/Utilities/File_Cataloging_Utilities/Cathy.html Creates a searchable database of files on any media. Easy to copy lists from the catalogue to clipboard and paste into another application. Very fast and very useful. JoeP 18-11-2007, 08:03 Ah well, another market disappears! Thanks guys - I'll take a look at these and add them to my own list of usefuls! fred_notdead 18-11-2007, 09:21 Print Folder - here you go; http://no-nonsense-software.com/freeware Savannah2 18-11-2007, 09:26 Print Folder - here you go; http://no-nonsense-software.com/freeware That is the one I was thinking of, the name of the program had completely slipped my mind...Thanks. :) melthebell 18-11-2007, 11:54 I've used Karen's Directory Printer for years http://www.karenware.com/powertools/ptdirprn.asp |