From maintainers-request at octave dot org Fri Jan 14 09:56:49 2005 Subject: Re: Yet another thread on Octave on Windows. From: "John W. Eaton" To: Ole Jacob Hagen Cc: maintainers at octave dot org Date: Fri, 14 Jan 2005 10:58:52 -0500 On 14-Jan-2005, Ole Jacob Hagen wrote: | Hi, Paul. | | When I start Octave like this: | octave --interactive --path | D:\\Octave\\OctaveBin\\share\\octave\\2.1.64\\m --exec-path | D:\\Octave\\OctaveBin\\libexec\\octave | | Then finds the oct and m-files in these folders. But it doesn't search | recursively, how can I accomplish this? 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? jwe