Program launcher

BlitzPlus Forums/BlitzPlus Programming/Program launcher

DrDerekDoctors(Posted 2005) [#1]
Er, el stupid here again but is it possible to write a program launcher in B+ (if so, how d'you call the program? Is there an equivalent of C's system() function?) and also how d'you make sure that the B+ window shuts down before the program window opens?

Thanks,


Beaker(Posted 2005) [#2]
Look at CreateProcess() and ExecFile()


DrDerekDoctors(Posted 2005) [#3]
Thanks!