Hi OldTimer;
I use Karen's print Directory application (Freeware). It works great
and you can't beat the price with a stick.
BTW. I have been playing with computers for 35+ years, does that
make me an OldTimer too?
Ciao . . . C.Joseph
"When hope is lost . . . the spirit dies."
-- Lao Tzu
http://blog.tlerma.com/
To add the print directory feature to Windows Explorer, follow these steps:
Open Notepad, and then copy and paste the following text into Notepad:
@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit
Save the file as Prin.bat in the Windows directory, and then close Notepad.
Start Windows Explorer, click Tools, and then click Folder Options.
Click the File Types tab, and then click File Folder.
Click Edit, and then click New.
In the Action box, type Print Directory Listing.
In Application used to perform action, click Prin.bat, and then click OK.
Click OK, click Apply, and then click OK.
Open Windows Explorer, right-click the folder that you would like to print a
directory listing of, and then click Print Directory Listing.
=======================================================================================
With some modifications you can get it to copy to text
=============
@echo off
dir %1 /-p /o:gn > "%1%\DirList"
start notepad "%1%\DirList"
exit
____ _
| __\_\_o____/_|
<[___\_\_-----<------------------<No Spam Please><
| o'