I am trying to print a directory listing

I added to my Windows XP Printdir.bat file; However I am still not able to print a directory listing.  When I right click on the folder, I get the following message:

Cannot find the file c:\Docume~1\***\Locals~1\TempListing.txt

He wants to go in this directory to print the list, but can't find it.  Where can I change this?

Hello

Use this free program, which is excellent.

KarenWare - printer - free directory
http://www.KarenWare.com/PowerTools/ptdirprn.asp

How to add the feature print directory for files in Windows XP, Windows Vista or Windows 7
http://support.Microsoft.com/default.aspx/KB/321379

I hope this helps.

Rob - bicycle - Mark Twain said it is good.

Tags: Windows

Similar Questions

  • Add the "Print Directory Listing" option to the context menu of Windows Explorer

    Get the error message when you try to use the "Print Directory Listing" solution found in:
    http://support.microsoft.com/kb/321379/en-us on my new Windows 7 system (from February 2010).

    Could create the context menu of Windows Explorer for the task, but selecting just results in the following error message:

    "This file doesn't have an associatd with her program to perform this action. Please install a program or... to create an association in the default programs control panel. »

    Wentback and checked my Regedit work.  Even deleted the new key and she recreated (just in case.)

    NOTE: I had successfully used the instructions in this article to add "Print Directory Listing features on Windows XP systems, so I reviewed these instructions to see differences and noticed that it * no. * 'associate' step for Vista/Win7 in the article, but this step still shown for XP.»

    And, there seems to be NO WAY to associate a program (in this case, a ".bat") with all of 'record' as target.  Only choices I see these in the 'control panel default programs ' are'. [extensions] "and the protocols.

    So I'm puzzled.

    Any help would be appreciated.

    SJ Pratt

    I just tried this with instructions to the http://support.microsoft.com/kb/321379/en-us link you provided and it worked fine.

    In view of the error you get here are my assumptions to what may be the problem.  Please try these out and answer:

    -Because it denounces, "file doesn't have an associated program.." I would make sure that when you created with Notepad the file .bat you na not to create a file called 'Printdir.bat.txt' or 'Printdir.bat.some_bad_extension '.  If your Windows Explorer settings are set to hide file extensions when you look at a file name, then maybe the REAL file extension you give the command file is being hidden on your part and Windows does not know how to open a file with the extension hidden type.  Make sure that you can see all the file extensions and make sure that the batch file is named with the .bat extension.

    -If you see very well all the file extensions in Windows Explorer and your file is called really Printdir.bat, make sure that you have saved in your root directory of Windows.  If you access %windir% you see Printdir.bat inside there?  If this isn't the case, put it there.  If you do, when you double-click the .bat file Windows run without error and print the dir?  If it works, you know that the batch file works correctly.

    -There's a typing error in the instructions for Vista/Windows 7, check that your registry entries look like this:

    HKEY_CLASSES_ROOT\Directory\shell\Print directory Listing\command

    This shows the new key under shell called "Print Directory Listing" and inside this key/folder another folder/key named "command".

    To within the key/folder 'command', it takes only one entrance with the name of (by default).  Double-click (default) and make sure that its value data is set to:

    Printdir.bat %1

    -You shouldn't need step "the associate" in Windows 7.

    -You can add "Add Print Directory Listing to the context menu of Windows Explorer" for the title of your question so that others can find it.

  • Remove "Print Directory Listing" option to context menu in Windows Explorer

    remove the "Print Directory Listing" of Windows 7, the Windows Explorer context menu and corresponding registry cleaning

    This answer is not answering the question of how do to REMOVE the feature list of directories printed after installation using the referenced article.  The question is how you UNINSTALL both printed directories list the choices no longer appears in the right click menu?

    Thank you!

  • No printer in not listed in the new "connected HP.

    I just received an email inviting me to pass to connected HP ePrintCenter.  I did the upgrade and now I noticed that my printer is not listed on the devices tab, and I can't add it either.  Do I need to worry about this?  When I allowed for the 'upgrade' to connected HP, it sounded like everything would be transferred to the wire.

    I solved this by using a different e-mail account.  I don't know why, but HP connected disliked one of my emails, so I tried to use another messaging based on the web at the suggestion of another Member of the forum.  Well, who seems to have everything fixed.  All right.  I highly recommend that anyone who has problems with this to simply try to use another email account.

  • I am trying to print in black and white to save the ink color on a officejet 6500 has

    I am trying to print in black and white with my hp officejet 6500 a. I use a macbook with safari.

    Can you help me?

    Hello

    1. Open the file woiuld you want to print, and then click file > print.
    2. Look for and click on the area of selection below, known as the name of the Application (e.g. Safari) ot Copies & Pages in MS Office print dialog box.
      You may need to dedicate the printing options by clicking on the arrow next to the name of the printer for Mac OS 10.6 or by clicking on the button show details for Lion.
    3. Click on Paper Type / quality.
    4. Click on the arrow beside Color Options to spend the color options.
    5. The value of color to Grayscale.
    6. Now you can set like quality or using black ink only.

    You can save your settings for future use by clicking on the preset selection box.
    Then, you'll be able to easily select from the presets list

    Please let me know of any questions,

    Shlomi

  • I use Adobe Acrobat Pro XI, when I or draw rectangle or circle in a paragraph that I save it, when I tried to print is not coming on my print why?

    I use Adobe Acrobat Pro XI, when I or draw rectangle or circle in a paragraph that I save it, when I tried to print is not coming on my print why?

    When you print, you have the option to only print comments (annotations, stamps, etc.). So when the print dialog box appears, make sure that 'Document and annotations' is selected in the dropdown list «Comments & forms»

  • Creation of div tags programmatically based on the directory list

    Hey guys,.

    I'm trying to use the javascript BarelyFitz Tabber to classify manual hundreds of use on a page. The user manuals are stored in directories, and I am trying to create tabs for each directory progammatically. No matter how hard I try, I can't seem to find a way to determine whether the function is parsing to a subdirectory of the previous directory or the root directory orginal. Here's some pseudocode:

    At the beginning of the directory parse loop:

    If (currentdirectory is subdir)

    {

    If (no tab container)

    {

    Add tab container (div)

    Add a tab (div)

    }

    on the other

    {

    Add a tab

    }

    }

    on the other

    {

    List of files

    }

    After the analysis subdirectory loop:

    If (lastdirectory was a subdirectory of this directory)

    {

    close the div (tab container)

    }

    Here's the CF code:

    <cffunction name="fDirectoryListing" 
        description="Outputs table rows for a directory listing and allows DIRINFO.txt directory name replacement"
        returnType="string"
        output="true">
        
        <cfargument name="MyRoot" type="string" required="true">
        <cfargument name="ThisSub" type="string" required="true">
        <cfargument name="DirDepth" type="numeric" default="0">
        <cfargument name="ShowNoFiles" type="boolean" default="0">
        
        <cfset var qDirectoryList = "">
        <cfset var FileCount = 0>
        <cfset var ThisFullDir = "#MyRoot#\#ThisSub#">
        <cfset var SpaceMultiplier = 20>
        <cfset var Indent = SpaceMultiplier * DirDepth>
        <cfset var rootDir = 0>
        <cfset var nested = false>
    
    <cfdirectory action="LIST" directory="#ThisFullDir#" name="qDirectoryList" sort="type ASC, name asc">
    
    <cfoutput>
        <cfloop query="qDirectoryList">
            <CFIF qDirectoryList.type IS "dir">
    <!-- check if this is SubDirectory of root -->
            <cfif rootDir lt DirDepth and not nested>
                <div class="tabber">Start new tabber
                <cfset rootDir = DirDepth>
                <cfset nested = true>
                Nested: #nested# 
            </cfif>
            <cfif rootDir lt DirDepth and nested>
                <cfset nested = false>stop nesting
            </cfif>
            <div class="tabbertab">start tab, DirDepth: #DirDepth# rootDir: #rootDir#
    <!-- end subDir check-->
    
                <cfset ThisDir = "#ThisSub#\#qDirectoryList.name#">
                <cfset DirInfo = "">
                
                <cfif FileExists("#MyRoot#\#ThisDir#\DIRINFO.txt")>
                    <cffile action="READ" file="#MyRoot#\#ThisDir#\DIRINFO.txt" variable="DirInfo">
                <cfelse>
                    <cfset DirInfo = "#qDirectoryList.name#">
                </cfif>
                <img src="../images/blank_bullet.gif" width="#Indent#" height="5"><h2>#DirInfo#</h2>
                #fDirectoryListing(MyRoot, ThisDir, DirDepth+1)#
            <cfelse>
                <cfif qDirectoryList.name is not "DIRINFO.txt">
                    <cfset FileCount = FileCount + 1>
                    <cfif FileCount is 1 and qDirectoryList.currentrow is not 1><br>
                    </cfif>
                    <img src="../images/blank_bullet.gif" width="#Indent#" height="5"><p><a href="GetFile.cfm?ID=#URLEncodedFormat("#ThisSub#\#qDirectoryList.name#")#">#qDirectoryList.name#</a></p>
                    
                </cfif>
            </CFIF>        <cfif nested></div>endnesttab</cfif>
        </cfloop><cfif nested is false>endnestdiv nested: #nested# dirdepth: #DirDepth# rootDir: #rootDir#</div></cfif>
    </cfoutput>
    
    <cfif ShowNoFiles and FileCount is 0>
        <tr><td><img src="../images/blank_bullet.gif" width="#Indent#" height="5"> [ no Files ]</td></tr>
    </cfif>
    
    </cffunction>
    
    

    Any ideas on that?

    Thank you

    Scott

    Whenever I have something like what I did examine the field dirQuery.directory as a bar slash ' / or \ ' delimited list.  The number of items in the list, it's the depth of the directory comes from the root.

    I.E. #ListLen(dirQuery.directory, '/\") #

  • The error denied directory list

    I just upgraded my old laptop to a newer model desktop. I try to add all my previous Favorites from my old computer and can't be able to access my site from work now. When I try to log on to the site, I get this error message:

    The directory list refused
    This virtual directory does not content to enumerate.

    I had no problem to access this on my old computer through Mozilla, you can help me solve this problem?

    You can also go to the homepage of web sites,
    then work your way to the desired page.
    Then create a new bookmark / shortcut.

  • Is it possible to print an e-mail without printing a long list of addresses also?

    I am a recipient of some letters of information whose authors include the e-mail addresses of the recipient in to and CC fields. Sometimes I want to relay the letter to friends who are not online. (Yes, there are still some around). I do this by printing the information bulletin and by postal mail. I could reduce the number of pages if I could avoid printing the address list.

      I have not found any discussion of this topic in Thunderbird help or Mozilla support.
    

    Copy the news and paste it on docs editor application to change, and then print it out.

  • When I tried to print my boarding pass of the continental, all I got was a page of small letters and numbers.

    When I tried to print my boarding pass of the continental, all I got was a page of small letters and numbers.

    There is a Bug in 4.0b12 that will be fixed in 4.0 RC, to be released next week.

  • I am trying to print business cards

    I just bought a HP Photosmart C4480 all-in-One. I tried to print business cards using the type of stock perforated (equivalent to Avery L7414).

    I can't match the top margin so that printing starts within the perforated area. If I use plain paper that it lines up properly. When I use the cardstock I get different higher margins even if I do not change the setting. It's like as if the map is slippery in the printer after it gets taken up by the rollers and prior to printing. Advice please on what to try a solution?

    Always looks like a mechanical problem, however changing software shouldn't solve the problem if this was true. In any case, I'm glad that you were able to find something that works. My last word of the Advisor; stick with what works.

  • I have a Kodak esp3.2 printer... I am trying to print a receipt... printer will only print the title

    My question pretty well summarizes my problem... printer will be only to print the topic... rest of the page is blank... This receipt is necessary in case I need to return the product. Wal-Mart has suggested printing the receipt... so whats up don't you assume? as I said before, I'd really appreciate any suggestions... RL

    Moved from feedback

    Original title: I have a Kodak esp3.2printer... I am trying to print a receipt of my computer... printer will only print the title... help! enjoy suggestions... RL Herrin

    You will need to contact Kodak support.

  • I already add a printer when trying to print a photo, I could not, an alert said that a driver is missing

    I was triying to add an all in one printer HP 4620 to my home network, it has been added on my VAIO laptop. I deleted the old printer, then I tried to print a photo, but an alert, said a pilot is missing and was not able to print from my laptop

    Hi, GladysRanedo,

    Was it a Windows driver or a printer driver?

    Select your Windows operating system

    In the product selection by category installation software

    Download HP Officejet Full Feature Software and Driver

    Run the installation of Web site

    Try printing again

  • Lexmark Prospect pro205, I am trying to print but it keeps telling me that I have a communication error.

    Trying to print but it keeps telling me that I have a communication error. I tried unpluging and repluging, update. I can't find the port.  Help please

    Hello

    As Lexmark OEM is responsible for the good operation of the printer and their
    drivers provided. Check with Lexmark support, their books online and
    drivers and ask in their forums (if any).

    Good luck, you need to update or reinstall the latest driver.

    Lexmark - Support
    http://support.Lexmark.com/index?page=home&locale=en&UserLocale=en_US

    Lexmark - drivers
    http://support.Lexmark.com/index?page=home&locale=en&UserLocale=en_US&segment=download

    =============================================

    The main issue is probably the drivers, but these can help:

    Add or remove a printer
    http://Windows.Microsoft.com/en-us/Windows-Vista/add-or-remove-a-printer

    Solve printer problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

    Open the printer Troubleshooter
    http://Windows.Microsoft.com/en-us/Windows7/open-the-printer-Troubleshooter

    Find the manufacturer's Web site
    http://Windows.Microsoft.com/en-us/Windows-Vista/find-a-printer-manufacturers-website

    Find and install printer drivers in Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/find-and-install-printer-drivers

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Epson Stylus Photo R2880, tried to print thick paper / cartridge paper through the front power and the result is stained with weird colors

    Tried to print thick paper / cartridge paper through the front power and the result is stained with weird colors. Printing through the standard power supply is perfect. Thanks in advance for your help.

    Standigay

    Tried to print thick paper / cartridge paper through the front power and the result is stained with weird colors. Printing through the standard power supply is perfect. Thanks in advance for your help.

    Standigay

    Hello

    This looks like a good question for the support of Epson.

    Help and Support - Epson America, Inc..:
    http://www.Epson.com/cgi-bin/store/help/help.jsp?BV_UseBVCookie=Yes&category=products

    Concerning

Maybe you are looking for

  • RoboForm 7.9.1.1 office does not record the password in 24 FF

    RoboForm works on FF 24, but it does not save the password on some sites like Twitter.com I tried [SHIFT-ENTER] or [ALT] & Login after you type the user name and password, but no luck. Anyone has the same bug or me? Thank you

  • Satellite L10-202 guarantee

    I buy 1-3 years warranty extension, but when I check warranty status sound still 1 year.

  • error code. hd521-2w

    Hard drive - Samsung sp2504c windows xp error code hd521-2w

  • Why craigslist responses go only through outlook?

    If I answer an add on craigslist for an engine I want to buy, it uses outlook express and outlook does not recognize my hotmail address. I did something wrong when I created the account in outlook? Help! I really need this engine!

  • problem connecting Wi - Fi on my vaio VPCEH16EA windows 7

    I've had this laptop for 2 years and have never had this problem, all of a sudden when I connect to my wifi at home, today a yellow triangle (one error) displayed on the wireless icon, and he refuses to access internet - everything goes well with the