Main > Everything Else
Default printer question
ChadTower:
Given the command shmokes just gave, if you can call the print task from the command line, you can run a batch script that is basically three or four lines. Line 1 is to set your default printer to the network printer, line 2 is the print task, line 3 is to set it back to your local printer.
--- Code: ---prnmngr -t -p "\\server\printer"
<your print task>
prnmngr -t -p "\\server\printer"
--- End code ---
This batch script could then be called via your Task Scheduler or some other similar scheduler as often as necessary.
Navigation
[0] Message Index
[*] Previous page
Go to full version