From help-request at octave dot org Mon Sep 19 08:16:04 2005 Subject: Re: How to run .m file from delphi o visual basic From: =?ISO-8859-1?Q?S=F8ren_Hauberg?= To: "cesarrodriguez.paginasamarillas.com" CC: help at octave dot org Date: Mon, 19 Sep 2005 15:15:07 +0200 On Linux (or other flavors if Un*x) you do this using pipes (the exact syntax depends on the programming language). But it sounds like you're using windows. If you don't need the to communicate with the process that's running Octave then (in C at least) you should be able to use the "system" function. I guess Visual Basic and Delphi have something like the C system function, but I don't know these languages. /Søren cesarrodriguez.paginasamarillas.com wrote: > good morning > > Ho can I do run a .m file from another aplication ? , I need just run the file > > _______________________________________________________ > CESAR AUGUSTO RODRIGUEZ SUAREZ > > > > ------------------------------------------------------------- > Octave is freely available under the terms of the GNU GPL. > > Octave's home on the web: http://www.octave.org > How to fund new projects: http://www.octave.org/funding.html > Subscription information: http://www.octave.org/archive.html > ------------------------------------------------------------- > ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------