run an executable in windows cmd through Igor

Hi all,

I 'm currently working on a panel for data analysis. This process requires to run an external executable (*.exe) under the windows cmd. However, I don't know if there's an easy way to include that in my procedure and as a button in my data analysis panel.

For now, I would like to call that executable, and if possible enter a few parameters (maybe read them from a wave?).

Thanks in advance for any guidance (I believe this must be a simple issue fr most of you)

Dimitris
thomas_braun wrote:
ExecuteScriptText can do that.


Thanks Thomas. That should work just fine.