Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Printing with powershell

$
0
0

So I would like to print all files in a folder by date without opening adobe, word, etc. What I normally do is open the folder sort by date then run the below script to print it all. 

dir $path | Foreach-object{Start-Process -FilePath $_.FullName–Verb Print}


Viewing all articles
Browse latest Browse all 21975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>