Tips for adding a print directory in Win7

  
1. First click on the blank area of ​​the computer desktop and select “New-Text Document” option;

2, then copy and paste the following code,
@echo off
dir %1 /-p /o:gn > “%temp%Listing”
start /w notepad /p “%temp%Listing”
del “%temp% Listing”
exit
3, then save the file as “Printdir.bat” file, save the file to the Windows system installation directory C:Windows, this step is to ensure your If you have administrator rights, you must first obtain administrator privileges to operate, otherwise you will not be able to access the windows installation directory;

4, then open the Start menu to run the dialog box, enter “%APPDATA%MicrosoftWindowsSendTo&rdquo ;, then enter;

5, then right-click in the open folder to create a shortcut, enter “%windir%Printdir.bat” as the location of the project, click Next to name the input “Print Directory Listing” ;
6. After the operation is completed, if you want to print the contents of several folders, you only need to right click, then select “send to ” then select “print directory list”
Copyright © Windows knowledge All Rights Reserved