printing to hp

mam

New Member
Does anyone know the Windows NT equivalent of the following:

UNIX silent lp -dlwmis value(dfile). /* spool report */

I am trying to print to a network printer.
 
type

use the OS-COMMAND together with the TYPE command to queue
e.g. os-command("type xx.txt > \\domain\printersharename")

problem is, that nt always uses the printer driver. if you want to print out pure ascii texfiles on a lineprinter, you could get some problems with the printing speed

but

printersharename could also be available linux or novell printqueue.
 
Back
Top