Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: how can i get the list of ado-files in base and update folder?


From   "Dan Richard" <[email protected]>
To   [email protected]
Subject   Re: st: how can i get the list of ado-files in base and update folder?
Date   Sun, 12 Jun 2005 17:03:21 +0000

thank you very much,professor Williams.

although "dir/s c:\stata8\ado\*.ado" doesn't work, i really appreciate your help.

i want to familiar all of the descriptions about ado-commands in a list style,that's my aim. now i think i have to use different approach to it. by the contents the soft provided,i can get the ado-commands&help stata co.installed and updated; by input "ado d",i can get the ado-commands written by others and installed by me. thank you again.

the below is the result when i input "dir/s c:\stata8\ado\*.ado":

. dir/s c:\stata8\ado\*.ado
invalid 'c' r(198);

. dir c:\stata8\ado\*.ado
file not found

. ls c:\stata8\ado\*.ado
file not found

. dir "c:\stata8\ado\*.ado"
file not found

. dir "c:\stata8\ado\" *.ado
invalid '*' r(198);

. dir "c:\stata8\ado\" .ado
invalid '.ado' r(198);

. dir "c:\stata8\ado\" ado
invalid 'ado' r(198);




From: Richard Williams <[email protected]>
Reply-To: [email protected]
To: [email protected], [email protected]
Subject: Re: st: how can i get the list of ado-files in base and update
folder?
Date: Sat, 11 Jun 2005 15:03:42 -0500

At 07:16 PM 6/11/2005 +0000, =?gb2312?B?ta0g1LbF9A==?= wrote:
hi,everyone,

i met a problem,and who can help me?

when i input// .ado //in the command window, the LIST of ado-files i've installed is showed. but when i input// . ado, from("c:\stata8\ado") //, there is no any reaction and i cannot see the list of ado-files stata co.'s installed and updated. how can i see them? my meaning is that i want see all of the ado files in one list.

thanks
Richard
It is going to be an awfully long list, and you might be better off just doing it from the operating system. But, from within Stata, you could type

shell

and then, at the command prompt, type

dir/s c:\stata8\ado\*.ado

There are various directory utilities available - perhaps one of them will work better for you.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc

*
* 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/
_________________________________________________________________
�������������ĵ����ʼ�ϵͳ�� MSN Hotmail�� http://www.hotmail.com
*
* 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/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index