Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: renaming path name in 100 do-files


From   Ulrich Kohler <[email protected]>
To   [email protected]
Subject   Re: st: renaming path name in 100 do-files
Date   Thu, 24 Sep 2009 16:12:05 +0200

Perhaps something along the following lines:

ssc install dirtools
ldo
foreach file in `r(files)' {
   filefilter `file' `file'new, from(<oldpath>) to(<newpath>)
}

Uli


Am Donnerstag, den 24.09.2009, 15:02 +0100 schrieb raoul reulen:
> Dear all,
> 
> I received around 100 different do-files from a colleague, but the
> path name in each do-file is different from my computer because the
> do-files were on a different computer. Is there any easy way to change
> the path in each do-file without having to physically open each
> do-file and replace the path name?
> 
> Thanks,
> 
> Raoul
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   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