Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done PRINT: Option to set default printer

Charles Dye

Super Moderator
May
4,948
126
Staff member
Add an option to PRINT to set the default printer; I suggest /Z:
Code:
C:\>print /z:*laser*
Default printer set to "HP LaserJet 4050 Series PCL 5".

C:\>

Since PRINT doesn't wait around for documents to finish printing — or to start printing, for that matter — changing the default printer should probably be handed before printing any documents specified on the command line. Changing the default after printing documents will require another PRINT /Z command, (much) later.
 

Similar threads

Back
Top