Forum Discussion

j239dsfjc's avatar
j239dsfjc
Copper Contributor
Feb 03, 2021

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!

  • j239dsfjc 

    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
    • j239dsfjc's avatar
      j239dsfjc
      Copper Contributor

      HotCakeX 

       

      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!

       

Resources