Dear statalisters
I am sorry if this is slightly OT. I would like to use my favourite Editor
(WinEdt) for do-file editing. After having read
http://fmwww.bc.edu/repec/bocode/t/textEditors.html , I wrote the following
program and stored it in an ado-file:
program winedt
version 8
* discard
winexec "D:\Programme\WinEdt\WinEdt.exe" `*'
end
Now, typing
- winedt -
in Stata works fine, but when specifying a file name, like - winedt
myfile.do-, winedt fails to look in the current Stata working directory for
myfile. Instead, it looks in the directory where WinEdt was opend last
time, and fails to open myfile.do. If I specify the whole path to myfile,
everything works fine, but it is more typing work each time.
I could not change this behaviour from within WinEdt. Is there some way to
modify the above program in such a way that on typing - winedt myfile.do -,
stata substitutes "current_working_dir\myfile.do", and that specifying a
file name at all is still optional?
Thanks for any advice.
Eva
____________________________________
Eva Poen
University of St. Gallen
FEW-HSG
Varnb�elstr. 14
CH-9000 St. Gallen
Switzerland
Tel: +41-71-224 23 13
Fax: +41-71-224 23 02
EMail: [email protected]
*
* 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/