On Saturday 12 May 2001 00:51, Brandon Orther wrote:
> Hello,
>
> I found asp2php to be a great tool.  Does anyone know of a way to make
> it convert a whole directory or more than one file at a time?

I don't know asp2php, but a simple

cd src
for i in `find -name '*.php'` ; do
  asp2php $i ../dest/$i
done

should do it in any decent environment (i.e. any Unix flavor :)

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Install once, run forever. Linux.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to