Using Win7 system to add print directory to improve printing speed

  
Windows7 system's powerful performance and high efficiency are deeply loved by users, and many of its functions and techniques can be used to improve work efficiency. For example, when a user prints a lot of files, such as when printing all the directories in a folder, it is very troublesome to operate one by one. In fact, in the Windows7 system, as long as the printer directory is added, the printing work can be made very easy. The following small series will share with you the skills of improving the printing efficiency in Win7 system and quickly printing the folder file to add the print directory.
Operation:
1. Right-click on the desktop of the Asus notebook Win7 system and select “New & mdash;—text document” to copy and paste the following code into the newly created text document:
@echo Off
dir %1 /-p /o:gn > “%temp%Listing”
start /w notepad /p “%temp%Listing”
del “%temp%Listing”
exit
2. Save the text file as a file of “Printdir.bat”, in order to ensure that you have administrator rights, please save this file to C:Windows in the installation directory of Windows system.
Save as “Printdir.bat”'s file
3, press “WIN+R”call up “Run” dialog box, enter “%APPDATA%MicrosoftWindowsSendTo” command press Enter.
“Run” Dialog Box
4. In the open folder, right click on the new shortcut and type ““%windir%Printdir.bat” as the location of the project, click Next. Name it "Print Directory Listing".
After the above operation is completed, you only need to right-click on the directory of the folder to be printed when you want to print it. &##>Send to ——Print the directory list”OK

Copyright © Windows knowledge All Rights Reserved