You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
I want to reopen the ado files which was not closed when the stata closes.
This doesn't make any sense to me. Especially given that you specifically mention that the files were saved when Stata was closed.
Assuming the latter is true, type: doedit "savedfilename.ado" , obviously substituting the name of your saved file.
For me, it sounds like that you are asking for something like a "restore session" feature for the doedit-command to automatically re-open files which were open during the last session.
At least Stata 14 has no such feature, so you need to use a different editor like for example Notepad++ which has such feature. But of course other editors are not integrated into Stata.
For me, it sounds like that you are asking for something like a "restore session" feature for the doedit-command to automatically re-open files which were open during the last session.
It remains anybody's guess what the TS meant. If the above is correct, then the set of files to be so united shall be grouped into a project, then to bring that to the editor one will use
Code:
projmanager projname
Note that [at least in Stata 16.0 for Win] the manual for projmanager is not accurate indicating the default file extension as .dta, while in fact it is .stpr.
Recently used projects can be easily accessible from the corresponding sub-menu in the File menu, so you don't need to bother about the command line for that.
The only difference, perhaps, that the files are not reopened for edit right-away, but imho this is even better. You double-click on them in the project tree to open, rather than in the tabs.
Comment