Luis Pérez wrote: > Hello, > How do I invoke an external application? > for example, when Matlab is used I can invoke the calculator by > typing "! calc" in the command bar. > I'm running Octave on Windos xp. system('calc') HTH, Michael