You've lost me
I can understand the breakdown but what would I need to put in exactly.
Cause I havent got a clue about tags or anything script related.
help!!!!!!!!!!
You can see what I have done below Lpt1'''''''''''''''etc
so can you tell me the tag I need?

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"
use lpt1: "\\curriculum\PagePro4100"
use lpt2: "\\curriculum\T8Colour"
use lpt3: "\\library1\hp deskjet 500"
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