How to add a print directory to a win7 computer

  
Printing a document can be said to be something that our office family will encounter every day. Of course, printing is not an easy task. If you make a mistake, you need to repeat it. At least, you have to waste a lot of time. Today, Xiaobian brings you a skill to use the printer in ghost win7! When you need to print multiple files in a folder, you don't need to print one by one, add a print directory. You can do it all at once!
1. First, let's go back to the desktop location of the computer, then right click in the blank space and select New - Text Document.

2. Next, you will copy the code given below small series to the text document:
@echo off
dir% 1 /-p /o: gn> "% temp % Listing "
start /w notepad /p"% temp% Listing "
del"% temp% Listing "after
exit

save, save the file named" Printdir .bat".
3. Next, let's go to the path: C: Windows, and then cut the Printdir.bat file to this directory. Why do you want to do this? Let's drag the file here, and we have certain administrator rights, so that we can't operate it.
4. Press win+R at the same time to open the run window, then run "%APPDATA%MicrosoftWindowsSendTo" and click Enter.

5. Right-click to open the folder, create a new shortcut, then you need to import the location of the shortcut, just directly enter the location where the% windir% Printdir.bat in which the last Name the shortcut "Print Directory Listing".
After the above steps, we only need to send the files we want to print to the Print Directory Listing file.

Copyright © Windows knowledge All Rights Reserved