shell

Starts an external executable and waits for its termination to continue program execution.

Syntax:
shell( { ...pa th/ } executableName )

If executable is not in your system path or in the same folder of your program you must write executable full path otherwise sdlBasic will not be able to find it.

Example:
' next line will start Kwrite on Linux
shell ("kwrite")