I am fairly new at this but this is what i am trying to do. I am trying to add network printers to win95 and win98 pc's with a logon script.i can accomplish this by running the start command.... but the printer properties box keeps appearing. this is just an annoyance with our user. so what i thout is i would use the kexist function of kixtart and if the ke was there i would skip the start command this is what the code look like.The .bat is (start \\server\printer. Hope this makes since and if this cannot be done then i will have to live with the printer properrtieds boxes

If keyexist HKEY_LOCAL_MACHINE\SYSTEM\Control\Print\Printers\HP LaserJet 5")=0
run I43300.BAT
ENDIF