First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
15
sites/all/modules/civicrm/packages/DB/scripts/DB_DataObject_createTables.bat
Executable file
15
sites/all/modules/civicrm/packages/DB/scripts/DB_DataObject_createTables.bat
Executable file
|
@ -0,0 +1,15 @@
|
|||
@ECHO OFF
|
||||
REM $Id: DB_DataObject_createTables.bat,v 1.1 2003/09/08 20:43:31 arnaud Exp $
|
||||
REM BATCH FILE TO EXECUTE PEAR::DB_DATAOBJECT createTables.php script
|
||||
|
||||
IF '%1' == '' (
|
||||
ECHO **************************************************
|
||||
ECHO * Please pass the name of the ini file
|
||||
ECHO * to process at the only parameter
|
||||
ECHO *
|
||||
ECHO * e.g.: DB_DataObject_createTables my_ini_file.ini
|
||||
ECHO **************************************************
|
||||
GOTO :EOF
|
||||
)
|
||||
|
||||
%PHP_PEAR_PHP_BIN% %PHP_PEAR_INSTALL_DIR%\DB\DataObject\createTables.php %1
|
Loading…
Add table
Add a link
Reference in a new issue