Hay , i wish this Post find you good
i have a little problem that i want to save printed documents
i use this script
strComputer = “.”
Set objWMIService = GetObject(“winmgmts:\” & strComputer & “rootcimv2”)
Set colPrinters = objWMIService.ExecQuery(“Select * From Win32_Printer”)
For Each objPrinter in colPrinters
objPrinter.KeepPrintedJobs = true
objPrinter.Put_
objPrinter.RawOnly = true
Next
but still have one problem that some printer driver dose not work and gives me a corrupted .SPL file
by the way all workstation windows Xp AD is 2003
any other solution to keep printed documents
Thansk
Thanks