PDA

View Full Version : APP_SourceFullName, APP_ScriptFullName



DirectuX
14-02-2020, 15:45
msgbox 0, APP_ScriptFullName

displays the full path to script (path+script filename+extension)
but one can read in the manual : If script is executed as source code, APP_ScriptFullName will return the path of thinBASIC executable.

This is contradictory. (bad)

However,
If script is executed as source code,
APP_Path + APP_Name will return the full path of thinBASIC executable. (good)

Yet,
If script is bundled, how can you launch another script ? Do you need to bundle thinBasic.exe + all relevant module to do so ?