Forum Discussion
j239dsfjc
Feb 03, 2021Copper Contributor
How print all files in folder and sub folders?
Is there a way to print all files (mainly PDFs) conatined within a folder and its sub folders with one command? It would be a tedious task having to open every file individually in order to then print it using "cmd+P" and close it again.
Thank you for any tip and advice!
Hi,
run this command in the folder, it will print only PDF files
dir *.pdf /s > printoutput.txt
run this if you want to print all files
dir > printoutput.txt
- j239dsfjcCopper Contributor
thank you very much! What I need is not a file containing all the file names but I need the files to be physically (i.e. on paper) printed out in our network attached printer... Is there any way to achieve this?
Thank you!
- Right-click on the text file and select "Print"