octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yet another thread on Octave on Windows.


From: John W. Eaton
Subject: Re: Yet another thread on Octave on Windows.
Date: Fri, 14 Jan 2005 10:58:52 -0500

On 14-Jan-2005, Ole Jacob Hagen <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]