Windows 10: How can I print a list of Folders and Files as it appears on screen

Discus and support How can I print a list of Folders and Files as it appears on screen in Windows 10 Support to solve the problem; Should be a simple task, Even my keyboard has a "Prt Scr Sys Rq" I believe I have done it in the past Using Word (Home and Student 2007) - what I would... Discussion in 'Windows 10 Support' started by billz, Mar 23, 2017.

  1. billz Win User

    How can I print a list of Folders and Files as it appears on screen


    Should be a simple task, Even my keyboard has a "Prt Scr Sys Rq" I believe I have done it in the past Using Word (Home and Student 2007) - what I would like is a "photo snapshot", but printed just of the open folder list of Folders and files as option 1, I am filling pages with Hand written Scrawl that may lose the plot.
    Option 2 I would find it useful to perhaps head the page with the Pathway to the folder's contents.

    :)
     
    billz, Mar 23, 2017
    #1

  2. how to I print a list of files in a subdirectory in Windows 10?

    The Windows Key + R will bring up the Run dialog box. Type in CMD and press OK. Can't help past that point.
     
    Bruce Hagen, Mar 23, 2017
    #2
  3. La Senora Win User
    how to I print a list of files in a subdirectory in Windows 10?

    How do I print a list of files using windows 10. I've already tried all the suggestions to go to the folder, hit shift/right click to open a command prompt at the site. But I don't see where to open a command prompt in windows 10
     
    La Senora, Mar 23, 2017
    #3
  4. How can I print a list of Folders and Files as it appears on screen

    could a command line command be enough? You could open a command prompt, go to the folder you need and type

    Code: dir /B /S > list.txt[/quote] that will create a list.txt file containing directories, sub-directories and all files there. You can than print it out..
     
    brainvision, Mar 23, 2017
    #4
  5. 51sandman Win User
    snipping tool might work
     
    51sandman, Mar 23, 2017
    #5
  6. billz Win User
    Hi Brain vision and 51sandman, thank you both for responding.
    I tried using Cortana and typed in cmd and got the Command prompt popup, typed in dir/B/S/>list.txt at first nothing happened the curser went to next line. Then after a while the screen printed two series of paths ending with the directory path is too long It is too long - The Computer wants to access every bit of infomation along convoluted pathways as I have saved information from 98Se and Word 2002 at least.
    I just need the visual information a print screen command will convey-
    Having just typed that - the idea light bulb lit up. so I went Cortana and got the Microsoft Paint shortcut and pinned it to my task bar. Found a Folder I could stand losing opened the folder pressed "PrtScrn" opened paint "Ctri V" and screen shot was duly pasted in full colour, also the origin folder was in a list on the left hand side under a list starting Quick access, Desktop, Documents, Pictures, Folder1, Folder 2 etc which on my long list of Folders did not finish in the Landscape copy i took, so To get a longer list I tried adjusting the printer to Portrait setup with the folder in question showing as I had not bothered in first go, all what happened was the Landscape page got shrunk until it fitted in the now narrower width of Portrait and only taking half the page to print the same landscape print on paper. They were both saved in the "Pictures" Main folder, and both copies were placed in an empty folder. Magic, I had started trying to write the information down, to get some order in finding important to me documents I have stored over the years. It was defeating me.

    51sandman I have heard of snipping tool , I can understand the idea, or the concept, what is it, and how do you use it.

    Regards,
     
    billz, Mar 24, 2017
    #6
  7. bro67 Win User
    Windows key and X key, then click on Command as an administrator and make sure that you are in your My Documents folder under your username. Otherwise it is going to end up in the System32 folder. There is no way to get a visual of what is in Explorer without taking a snapshot with the Snipping tool or just the Print Screen key and then open Paint and paste the screen shot into it. Doing the command from Command will give you the DOS version of the folders for that directory that you are in.

    Is there any particular reason why you want to do this?
     
    bro67, Mar 24, 2017
    #7
  8. How can I print a list of Folders and Files as it appears on screen

    the command is

    Code: dir /S /B > list.txt[/quote] pay attention to white space

    the > part means it outputs the content of dir /S /B to a text file that you should open with an editor; it will be in the same directory where you are in command prompt when typing the command *Wink

    Also be sure to first use cd command to go to your folder (if enabled into your File Explorer you can also right click a folder and select Open Command Prompt here): like

    Code: cd C:\Users\blablabla\Music[/quote]
     
    brainvision, Mar 24, 2017
    #8
  9. billz Win User
    Hi Bro67,
    Followed Windows button and X got a list and I note there are two Command Prompts, the one marked Admin which gives authorization to alter computer. I am searching all my old documents and wanted a simple way other than using Notebooks to follow the paths of what I have found and copied or printed, the simpler the better. As I am certain some important documents are lost in my disorganized system over the years of putting items in Folders used at the time , and as time progresses those folders are scooped up for space and parked This has gone on for a very long time.
    By copying the screenshot instead of writing it down will bring some control and order to my searches, without destroying documents I believe I may need to produce., as I find documents I can print them off or mark where they are for easy retrieval.
     
    billz, Mar 24, 2017
    #9
  10. billz Win User
    Hi brainvision,
    I did try your suggestion earlier but T got messages about extra long pathways. I cant risk changing anything.
    I note what you say about white spaces.

    Regards,
     
    billz, Mar 24, 2017
    #10
  11. bro67 Win User
    If there is a windows.old folder still, that is where the old installation of Windows and your old user account is located. If gone, you are SOL in retrieving them, unless it was set up to sync to One Druve and they may be online at the Microsoft One Drive cloud under that account.
     
    bro67, Mar 24, 2017
    #11
  12. Clint Win User
    that will create a list.txt file containing directories, sub-directories and all files there. You can than print it out..[/quote] Good to know.
     
    Clint, Mar 24, 2017
    #12
  13. How can I print a list of Folders and Files as it appears on screen

    How about the "tree" command?


    How can I print a list of Folders and Files as it appears on screen [​IMG]


    You can also send the output to a .txt file to print...
    d:\MY\DOCS\Travel> tree /a /f > c:\MY\CYA\Travel_Folder.txt
     
    tockx16jolt, Mar 24, 2017
    #13
  14. dalchina New Member
    How can I print a list of Folders and Files as it appears on screen [​IMG]


    It took a while to find this donationware program - of several I tried, none gave a clearly formatted output, including Karen's venerable Directory Printer.
    This saves to TXT, image files, HTML, CSV, clipboard, file ....

    You can select the columns you want, make up your own files lists, add a folder with a search by reg exp...
    And of course there's a preview.

    It doesn't seem to have an option to add to the context menu.

    If you want to install this zipped portable program, use Nirsoft's zipinstaller.

    Filelist Creator | Features
    from a list here:
    5 File List Printer Software For Windows 10
     
    dalchina, Mar 24, 2017
    #14
  15. billz Win User
    Hi dalchina,
    Thank you for responding, the visual screen shot you show looks neater than i got using "PrtScr" and pasting in MS paint but similar, and saving to "MS Pictures" to organise. I simply printed a test screenshot using "Ctrl P".
    I will give your filelist creator a test drive,
    Regards
     
    billz, Mar 24, 2017
    #15
Thema:

How can I print a list of Folders and Files as it appears on screen

Loading...
  1. How can I print a list of Folders and Files as it appears on screen - Similar Threads - print list Folders

  2. How do I print out the list of files in the folder AND their associated Dates Modified?

    in Windows 10 Gaming
    How do I print out the list of files in the folder AND their associated Dates Modified?: In File Explorer Windows 11 pro: How do I print out the list of files in the folder AND their associated Dates Modified? I know how to Ctrl A to select the files, use Copy Path to copy them, and Ctrl V to paste the results into Word or Excel, but that only gives me the file...
  3. how can I print a list of folders held on my computer

    in Windows 10 Network and Sharing
    how can I print a list of folders held on my computer: I need to restructure the folders held on my computer. Is it possible to print out a list of folders from Windows 10 so that I can move them around in order to improve efficiency?Once I have created a better structure I will need to a check for duplicate folders, b check for...
  4. how can I print a list of folders held on my computer

    in Windows 10 Gaming
    how can I print a list of folders held on my computer: I need to restructure the folders held on my computer. Is it possible to print out a list of folders from Windows 10 so that I can move them around in order to improve efficiency?Once I have created a better structure I will need to a check for duplicate folders, b check for...
  5. how can I print a list of folders held on my computer

    in Windows 10 Software and Apps
    how can I print a list of folders held on my computer: I need to restructure the folders held on my computer. Is it possible to print out a list of folders from Windows 10 so that I can move them around in order to improve efficiency?Once I have created a better structure I will need to a check for duplicate folders, b check for...
  6. How can i make File Explorer list shortcuts to folders with the folders?

    in Windows 10 Network and Sharing
    How can i make File Explorer list shortcuts to folders with the folders?: I need to move some folders to the SD chip and leave a shortcut in the original folder on the SSD. That much is easy to do. Unfortunately, when using "Sort by Name", File Explorer lists the shortcuts with the files, not with the folders. I don't want to use "Group by Name"...
  7. printing file list

    in Windows 10 Network and Sharing
    printing file list: How do I print a list of files in a folder? Instructions I find online don't seem to match my circumstances. https://answers.microsoft.com/en-us/windows/forum/all/printing-file-list/263d839b-b32b-40b1-aece-9b34d50c7032"
  8. Print list of files in folder

    in Windows 10 Network and Sharing
    Print list of files in folder: I want to print list of files in a Windows10 Folder. Instructions from 2015 post in MS Community are as follows: Open a command prompt. Navigate to the folder using the command "cd". Type dir>file.txt where "file.txt" is a name you want to call the file. When I...
  9. printing a file list

    in Windows 10 Network and Sharing
    printing a file list: How to print out a list of all files in a folder, or a list of files in several folders? https://answers.microsoft.com/en-us/windows/forum/all/printing-a-file-list/86c5f9ad-5b73-4ef4-8eb3-0d56159aeb32"
  10. print file lists

    in Windows 10 Network and Sharing
    print file lists: how do you print file lists? https://answers.microsoft.com/en-us/windows/forum/all/print-file-lists/50bac1be-aae4-4c37-b563-3c1224552eb2"

Users found this page by searching for:

  1. is it possible to print a list of all the folders and files shown on screen