Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Robert Kummer | > | Code Generator | > | generate.bat | > | Download | ||
|
Download |
@echo off :init_arg set args= :get_arg shift if "%0"=="" goto :finish_arg set args=%args% %0 goto :get_arg :finish_arg set php=C:\Programme\php-4.3.10\cli\php.exe set ini=C:\Programme\php-4.3.10\php.ini %php% -c %ini% generateClass.php %args% |