Oh, I get it, "nohup" is a shell command...
This worked of my machine:
001 set ScriptB to ""
002 set ScriptB to ScriptB & "say \"Hello there!\""
003 set ScriptA to ""
004 set ScriptA to ScriptA & "nohup " & ScriptB
005 set ScriptResults to do shell script ScriptA
Notes:
• The line numbers included with this script are there to aid future discussions. In order to use this script, you will have to strip them all from the code.
HTH