Greetings,

I've been using a fairly simple KiXtart logon script for a number of years, mostly just for mapping drives. I have one Windows 7 client however where the drive mapping fails. All it's trying to do is:

 Code:
IF INGROUP("Mumble") = 1
  USE G: "\\file01.example.net\Blurfl"
ENDIF


I've tried DEBUG ON and single-stepping through the script. The conditional succeeds and the USE command is executed, and returns no error, but the drive isn't mapped. Checking @ERROR and @SERROR confirms that there is no error. Nothing in the event log either, but the drive just doesn't get mapped. Other USE statements in the same script all fail the same way.

Maybe this is a Win7 thing? Most (all?) of my other client machines are XP and they seem fine. I did try upgrading KiXtart to 4.63 saw but no change.

The only other clue is this client machine was recently moved to a different domain. A similar script worked fine before the domain change. Not sure why that would matter (it didn't for the XP clients) but who knows?

Suggestions welcomed, I'm a bit baffled. Thanks!