hmm...
to store only already renamed printers, I would suggest this type of ini:
 Code:
[OldPrinterShare]
newShare=\\serrver\share
newName=\\server\printername


then you could go with this kind of code:
 Code:
For each $Printer in split(left(ReadProfileString(@ScriptDir+"\Printers.INI","",""),-1),chr(10))
  if primapstate($Printer)
   AddPrinterConnection(ReadProfileString(@ScriptDir+"\Printers.INI",$Printer,"NewShare"))
  endif
Next
_________________________
!

download KiXnet