Is there anyway to call a binary from within Scriba (Linux)?
Do you mean call an external library function in a shared object? (.so)
ScriptBasic has a nice extension module API that makes extending the language rather easy. The API is composed of macros that allows wrapping an external library with very few lines of code.
The Windows version of ScriptBasic has an extension module called
DYC that will let you call generic DLLs. Under Linux I use
GTK-Server as my FFI interface.