Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: Windows Environment Variable from the local system when running Stata via RemoteApp
From
Jean-François Morazzani <[email protected]>
To
"[email protected]" <[email protected]>
Subject
RE: st: Windows Environment Variable from the local system when running Stata via RemoteApp
Date
Mon, 15 Apr 2013 15:33:40 +0000
Thanks Phil for your reply, but unfortunately it does not fix my issue.
The thing is that I want to use a "local/global" that will be set to some users' specific folder on their local machine. So everyone could copy the script on their machine and test/use the scripts without having to open it and modify the local path.
For example my script will do the following:
local ScriptsFolder "c:\Temp\Stata\"
use "`ScriptsFolder'\data\SomeData.dta", clear
do "`ScriptsFolder'\SomeScript.do"
...
The thing is that I cannot pass arguments to Stata has I'm using it through RemoteApp (therefore I'm calling Stata using a .rdp shortcut on my deskptop).
Thanks anyway.
I guess I will have to find another solution, like replacing the value of the local ScriptsFolder manually or automatically via a custom script.
Regards,
JFM
-----Message d'origine-----
De : [email protected] [mailto:[email protected]] De la part de Phil Schumm
Envoyé : samedi 13 avril 2013 00:35
À : [email protected]
Objet : Re: st: Windows Environment Variable from the local system when running Stata via RemoteApp
On Apr 12, 2013, at 12:43 PM, Jean-François Morazzani wrote:
> I'm using Stata/Mp on my machine via the RemoteApp feature from Windows, which means that Stata is in fact running on our server (and therefore using the Server's resources).
> But I want to use the Environment Variables that I set on my Windows machine.
You can certainly do this with ssh (i.e., send environment vars to the server, provided it is configured to support this), but unfortunately I don't know anything about Windows. However, why not simply use a profile.do file on the server (see [GSW] C.3)?
-- Phil
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/