Hi all,

Noobie here, just learning about Kixtart

Would like some help please.

I need to map a whole bunch of network printers, close to 50. These printers do get updated, and all users need to connect to all of them!

when I run the addprinterconnection, it take a while to map them all, so I wanted to map them only once, but when the admin adds a new printer, they can add it to an ini file and simply update the version number.

So I would have an ini file looking something like

[Version]
Number=1.0

[Printers]
\\pserver\printer1
\\pserver\printer2
\\pserver\printer3
etc to 50

So the admin simply updates the version number both in the ini file and the printer.kix script, and if it is different than the one refered to in the script script, then re-add all the printers.

Likewise, will do the same when pritners are going to be deleted.

Does this make sense?

Any advice and code welcome!

Thank you