[Stones] listing Pix files
David Mitchell
david.mitchell at kcl.ac.uk
Tue May 6 11:06:59 BST 2008
On Sat, 3 May 2008, David Swindlehurst wrote:
> As an oblique follow-up to Tim's query re pix formats, I have numerous cds with
> even more numerous pix. Rather than laboriously type a "List of Contents" line
> by line for each cd, is there anywhere a utility which will allow me to copy
> the list of file names into a word processor
Hi,
Not sure I've understood you, but do you want a listing of all the
filenames in a folder/directory?
(1) If you have Windows, start a Command Prompt and type
dir
then press the Return key. You'll see a list of filenames.
You may need to change to a different drive or directory
to get the listing you want - use the cd command.
(2) Then type
dir > list.txt
and press the Return key. This creates a simple text file containing the
files listed in (1) above, which you can edit in a word processor.
HTH,
David
More information about the Stones
mailing list