lastbesthope said:
Unelss you can think of an easy way to get a text dump of a directory contents, no.
PC, Linux, or Mac?
PC, pre-Vista:
1) Type "cmd" into Start -> Run, and click OK.
2) Browse to the directory in Explorer in another window.
3) Copy the address from the Explorer window.
4) Go to the window that was opened in Step 1, type
cd "
5) Right-click on the icon in the upper-left of the window, and choose Paste (might be under the Edit submenu).
6) Type
"
7) The line should read something like
cd "C:\Documents and Settings\lbh\Documents\PDFs"
8) If so, hit Enter.
9) Type
dir /b *.pdf > dirlist.txt
and hit Enter.
10) Look at the Explorer window; there should be a new file there, dirlist.txt, that you can open in Notepad or whatever.
If you're on Mac, let me know and I'll give you directions for that.
If you're on Vista, you're screwed, because they ditched Start/Run and I don't know offhand what to do instead (never used it enough).
If you're on Linux, why do you need my help?
