PHP Classes

File: generate.bat

Recommend this page to a friend!
  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: 18 years ago
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%