lauch an executable program
BlitzMax Forums/BlitzMax Beginners Area/lauch an executable program| 
 | ||
| Hi ! what's the command to lauch another .exe program from a bmax program ? not find this into the docs... i'm searching... ;-) Thanks ! | 
| 
 | ||
| CreateProcess? | 
| 
 | ||
| http://www.blitzmax.com/Community/posts.php?topic=54122#604308 system_ "notepad.exe" | 
| 
 | ||
| WTF?  It works, but where's that in the documentation? *stamps feet and requests, nay DEMANDS a 'search' feature for Blitzmax docs* | 
| 
 | ||
| Wouldn't help much as it's not documented. ;o) T'is in the wiki though. | 
| 
 | ||
| @GFK, the compiled CHM version of the helpfile has search and alphabetical index. http://www.blitzmax.com/Community/posts.php?topic=55806 | 
| 
 | ||
| Did the CreateProcess() work? I know the freeprocess module is in the standard distribution, but just haven't looked at it much. Does it work on all platforms? | 
| 
 | ||
| Here's a tutorial http://www.blitzbasic.com/Community/posts.php?topic=53709 | 
| 
 | ||
| cool |