lauch an executable program

BlitzMax Forums/BlitzMax Beginners Area/lauch an executable program

hub(Posted 2006) [#1]
Hi !
what's the command to lauch another .exe program from a bmax program ?
not find this into the docs... i'm searching... ;-)
Thanks !


FlameDuck(Posted 2006) [#2]
CreateProcess?


assari(Posted 2006) [#3]
http://www.blitzmax.com/Community/posts.php?topic=54122#604308
system_ "notepad.exe"



GfK(Posted 2006) [#4]
WTF? It works, but where's that in the documentation?

*stamps feet and requests, nay DEMANDS a 'search' feature for Blitzmax docs*


Yan(Posted 2006) [#5]
Wouldn't help much as it's not documented. ;o)

T'is in the wiki though.


assari(Posted 2006) [#6]
@GFK, the compiled CHM version of the helpfile has search and alphabetical index. http://www.blitzmax.com/Community/posts.php?topic=55806


ImaginaryHuman(Posted 2006) [#7]
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?


kfprimm(Posted 2006) [#8]
Here's a tutorial http://www.blitzbasic.com/Community/posts.php?topic=53709


ImaginaryHuman(Posted 2006) [#9]
cool