program launcher
Blitz3D Forums/Blitz3D Beginners Area/program launcher| 
 | ||
| Can Blitz be used to run other programs? | 
| 
 | ||
| ..yup..take a look at EXECFILE command... | 
| 
 | ||
| You can even open up webpages or a email client with it:- ExecFile("http://www.blitzbasic.com") ExecFile("mailto:"+emailAddress$) |