Displaying 2 results from an estimated 2 matches for "nt_printers".
2005 Feb 15
1
Making nt_printer.tdb from tdbtool?
...n a global network with ten offices and about 150 printers.
All printing is PostScript and goes to HP and Canon printers
over lpd through custom 'if' filters which do accounting.
To help this we're trying to automate the printer and
driver registration processes, in particular make the
nt_printers.tdb, ntdrivers.tdb (and ntforms.tdb?) files
from some kind of textual config file which might look like
this:
pr-london1: hp2200
pr-newyork3: hp4000
...
Our goal is to bring our printing in line with our other
configuration management, which has a central server
of configs for routers, servers...
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
...NUll");
}
else
DWORD dwErr = GetLastError();
delete printerInfo;
printerInfo = NULL;
}
else
MessageBox("Could not open printer");
ClosePrinter(hPrinter);
hPrinter = NULL;
I have checked the dump of nt_printers.tdb by tdbtool and the tdb looks ok.
I can see the devmode properly there. I repeat, I have no problems in
downloading and printing.
My requirement is I need to change some devmode setting of a printer
depending on some parameters, and these should be visible when the driver
is downloaded to the...