program launcher

Blitz3D Forums/Blitz3D Beginners Area/program launcher

Gord(Posted 2006) [#1]
Can Blitz be used to run other programs?


Naughty Alien(Posted 2006) [#2]
..yup..take a look at EXECFILE command...


Pineapple(Posted 2006) [#3]
You can even open up webpages or a email client with it:-

ExecFile("http://www.blitzbasic.com")

ExecFile("mailto:"+emailAddress$)