I have the follwoing at the moment...

;######Run programs on start up for defined groups
IF INGROUP("STAFF")

run 'cmd /c start /max iexplore www.wallaseyschool.co.uk'
shell "C:\Program Files\Internet Explorer\iexplore.exe 10.132.52.13/exchange"


ENDIF

But if I changed the shell to a run nothing at all would run!

Thanks