Any way to launch external programs?
Blitz3D Forums/Blitz3D Programming/Any way to launch external programs?| 
 | ||
| I am trying to make a program to set up some not very easy to set up editing tools for a game easier to set up. I am wondering if it is possible for blitz3d to run the external programs (windows BATch files) upon exiting? | 
| 
 | ||
| Maybe ExecFile? | 
| 
 | ||
| Execfile will open any file with the corresponding default program, so it will work with EXEs, PDFs, HTML, BAT.... pretty much anything. | 
| 
 | ||
| I knew there was one! How did i miss that! Thanks all! |