Two ways to set up Win7 add a print directory

Source: Internet
Author: User

  Just a little change in the Windows7 operating system can make the print job easier, and it takes a bit of time to do this, but if you're constantly printing files, you'll find the benefits much better.

 Here are two different options to help you do this:

  Method One provides a solution for printing all the file directories of a folder at once, and method Two is a more permanent feature that adds an option directly to the right mouse menu to perform this operation.

Let's start by looking at how the first method operates.

The first thing you need to do is open the command prompt manager and navigate to the folder or absolute path of the file directory you want to list, and then execute the following command:dir> Contents.txt, you will see a new name in the file directory folder named " Contexts.txt "file, open this file at this time and click to print, it is so simple.

Let's talk about the second method, which is a little more complicated.

First we need to create a printdir.bat file. Create a new Notepad to open, and then paste the following content in.

@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 text file named "Printdir.bat", save the file to the Windows System installation directory C:\Windows, to do this you must ensure that you have administrator privileges at this time, or you may not be able to access the Windows installation directory.

Next, open the Run window in the Windows7 Start menu and enter "%appdata%\microsoft\windows\sendto" to hit enter. At this point you can open the folder click the right mouse button to create a new shortcut, enter "%windir%\printdir.bat" as the location of the project. Click Next to enter "Print Directory Listing" to name the shortcut.

When you're done, now you want to print a directory of folders just right-click and select "Send To" and select "Print directory List" to get it done!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.