my code in confusion:
code:
 if  ingroup("domain internet")=1 and @domain=ABC 

But I am sure kixtart 4.20 accept it as a statement.(in debug mode)

Other code works well in a same script in 4.20:
code:
 if %config%="win" OR %windir%="C:\WINDOWS" OR %windir%="D:\WINDOWS" 

All codes above work well in 3.61 and 3.63 .

The following codes are from kix2001.doc(4.20):
code:
 IF (($X*2) < 10) OR ($Y + 100) /3 >120
; do stuff
ENDIF

IF INSTR(%PATH%,"NETLOGON") AND @DOS = "3.51"
; do stuff
ENDIF

IF (SUBSTR(@WKSTA,11,1)="1" AND @USERID = "PETERV") OR @DOMAIN = "VleerBeer"
; do stuff
ENDIF

IF @USERID = "RUUDV" OR @USERID = "WIMW"
; do stuff
ENDIF

[Confused] [Confused] [Confused]