Hello im back.

i have made other scripts that do the same thing for other rooms and they work fine by them selfs but i tried making a script to run the other scripts depending on the computer name i have posted it below its pretty self explanitory. but the problem is that no printers are being installed? Help 1 more time pleaze.

$SysNo = substr(@wksta,LEN(@WKSTA)-7,7)

IF $SysNo = "SCIENCE"
CALL science.kix
endif

$SysNox = substr(@wksta,LEN(@WKSTA)-4,4)

IF $SysNox = "TECH"
CALL tech.kix
endif

$SysNop = substr(@wksta,LEN(@WKSTA)-5,5)

IF $Sysnop = "UPPER"
CALL printers.kix

endif
EXIT