Up |
External executable
An Scol application can launch an external application (no Scol). It must add in a list of avaiable application and next it can be called. There are no links, so you can not retrieve the return value of the launched application.
Any executable can be included but all must be in an enabled Scol partition (except if it is in PATH).
- _addExe
fun [S P] I - _delExe
fun [S S] I - _drawIconExe
fun [S S ObjBitmap I I I] I - _getExe
fun [S] [S r1] - _infoIconExe
fun [S S I] [I I] - _refreshExe
fun [] I - _startExe
fun [S S S] I
Notes
At this time, these functions work on MS Windows only