Hi Aurel,
You need to compile the interpreter/script engine with the script.
Something like this:
% filename "t.exe"
includepath "$/inc/"
include "RTL32.inc"
bstring src
includepath ""
embedfile src,"t.bas"
print src 'test
'include script engine here to interpret src string...
Alternatively, treat the script as a string resource, and use GoRc and Res2Exe to bind it to the script engine exe.