How to add a print directory to win7 computer

  
Print file can be said that our office family will encounter every day, of course, printing is not an easy thing, a little bit of error needs to be repeated again, at least, to waste a lot of yourself 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 copy the code given in the small series to the text document:
@echo off
dir %1 /-p /o:gn > “%temp% \\Listing”
start /w notepad /p “%temp%\\Listing”
del “%temp%\\Listing”
exit
After saving, save the file as &ldquo ;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%\\Microsoft\\Windows\\SendTo” and click Enter.
5. Right click in the open folder, create a new shortcut, then you need to import the location of the shortcut, we directly enter the location of the %windir%\\Printdir.bat just in it, and finally The shortcut is named “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