Hello All,

I want to use Kixtart to repast all bat script and I have copy some script on website but still fail, May I show you my kixtart.kix script and let me get back where of my error?

I have add "KIX32 /F" on my AD profile logon script, AD function level is Windows 2000,

My Kixtart code:
 Code:
dim $i, $Text, $Drives, $Queues, $Groups, $Grp, $ExistQ, $x, $local, $remote

$Groups = EnumDomainGroups("intra")
$ExistQ = EnumPrinterConnections


; Department-specific settings
select
;--------------------------------------------------------------------------------
  case ingroup("kixtest")


    $Drives = "J:", "\\vditd002\install",

        
    $Queues = "\\XEROXPRINTSRV\FX-Universal",

    NetworkPrinters($Queues, 1, $ExistQ)
;--------------------------------------------------------------------------------
endselect

exit


Edited by Allen (2015-08-13 06:30 AM)
Edit Reason: added code tags