[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave startup
From: |
Tom Weichmann |
Subject: |
Re: Octave startup |
Date: |
Fri, 24 Nov 2000 11:48:18 +0000 |
On Friday 24 November 2000 10:11 am, Gianmarco Bruno wrote:
> Hi all,
> I know Matlab, my problem is with the NT shell !
> I need to launch Octave and execute a script at startup time.
> I've already tried:
>
> C:Ü> Octave my_startup
> C:Ü> Octave < my_startup
>
> These don't work. Any ideas ?
> Regards
> Gianmarco
>
>
>
>
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
That sounds like something that you might be able to put in your octaverc.
Otherwise - if you are using octave-windows from matlinks - open the file in
the octaveÜbin directory called 'start' . It is a sh script that calles
octave so you could add whatever you need after the ....... -e octave. When
you click on the octave icon it runs octave.bat which in turn runs start
which then executes octave in a rxvt terminal. So the third option would be
to modify octave.bat and the start shell script to accept command line
arguements (not to hard).
Hope this helps,
--
Tom Weichmann
-------------------------------------------------------------
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 startup, Gianmarco Bruno, 2000/11/24
- Re: Octave startup,
Tom Weichmann <=