Program launcher
BlitzPlus Forums/BlitzPlus Programming/Program launcher| 
 | ||
| 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, | 
| 
 | ||
| Look at CreateProcess() and ExecFile() | 
| 
 | ||
| Thanks! |