![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijNfzRQaS8O9wZCDIUaUEtnTT2Q2zDDYzbubCJywuXzuiDjY3agVPcCgs3MZeO1FiE7dlSi-fHWhh20K6DeZi5Ji2vMrRXHAE5h-Y8x9wYDcYxsAP4wfJAN1mDXjY_dp228TYTkwXlARw/s800/printer.gif)
If you would like this capability, follow the steps below. You will be creating a small .bat file, saving it, and having Windows add the function to the right-click menu for folders.
- Click Start | All Programs | Accessories | Notepad.
- Carefully type or copy the following text. Make sure you press the Enter key after each line. @echo off dir %1 /~p /o:gn > "%temp%\Listing" start /w notepad /p "%temp%\Listing" del "%temp%\Listing" exit
- Click File | Save. To specify the location, click My Computer to the left. Double-click the C drive folder (or whichever drive your Windows operating system is installed on.)
- For the file name, enter %windir%\PrintList.bat - and then click Save.
- Click Start | Control Panel. (If using Classic mode, click Start | Settings | Control Panel).
- From the Control Panel, double click Folder Options (If in category view, click Appearances and Themes first).
- On the Folder Options window, click the File Types tab.
- Inside the Registered File Types window, click on the File Types heading so the list of file types will be sorted alphabetically.
- Scroll down and click on the file type File Folder. There are several entries that look very similar, so make sure you select File Folder. Then click the Advanced button at the bottom.
- On the Edit File Type window, click New. In the Action box, type Print Folder Listing
- Place the cursor in the Application box and click Browse. Click My Computer, double-click the C drive folder (or whichever drive you save the file you created above), and double-click on the file PrintList.bat.
- Click OK two times, and then click Close.
To print the list of files in a folder, right click on a folder and click Print Folder Listing. The output will be sent immediately to your PC's default printer.
► Take a look at some of our other interesting posts, such as Analog vs. Digital - What Exactly IS the difference? A Beginner's Guide
1 comment:
I use a Directory Report to print my folder contents
It can save to many file formats and print many file attributes
http://www.file-utilities.com
Post a Comment