Guest Fred Posted October 22, 2008 Posted October 22, 2008 I'm trying to automate some printer installs and capture the printer settings. I'm trying to use rundll32 printui.dll,PrintUIEntry command to capture the printer settings in a file that I can use during the installation process. The command I'm using is rundll32 printui.dll,PrintUIEntry /Ss /n "<printer name>" /a "<location to save .dat file>" I've tried the command with and without a "d" (no quotes) at the end and I keep getting "Printer User Interface, Printer command failed.. < the command > Operation could not be completed"
Guest jim Posted October 25, 2008 Posted October 25, 2008 Re: rundll32 - Printer rundll command failed Fred wrote: > I'm trying to automate some printer installs and capture the printer > settings. I'm trying to use rundll32 printui.dll,PrintUIEntry command to > capture the printer settings in a file that I can use during the installation > process. The command I'm using is rundll32 printui.dll,PrintUIEntry /Ss /n > "<printer name>" /a "<location to save .dat file>" I've tried the command > with and without a "d" (no quotes) at the end and I keep getting "Printer > User Interface, Printer command failed.. < the command > Operation could not > be completed" Hope ya Got fixed
Guest jim Posted October 25, 2008 Posted October 25, 2008 Re: rundll32 - Printer rundll command failed Fred wrote: > I'm trying to automate some printer installs and capture the printer > settings. I'm trying to use rundll32 printui.dll,PrintUIEntry command to > capture the printer settings in a file that I can use during the installation > process. The command I'm using is rundll32 printui.dll,PrintUIEntry /Ss /n > "<printer name>" /a "<location to save .dat file>" I've tried the command > with and without a "d" (no quotes) at the end and I keep getting "Printer > User Interface, Printer command failed.. < the command > Operation could not > be completed" Ok fred. jim
Recommended Posts