What version of Kix are you using?

Also try this:

Code:
 


;---Ip address Variables---
BREAK ON
$1st=TRIM(SPLIT(@IPADDRESS0,'.')[0])
$2nd=TRIM(SPLIT(@IPADDRESS0,'.')[1])
$3rd=TRIM(SPLIT(@IPADDRESS0,'.')[2])
$4th=TRIM(SPLIT(@IPADDRESS0,'.')[3])



IF $3rd = 0
"Setting Borehamwood Drive Mappings"
use G: '\\millen\g_drive'
use H: '\\millen\_root'
use P: '\\millen\@USERID'
Exit
Endif

IF $3rd = 1
"Setting Alconbury Drive Mappings"
use G: "\\titania\g_drive"
use H: '\\titania\_root'
use P: '\\titania\@USERID'
Exit
Endif

any help greatly appreciated




Edited by AzzerShaw (2004-11-17 12:48 PM)
_________________________
If at first you don't succeed, try again. Then quit. There's no use being a damn fool about it. - W.C Fields