I would like to do something like this, but still follow good coding practices...

 Code:
 IF InGroup("ADMIN_USERS")
       GOTO NEAREND
 ENDIF

?"Main script"
?"Blah blah blah"
?"etc etc etc"
?"Do stuff and things"


:NEAREND
 SHELL "\\somerset-dhcp\audit\scan\scan32.exe"


:END