I'm trying this but it doesn't print anything:
Dir -Recurse "C:\temp" | Select Fullname
Looks like this command just selects file names. I want to see them in console.
Select all the files, press and hold the shift key, then right-click and select Copy as path. This copies the list of file names to the clipboard. Paste the results into any document such as a txt or doc file & print that. Then open notepad, open tempfilename, and print it from there.
To use this hotkey, simply click on the first file you want to select, then press the Ctrl key. While holding this key, click on all the other files you want to print.
Take a look at Get-Childitem
Dir -Recurse c:\path\ | Get-Childitem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With