Code:
If $IsLaptop And Exist ($path)
  ? "This computer is a laptop ..........checking xxx Security Settings "
Else
  ? "This computer is NOT a laptop no additonal settings required"
EndIf


It is considered a better practice to not use the GOTO statements. If you need further assistance with writing the code to eliminate the GOTO please let us know.