Login   Register  
PHP Classes
elePHPant
Icontem

File: generate.bat

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Robert Kummer  >  Code Generator  >  generate.bat  >  Download  
File: generate.bat
Role: Auxiliary data
Content type: text/plain
Description: command line start program (win)
Class: Code Generator
Generate classes to access MySQL table rows
Author: By
Last change:
Date: 2005-11-10 01:44
Size: 263 bytes
 

Contents

Class file image 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%