Hello!

I am trying to modify our existing kixtart script file and i am running into a few difficulties. I have the following in place in the file:

IF INGROUP("DFW-SigTest")
shell "\\dfw-file01\Company\eMailSignature\emailsig.bat"
ENDIF

EXIT

All of this information is correct as well as the batch file:

start \\dfw-file01\company\emailsignature\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\dfw-file01\company\eMailSignature\settings.mdb
exit

The problem is that it appears to be running the sign.exe twice. What the software does is it pops up with an AD update window upon login so that users can update their info in AD manually. It only pops up once if i run the batch file manually, but if i allow kixtart to run it, it pops up twice.

ideas?

thank you,

Raymond