commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / DB / scripts / DB_DataObject_createTables.bat
1 @ECHO OFF
2 REM $Id: DB_DataObject_createTables.bat,v 1.1 2003/09/08 20:43:31 arnaud Exp $
3 REM BATCH FILE TO EXECUTE PEAR::DB_DATAOBJECT createTables.php script
4
5 IF '%1' == '' (
6 ECHO **************************************************
7 ECHO * Please pass the name of the ini file
8 ECHO * to process at the only parameter
9 ECHO *
10 ECHO * e.g.: DB_DataObject_createTables my_ini_file.ini
11 ECHO **************************************************
12 GOTO :EOF
13 )
14
15 %PHP_PEAR_PHP_BIN% %PHP_PEAR_INSTALL_DIR%\DB\DataObject\createTables.php %1