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 gra

[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 comm