From: GUI <ossadas@hotmail.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to permanently change Matlab working direc
Message-ID: <ef5cfc4.0@webcrossing.raydaftYaTP>
Date: Tue, 10 Jul 2007 08:45:22 -0400
References: <ef5cfc4.-1@webcrossing.raydaftYaTP>
Lines: 17
NNTP-Posting-Host: 193.136.33.133
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:418224



Ali Abuelmaatti wrote:
>
>
> Hi All,
>
> Does any one now how to permanently change the Matlab working
> directory from the c:\Program Files\MATLAB704\work that it comes
> with
> as default. Please note that I do mean the working directory not
> the
> search path. I mean the directory that it goes to first when you go
> file>open or file>save and so on.
>
> Thanks in advance.
 
You can use the "cd" command.
Example: "cd d:\stuff\univ"