Re: Installing a Windows Printer

2006-08-07 Thread Jon
Hi D, I would suggest that you look here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/prntspol_7mgj.asp at AddPort and and AddPrinter. Though I have not tried to use them in python, I would assume that using win32com [http://www.python.net/crew/mhammond/win32/Downloads.html

Installing a Windows Printer

2006-08-07 Thread D
I would like to create a script for Windows 2000 that will create a Standard TCP/IP printer port and install a printer (I have the applicable printer drivers needed for the install on a network share). My plan is to use py2exe and distribute (also via network share) the script so that administrator