Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printer Mapping & Paper Size

Status
Not open for further replies.

jbyrne

MIS
Jun 21, 2002
11
0
0
GB
I have mapped printers on the login script using the following code:

PrinterPath = "\\server\printer"
PrinterDriver = "Lexmark Optra Color 1200 (MS)"
WshNetwork.AddWindowsPrinterConnection PrinterPath, PrinterDriver

This works fine for all users.

The problem I have is that the printer's default paper size is set as 'Letter' for all users even though it is set as A4 on the Printer Server. I can manually change it and Terminal Server does remember this change, however changing this for every printer for every user, is an absolute nightmare.

Does anyone know a line I could add in to set the defaul paper size when the user logs in? Something like:

PrinterPaperSize = "A4"

Thanks
James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top