Printer Mapping using KiXtart
Hi there,
Just had a thought that mapping printers via logon script might be good. Our scripts use Kixtart, though I haven't used this before and am not too familiar with it. Previously I've mapped printers using a local file on the C: drive that is named per it's zone and tells the script which printers to map. I'm not sure if kixtart is the same.
Any simple steps to get me started, or know of any good references??
Kind regards,
Tania :)
Just had a thought that mapping printers via logon script might be good. Our scripts use Kixtart, though I haven't used this before and am not too familiar with it. Previously I've mapped printers using a local file on the C: drive that is named per it's zone and tells the script which printers to map. I'm not sure if kixtart is the same.
Any simple steps to get me started, or know of any good references??
Kind regards,
Tania :)
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bkelly
20 years ago
Here is a great place to start:
http://www.adminscripteditor.com/langhome.asp?l=k
Adding a printer connection in KiXtart is as easy as specifying the UNC name of the printer:
Note: The editor at the site includes built in keyword help and syntax completion (plus lots of other stuff).
http://www.adminscripteditor.com/langhome.asp?l=k
Adding a printer connection in KiXtart is as easy as specifying the UNC name of the printer:
AddPrinterConnection ("\\PrintServer\PrinterName")
Note: The editor at the site includes built in keyword help and syntax completion (plus lots of other stuff).
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.