|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: RE: path for winexec?
According to [D] shell, the difference is that "...Stata does not wait for
whatever program winexec launches to complete before continuing".
Martin Weiss
_________________________________________________________________
Diplom-Kaufmann Martin Weiss
Mohlstrasse 36
Room 415
72074 Tuebingen
Germany
Fon: 0049-7071-2978184
Home: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1130
Publications: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1131
SSRN: http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=669945
-----Original Message-----
From: Rodrigo Alfaro A. [mailto:[email protected]]
Sent: Tuesday, May 27, 2008 6:56 PM
To: [email protected]
Cc: Martin Weiss
Subject: RE: path for winexec?
It is clear in the manual: -shell- calls cmd.exe
or command.com and winexec calls any application.
For example in WinNT we have
! or shell <=> winexec cmd.exe
For that reason your line !ps2pdf mylog.ps
is passing the argument "ps2pdf mylog.ps" to cmd
Rodrigo.
-----Mensaje original-----
De: [email protected]
[mailto:[email protected]] En nombre de Martin Weiss
Enviado el: Martes, 27 de Mayo de 2008 12:33 p.m.
Para: [email protected]
Asunto: st: path for winexec?
Dear Statalisters,
I am wondering whether there is a way to make Stata find executables on
its own. I usually have a smcl-log running and sometimes like to turn it
into a pdf (on a Windows machine). So I have it translated to ps and
then let Stata
-winexec- the ps2pdf from the Miktex distribution. After conversion, I
want the file to be displayed automatically, so the code looks like
this:
***********************
-my commands-
log close
translate "mylog.smcl" "C:/Users/`c(username)'/Desktop/mylog.ps",
replace
translator(smcl2ps)
!ps2pdf mylog.ps
winexec "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe"
"C:/Users/`c(username)'/Desktop/mylog.pdf"
***********************
I have generalized the file to run on different machines without a
requirement for any tweaking. The only missing link is the path to the
reader exe in the last line. I am wondering why Stata is able to find
the ps2pdf exe but not the reader. Is there a way to have it do that as
well? I thought about putting it into the profile.do, but that would
merely shift the onus to the profile without solving the problem...
Any ideas?
Martin Weiss
_________________________________________________________________
Diplom-Kaufmann Martin Weiss
Mohlstrasse 36
Room 415
72074 Tuebingen
Germany
Fon: 0049-7071-2978184
Home: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1130
Publications: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1131
SSRN: http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=669945
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
****************************************************************************
****
ADVERTENCIA: La informaci�n contenida en esta transmisi�n, y en
cualquier archivo adjunto, est� sujeta a reserva legal conforme a la
normativa aplicable al Banco Central de Chile, y no puede ser usada
o difundida por personas distintas de su o sus destinatarios. Si usted ha
recibido esta transmisi�n por error, por favor notifique inmediatamente
al remitente respondiendo por este mismo medio y elim�nela de su sistema.
El Banco Central de Chile no se har� responsable de la exactitud y
veracidad de la informaci�n contenida en este mensaje, as� como de su
modificaci�n, copia, divulgaci�n o reenv�o, total o parcial. Su uso
no autorizado puede ser sancionado de conformidad con las leyes chilenas.
El Banco Central de Chile transmite sus decisiones a trav�s de
comunicados oficiales, los que pone a disposici�n del p�blico en su
p�gina de Internet: www.bcentral.cl
DISCLAIMER: The information contained in this email or any attached
file, is subject to legal privilege pursuant to the laws and regulations
applicable to the Central Bank of Chile , and may not be used or
disseminated by any person other than its intended recipients. If you
have received this transmission in error, please notify the sender
immediately by reply to this email address and delete it from your system.
The Central Bank of Chile shall not be liable for the accuracy or
authenticity of the contents of this message, whether amended, copied,
forwarded or disclosed in any form, in whole or in part. Please note
that unauthorized use may be penalized in conformity with the Chilean
law.
The Central Bank of Chile communicates its decisions by official releases,
and
makes them available to the public in its WebPages: www.bcentral.cl
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/