How to print the contents of a folder in Windows 10?

Solved/Closed
Pascal22 Posted messages 836 Registration date   Status Membre Last intervention   -  
 MBGod -
Hello everyone,

I would like to know how to add the print function for the content of a folder in Windows 10 Explorer???

Thank you for your help!

1 réponse

beber67470 Posted messages 5123 Registration date   Status Membre Last intervention   811
 
Hello

Access Windows Explorer.
Locate and open the folder you want to print the list of.
It doesn't matter if you can't see the entire list at this stage.

Hover the mouse over a blank white space in this folder, hold down the Shift key on your keyboard, and right-click with the mouse. You should see a new menu appear on the screen.

One of the menu options is "Open a new command window here". Click on this option to open the command line.
Type the command:
dir >List.txt 
and press Enter on your keyboard (after dir, a space).
Now, check the folder for a new file that has just been created. A text file (.txt).
Open the text file to view the complete list of files you have in the folder. At the top, go to File and print.

Sincerely

Computing is just a tool, like a brush or a pencil.
Avoid these so-called free repair software, etc. They are of no major use. The best companions are DOS and PowerShell..
83
Pascal22 Posted messages 836 Registration date   Status Membre Last intervention   109
 
Sure, thank you! I'm going to try that!! But I also read that you can add the print command as mentioned in this link, but I don't know how to do it in Windows 10: http://www.chantal11.com/2010/07/ajouter-imprimer-contenu-dossier-menu-contextuel-clic-droit-explorateur-windows-7-vista/
Anyway, thanks!!!
0
beber67470 Posted messages 5123 Registration date   Status Membre Last intervention   811 > Pascal22 Posted messages 836 Registration date   Status Membre Last intervention  
 
Re

It should work for all systems, give it a try and let me know.
Best regards
0
FL
 
Thank you - Simple and clear
0
Dayoni
 
Hello, that's great, thank you!
Additional question: Is there a command to also add subfolders... down to the files?
Thanks a lot in advance!
0
MBGod > Dayoni
 
So be it
DIR /S
or
TREE /F
0