Starting processes or Shell Scripts
BlitzMax Forums/BlitzMax Programming/Starting processes or Shell Scripts| 
 | ||
| Hi, I'm trying to start either a process or run a shell script from my bMax program in Linux. I haven't used bMax in ages but last time I was sure there was a way to do something like this, but now I can find any function to do this :( Does anyone know of a way to do anything like this? Thanks, Pantheon | 
| 
 | ||
| system_ Or look up TProcess. | 
| 
 | ||
| ...or OpenURL(). | 
| 
 | ||
| Ah yes, TProcess, I think that was what I was looking for. Thanks guys, I couldn't find it anywhere in the module browser :S but now I know what to look for. |