Thanks <br><br><br><br><br><div class="gmail_quote">On Wed, Nov 24, 2010 at 7:47 PM, Dimitris Mantas <span dir="ltr"><<a href="mailto:lmd26@tee.gr">lmd26@tee.gr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For the same reason I've modified my esp-r batch as follows, in order to start in the folder I keep all<br>
of my projects. As you see I've also included a reminder for the locality settings and a change in the path<br>
to cope with a "multiple GTK *.dll problem" I had with v.11.8.<br>
<br>
Note that this variable change (homepath) is only valid for the esp-r session + the child processes (e.g. running res via<br>
prj menus), so you %homepath% will still be "home/me" for other actions.<br>
<br>
Dimitris<br>
<br>
<br>
*** start of esp-r batch file<br>
@rem batch file to start project manager - associate with cfg files<br>
<br>
@cls<br>
<br>
@echo . .<br>
<br>
@echo *****************************************************************************<br>
<br>
@echo *** first check appropriate locality settings ("."=decimal ","=seperator) ***<br>
<br>
@echo *****************************************************************************<br>
<br>
@echo . .<br>
<br>
@echo *************************** RUNNING VERSION 11.9 ****************************<br>
<br>
@type c:\esru\esp-r\bin\beep<br>
<br>
@pause<br>
<br>
@echo starting prj ...<br>
<br>
@echo off<br>
<br>
d:<br>
<br>
cd\sim<br>
<br>
set homepath=d:\sim<br>
<br>
@rem next line with path setting not needed anymore; it was needed till v11.8 to cope with the presence of multiple *.dll of the same name<br>
<br>
@rem set path=c:\GTK\bin;%path%<br>
<br>
start prj -size 130 0 0 -file %1<br>
<br>
<br>
<br>
*** end of esp-r batch file<br>
<br>
<br>
----- Original Message ----- From: "Jon Hand" <<a href="mailto:jon@esru.strath.ac.uk" target="_blank">jon@esru.strath.ac.uk</a>><br>
To: "victor bunster" <<a href="mailto:victorbunster@gmail.com" target="_blank">victorbunster@gmail.com</a>>; <<a href="mailto:esp-r@lists.strath.ac.uk" target="_blank">esp-r@lists.strath.ac.uk</a>><br>
Sent: Wednesday, November 24, 2010 6:03 AM<br>
Subject: [esp-r] Re: main folder location<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
<br>
The default action of the software is to find the definition of the users home folder<br>
(we know that we can create files and folders in that location) and use that. What<br>
I often do is to start the model but before I put in any additional information I exit prj and<br>
I copy the model folder to the place where I really want it to live, I change to<br>
that folder and then startup the project manager again focused on the model<br>
configuration file.<br>
<br>
Perhaps there could be a new environment variable (like $MODELS) which<br>
if it was defined would be used in place of the $HOME environment variable.<br>
<br>
There might be other approaches that would work? Any suggestions out there?<br>
<br>
-Jon Hand<br>
________________________________________<br>
From: <a href="mailto:esp-r-bounces@lists.strath.ac.uk" target="_blank">esp-r-bounces@lists.strath.ac.uk</a> [<a href="mailto:esp-r-bounces@lists.strath.ac.uk" target="_blank">esp-r-bounces@lists.strath.ac.uk</a>] On Behalf Of victor bunster [<a href="mailto:victorbunster@gmail.com" target="_blank">victorbunster@gmail.com</a>]<br>
Sent: 23 November 2010 22:47<br>
To: <a href="mailto:esp-r@lists.strath.ac.uk" target="_blank">esp-r@lists.strath.ac.uk</a><br>
Subject: [esp-r] main folder location<br>
<br>
Hi,<br>
Is possible to choose where to save the main folder when you start a new project?<br>
I'm trying in both text mode and the gui doing "/home/me/Desktop/project001/file" but still saves it in the "home/me" folder.<br>
<br>
Thanks,<br>
<br>
<br></div></div>
_______________________________________________<br>
esp-r mailing list<div class="im"><br>
<a href="mailto:esp-r@lists.strath.ac.uk" target="_blank">esp-r@lists.strath.ac.uk</a><br>
</div><a href="http://lists.strath.ac.uk/mailman/listinfo/esp-r" target="_blank">http://lists.strath.ac.uk/mailman/listinfo/esp-r</a><br>
<br>
</blockquote>
<br>
<br>
</blockquote></div><br>