Print out or open a directory listing. ************************************** This will allow you do right click on a directory and print or open that directory so you can see the listing of it. In this instrution I will show you how to open the directory listing in MS Word in this way you can edit it before printing. This comes in very handy if you want to print the names of your mp3 songs in that music directory you have and not having to write it all. -open notepad -type the following @echo off dir %1 /-p /o:gn > "%temp%\Listing" start /w WINWORD.EXE /p "%temp%\Listing" del "%temp%\Listing" exit - save the file as "printdir.bat" -in C:\WINNT\system32 (for Win2000/XP) andd c:\windows (Win95/98/ME) -go to start-run-type "regedit" to open thhe registry -go to HKEY_CLASSES_ROOT\ Directory\ shelll. -Select New from the Edit menu, and then sselect Key (make sure "shell" is highlight) -Type "Open in MS Word" for the name of thhis new key, and press Enter -Type "command" for the name of this new kkey, and press Enter -Double-click on the (default) value in thhe right pane, and type C:\WINNT\system32\PRINTDIR.BAT -From now on, when you right-click on a foolder icon, you can click "open in MS Word" to view its contents (assuming you have MS Word)