|
| KiXtart Command Reference |
DELPRINTERCONNECTIONactionDeletes a connection to a printer that was established by using ADDPRINTERCONNECTION. syntaxDELPRINTERCONNECTION ("printer name") parametersPrinter name A string that specifies the name of the printer connection to delete. remarksThis function is only available on Windows NT. The DELPRINTERCONNECTION function does not delete any printer driver files that were copied from the server on which the printer resides when the printer connection was established. returns
exampleIf DelPrinterConnection ("hplaser4") = 0 ? "Deleted printer connection...." Endif |