From maintainers-request at octave dot org Mon Jan 17 03:12:03 2005 Subject: Re: Yet another thread on Octave on Windows. From: Ole Jacob Hagen To: "John W. Eaton" CC: maintainers at octave dot org Date: Mon, 17 Jan 2005 10:13:12 +0100 John W. Eaton wrote: >Try > > octave --interactive --path > D:\\Octave\\OctaveBin\\share\\octave\\2.1.64\\m// --exec-path > D:\\Octave\\OctaveBin\\libexec\\octave// > >Also, does > > octave --interactive --path > D:/Octave/OctaveBin/share/octave/2.1.64/m// --exec-path > D:/Octave/OctaveBin/libexec/octave// > >work? > > They both are working. Octave searches recursively as well from these folders. . It doesn't use working directory to find m-files, but it seems to find oct-files in working directory. Cheers, Ole J. >jwe > > >