IDL has this simple routine: SPAWN. A good syntax for Windows applications would be::
spawn, 'C:\path\to\myprogram.exe', returnStrings, errorStrings, /HIDE
where the last three parameters are optional but frequently useful. Check out other keyword options in IDL Online Help.
James Jones
|