[CM] how to set the working directory in grace?

2015-07-12 Thread Michael Winkler

Hi List

How can I set my working directory by code?

(set-working-directory! /users/michael/Desktop) gives me an Error: 
set-working-directory! unbound variable


If I just open grace, there is no working directory by default, so I 
would like to make a load-file with, amongst others, this command.


best,
Michael

OSX 10.10.3, Common Music 3.9.0
___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist



Re: [CM] how to set the working directory in grace?

2015-07-12 Thread Johannes Quint
what about

(chdir ~/michael/Desktop)

johannes

Am 12.07.2015 um 12:08 schrieb Michael Winkler:

 Hi List
 
 How can I set my working directory by code?
 
 (set-working-directory! /users/michael/Desktop) gives me an Error: 
 set-working-directory! unbound variable
 
 If I just open grace, there is no working directory by default, so I would 
 like to make a load-file with, amongst others, this command.
 
 best,
 Michael
 
 OSX 10.10.3, Common Music 3.9.0
 ___
 Cmdist mailing list
 Cmdist@ccrma.stanford.edu
 https://cm-mail.stanford.edu/mailman/listinfo/cmdist
 

 

Johannes Quint
www.johannes-quint.de

___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist