- list of photos in a database or spreadsheet?
- Posted by Howie on November 8th, 2004
My wife and I have a pile of digital photos that we have named accordingly.
My question:
How can we compile a list of these photos without having to type them into a
database or spreadsheet? Can we somehow transfer a folder's file names into
a database or spreadsheet?
Howie
- Posted by Drifter on November 8th, 2004
On Sun, 7 Nov 2004 21:02:21 -0600, "Howie" <howie@nospam.com> wrote:
You might want to re-ask this question there.
Drifter
"I've been here, I've been there..."
- Posted by colin on November 8th, 2004
Howie <howie@nospam.com> wrote in message
news:10otol7msma4158@corp.supernews.com...
dir >directory.txt
Sends the directory listing for the current directory to a file called
"directory.txt":
dir /s >directory.txt
Sends the directory listing for the current directory and any files within
sub-directories to a file called "directory.txt":
dir /?
For help
Note: Any longfilenames are truncated to longfile~1
- Posted by Kenny on November 8th, 2004
Useful little free program.
http://www.karenware.com/powertools/ptdirprn.asp
--
Kenny
"Howie" <howie@nospam.com> wrote in message
news:10otol7msma4158@corp.supernews.com...