Print a file can be said that we are the office of a family every day will encounter things, of course, printing is not a relaxed thing, a little bit of error will need to start again, at least, to waste a lot of their time. Today, small knitting for everyone to bring a use of ghost Win7 printer skills! When you need to print a folder of multiple files, you do not need one to print, add a print directory, one-time can be done!
1. First, we return to the desktop location of the computer, and then right-click in the blank, select New-text document.
2. Next, you will copy the code given below to the text document:
@echo off
Dir%1/-p/o:gn > "%temp%listing"
start/w notepad/p "%temp%listing"
Del "%temp%listing"
Exit
After you save it, save the file as "Printdir.bat".
3. Next, let's go to the path: c:windows, and then cut the Printdir.bat file to this directory. Why do we have to do this? We drag the file here, we have a certain administrator privileges, so that you can not wait to operate.
4. Press Win+r at the same time to open the Run window, then run "%appdata%microsoftwindowssendto" 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 where, and finally the shortcut named "Print Directory Listing ".
With the steps above, we just need to send the file we want to print to the print Directory listing file.