I have written an ado command that calls a native executable (an exe file in Windows). Users have trouble understanding that they need to place the executable file in the OS execution path, or edit the search path. I am thinking that I could have the .ado file learn the location it was loaded from, and look for the executable there. -net install- could then install the executable in that directory and everything would be automatic. -Net install- even has the ability to chose the appropriate architecture for the target computer, so I think this is something that has come up before. The -which- command returns the appropriate location, but is there a way for the ado program to convert that output to a macro? Any other way to achieve that end? I don't see a creturn value for this, which is where I expected to find something appropriate.
Related Posts with Saving the output of -which-
qq PlotsHello everbody, I have estimated parameter alpha for each participant with six different methods. I…
svy:logit has more observations than simple logit commandI am working with survey data and use the svy command before running my logit regression as follows:…
ttesti equivalent of oneway ANOVAHi all, I need to compare means of a parameter of 8 groups (independent). I do have SD but I do not…
Help with Recoding with Multiple LoopsHello, I have a series of variables that looks like job[i]_sched[y]. [i] varies from 1 to 6. [y] var…
repeated-measure vs. nested anova problemsI think I want to use Repeated-Measure Anova command, "anova, repeated ()" or "wsanova" commands bas…
Subscribe to:
Post Comments (Atom)
0 Response to Saving the output of -which-
Post a Comment