X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 29 May 2008 07:47 PM by  anon
calling Window .exe routines from IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
29 May 2008 07:47 PM
    Does anybody out there has a simple routine which allows calling *.exe windows programs from IDL Please respond to the list or privately to julius_turian@rush.edu

    Deleted User



    New Member


    Posts:
    New Member


    --
    29 May 2008 07:47 PM
    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
    You are not authorized to post a reply.