Hi I'm at home now its 6.00 morning cant sleep!
Thanks so much
One more question does it matter where I put the script in my exsisting script, as you can see their are groups students, teacher food etc will this give print rights to all users?
Yep you were right I have never used Kixtart I havent got a clue.
Here's my script I have tryed to add your bit could you check it please?
if ingroup ("students") =1
gosub students
endif

if ingroup ("cohort99_00") =1
gosub 99
endif

if ingroup ("cohort97_98") =1
gosub 97
endif

if ingroup ("cohort98_99") =1
gosub 98
endif

if ingroup ("cohort00") =1
gosub intake_00
endif

if ingroup ("cohort01") =1
gosub intake_01
endif

if ingroup ("school staff") =1
gosub staff
endif

if ingroup ("domain admins") =1
gosub other
endif

if ingroup ("sims") =1
gosub sims
endif

if ingroup ("Food") =1
gosub food
endif

if ingroup ("PrimarySchool") =1
gosub primary
endif
exit

:intake_01
use u: /del
use u: "\\Utility-server\01"
return

:intake_00
use u: /del
use u: "\\Utility-server\00"
return

:99
use u: /del
use u: "\\Utility-server\99"
return

:98
use u: /del
use u: "\\Utility-server\98"
return

:97
use u: /del
use u: "\\Utility-server\97"
return

:sims
use s: "\\admin-server\applicat"
return

:students
use g: /del
use r: /del
use o: /del
use t: /del
use s: /del
use k: /del
use m: /del
use r: "\\Utility-server\roa$"
use o: "\\Utility-server\shared"
use s: "\\Utility-server\careerscape"
use k: "\\Utility-server\kudos"
use m: "\\Utility-server\omnigraph"
use i: "\\cdromserver\sschool"
use g: "\\Utility-server\itskills"
use l: "\\curriculum\rivers"

$sRoom=substr(@WKSTA,1,2) ; Room Prefix Tx
$iPCNo=substr(@WKSTA,3,9) ; Simple sequential PC number.
"This is PC number " $iPCNo " in room number " $sRoom ?
Select
Case $sRoom = "T8"
Use lpt1: "\\curriculum\T8Colour"
Use lpt2: "\\curriculum\Pagepro4100"
Case $sRoom = "T9"
Use lpt1: "\\curriculum\T9colour"
Use lpt2: "\\curriculum\T9black"
Case $sRoom = "T7"
Use lpt1: "\\curriculum\T7Colour"
Use lpt2: "\\curriculum\T7black"

Case 1 "No printer mapped - room not recognised"
?EndSelect
return

:staff
use m: /del
use n: /del
use r: /del
use k: "\\Utility-server\kudos"
use l: "\\Utility-server\careerscape"
use o: /del
use r: "\\admin-server\reports"
use o: "\\Utility-server\shared"
use n: "\\admin-server\y92001"
use m: "\\admin-server\y72001"
use l: "\\curriculum\rivers"
return

:food
use p: /del
use p: "\\cdromserver\the can"
return

ther
;;run "\\Utility-server\shared\ranger\setup.exe"
use r: "\\admin-server\reports"
use z: "\\backup server\cdrom"
use i: "\\cdromserver\sschool"
use t: "\\cdromserver\quickcad"
use p: "\\cdromserver\office97"
return

rimary
use o: "\\Utility-server\shared"
return

..............................
TIA
I have made a new log on if you were wondering the one I used yesterday was the old network managers Brian, My name is suzanne.