Welcome
TS101.SetDefPrint
TS101.SetPrintCom
TS101.AddPrintShare
TS101.RemPrintShare
TS101.PrintPrefs
TS101.PrintProps
TS101.PrintServProps
TS101.PrintTest
TS101.PrintInstallWiz
TS101.RemLocPrint
TS101.RemNetPrint
TS101.RenamePrint
TS101.SetPrintDirect
TS101.SetPrintSpool
TS101.Print
TS101.PausePrint
TS101.Spooler
|
(string) TS101.SetDefPrint ( |
(string) Printer = "Printer" ) |
Sets the given printer as default
(string) Name of the Printer
This action returns a (string) value.
|
(string) TS101.SetPrintCom ( |
(string) Printer = "Printer", (string) Comment = "My Printer" ) |
Sets the comment for the given printer
(string) Name of the printer
(string) Comment to add to the printer
This action returns a (string) value.
|
(string) TS101.AddPrintShare ( |
(string) Printer = "Printer", (string) Sharename = "MyPrinter" ) |
Sets the given printer as shared
(string) Name of the printer
(string) Name that you want the printer to be shared as
This action returns a (string) value.
|
(string) TS101.RemPrintShare ( |
(string) Printer = "Printer", (string) Sharename = "MyPrinter" ) |
Sets the given printer as unshared
(string) Name of the printer
(string) Name in which you want the printer shared as
This action returns a (string) value.
|
(string) TS101.PrintPrefs ( |
(string) Printer = "MyPrinter" ) |
Opens the printer preferences dialog for the given printer
(string) Name of the Printer
This action returns a (string) value.
|
(string) TS101.PrintProps ( |
(string) Printer = "MyPrinter" ) |
Opens the printer properties dialog for the given printer
(string) Name of the printer
This action returns a (string) value.
|
(string) TS101.PrintServProps () |
Opens the print server properties dialog
This action returns a (string) value.
|
(string) TS101.PrintTest ( |
(string) Printer = "MyPrinter" ) |
Prints a printer test page to the given printer
(string) Name of the printer
This action returns a (string) value.
|
(string) TS101.PrintInstallWiz () |
Opens the printer installation wizard dialog
This action returns a (string) value.
|
(string) TS101.RemLocPrint ( |
(string) Printer = "MyPrinter" ) |
Removes the specified local printer from the system
(string) The name of the printer
This action returns a (string) value.
|
(string) TS101.RemNetPrint ( |
(string) Printer = "\\\\ComputerName\\MyPrinterShare" ) |
Removes the specified network printer from the system
(string) Name of the printer
This action returns a (string) value.
|
(string) TS101.RenamePrint ( |
(string) Printer = "MyPrinter", (string) PrinterName = "MyNewPrinter" ) |
Renames the specified printer to the given name
(string) Name of the printer
(string) The name to be used as the new printer name
This action returns a (string) value.
|
(string) TS101.SetPrintDirect ( |
(string) Printer = "MyPrinter" ) |
Set the printer driver to send documents directly to printer (no spooling)
(string) Name of the printer
This action returns a (string) value.
|
(string) TS101.SetPrintSpool ( |
(string) Printer = "MyPrinter" ) |
Sets the printer driver to spool all documents instead of sending directly to printer (spooling)
(string) Name of the printer
This action returns a (string) value.
|
(string) TS101.Print ( |
(string) Printer = "MyPrinter", (string) FilePath = "C:\\MyFile.txt" ) |
Prints a document to the specified printer
(string) Name of the printer
(string) The path to the file to be printed
This action returns a (string) value.
|
(string) TS101.PausePrint ( |
(string) Printer = "MyPrinter" ) |
Pauses the specified printer
(string) Name of the printer
This action returns a (string) value.
|
(string) TS101.Spooler ( |
(string) Command = "Start" ) |
Starts or Stops the printer spooler service
(string) The command to be passed to the spooler service
This action returns a (string) value.
Made with Action Plugin Compiler