Use Win7 system to add print directory to improve printing speed

  

The power and efficiency of the Windows 7 system is very popular among users. Many of its functions and techniques can be used to improve productivity. 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 method:

1. Right-click on the desktop of the Asus notebook Win7 system and select "New - Text Document". 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 document as a "Printdir.bat" file. To ensure that you have administrator privileges, please Save the file to C:Windows in the installation directory of the Windows system.

Save as "Printdir.bat" file

3. Press "WIN+R" to bring up the "Run" dialog box, enter "%APPDATA%MicrosoftWindowsSendTo" command and press Enter.

"Run" dialog box

4, in the open folder, right click on the new shortcut, enter "%windir%Printdir.bat" as the location of the project, click Next, name it "Print Directory Listing".

After completing the above operation, when you need to print later, just right click on the directory of the folder to be printed and select "Send to - Print Directory List".

Copyright © Windows knowledge All Rights Reserved