Originally Posted By: MattColeman
KeyExist("HKEY_CURRENT_USER\Printers\Connections\,,AS-01,printer_###_***\")
if $Returncode = 0
ADDPRINTERCONNECTION("\\$ASERVER\printer_###_blanco") ? "printer_###_*** nieuw geinstalleerd"
endif
else

There's an easier way to write this:

if keyexist("registrykey")=0
dostuff
endif

just my 2 cent's worth..



Yep you're right
_________________________
Still thinking about a good signature