Thx \:\)

So you sure it's not also in a GPO as a logon script as well ?

Also, change this:
 Code:
IF INGROUP("DFW-SigTest")
  shell '"\\dfw-file01\company\emailsignature\sign.exe" Provider=Microsoft.Jet.OLEDB.4.0;Data Source="\\dfw-file01\company\eMailSignature\settings.mdb"'
ENDIF
To
 Code:
IF INGROUP("DFW-SigTest")
  shell '"\\dfw-file01\company\emailsignature\sign.exe" Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\dfw-file01\company\eMailSignature\settings.mdb'
ENDIF


See if that works for you.