[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to change the path in the console
From: |
Ben Abbott |
Subject: |
Re: how to change the path in the console |
Date: |
Sat, 22 Jun 2013 09:29:50 +0800 |
On Jun 22, 2013, at 4:30 AM, dbonneau wrote:
> My path is C:\Documents and Settings\james\My
> Documents\school\test\gd\hw1\ex, and I saved it using addpath(c:\xxxxxxxxx).
> How do I change the path in console so I don't have to type above path every
> time I opned up Octave.
>
> Thanks
You can add a cd (...) command to your ~/.octaverc file
cd ("C:\Documents and Settings\james\My
Documents\school\test\gd\hw1\ex")
Ben