powershell - Send a file directly to a printer -


within command window (cmd) can a

copy myfile.ps com1* 

if run in powershell receive error message similar to:

english:

the path d:\directory\com1 cannot processed destination represents reserved device name.

german:

der pfad ... kann nicht verarbeitet werden, da das ziel für einen reservierten gerätenamen steht.

is there still way send file directly printer?

there's out-printer cmdlet used printing. looks printer needs installed in windows, direct print serial port might not work.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -