Game Development Community

exec external apps

by Gary Roberson · in Torque 3D Beginner · 08/03/2012 (1:51 pm) · 0 replies

Is it possible to run an external app from within the torque engine?

For example, i have a small routine developed in Blitz3d that runs to my expectations, but would be difficult to recreate in Torque. If I were to save this routine in an binary .exe file, would I be able to say

exec("blitzprogram.exe")