How to add a print directory to Windows 7 system

  
Steps
Next, let's talk about the second method, which is a bit more complicated. First we need to create a Printdir.bat file. Create a new notepad to open, then paste the following into it.
@echo off
dir %1 /-p /o:gn > "%temp%Listing"
start /w notepad /p "%temp%Listing"
del " %temp%Listing"
exit

Then save the file as a file named "Printdir.bat", save the file to the Windows installation directory C:Windows, to achieve this One step must be to ensure that you have administrator privileges at this time, otherwise you may not be able to access the Windows installation directory.
Next, open the "Run" window in the Windows 7 Start menu, type " %APPDATA%MicrosoftWindowsSendTo” and press Enter. At this point you can open the folder and right click to create a shortcut, enter “%windir%Printdir.bat” as the location of the project. Click Next to enter “Print Directory Listing"; name the shortcut.

Copyright © Windows knowledge All Rights Reserved