|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: change $UserDocumentsDirectory
- To: mathgroup at smc.vnet.net
- Subject: [mg76422] Re: [mg76386] Re: change $UserDocumentsDirectory
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Tue, 22 May 2007 02:42:58 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200705210957.FAA09986@smc.vnet.net>
- Reply-to: murray at math.umass.edu
Yes, that works.
Bill Rowe wrote:
> On 5/20/07 at 2:26 AM, murray at math.umass.edu (Murray Eisenberg)
> wrote:
>
>> Is there an OS environment variable that can be used to change
>> $UserDocumentsDirectory?
>
> Wouldn't it be simpler and just as effective to put
>
> Unprotect[$UserDocumentDirectory]
> $UserDocumentDirectory="..."
> Protect[$UserDocumentDirectory]
>
> in your init.m file?
> --
> To reply via email subtract one hundred and four
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
Prev by Date:
Re: Solve and Piecewise Functions
Next by Date:
Re: Simplify (-1)^((-1)^n)
Previous by thread:
Re: change $UserDocumentsDirectory
Next by thread:
Re: Re: change $UserDocumentsDirectory
|