Ok so i have amended the global script to have \\OXFORD\NETLOGON\Kixtart\Kix32.exe \\OXFORD\NETLOGON\Kixtart\mapcphedrive.KIX

and it calls the correct script and runs with no errors.... But it doesnt map the drive !!!

 Code:
;=============================================
;Map Network Drives
;=============================================

If InGroup("OXFORD\cpheshared")
	Use n: /delete /persistent
	? @ERROR
	? @SERROR
	Use N: "\\centralx\public\cphe shared"
	? @ERROR
	? @SERROR
EndIf

sleep 5

I am the only member of the security group and the group is call cpheshared.

We use a few KIXTART scripts and they all work fine, so i know our setup is ok and functioning..... Any more ideas ???


Edited by Mart (2010-10-01 10:15 AM)