PHP Classes

File: exemplos.bat

Recommend this page to a friend!
  Classes of Everton da Rosa   PHP4Console   exemplos.bat   Download  
File: exemplos.bat
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP4Console
Render text and shapes in a terminal console
Author: By
Last change: Update of exemplos.bat
Date: 10 days ago
Size: 325 bytes
 

Contents

Class file image Download
@echo off chcp 1252 :inicio cls echo Para sair da interface de exemplos, pressione CONTROL+C echo. e:\xampp\php\php.exe -f exemplos.php SET /P exemplo=Nome do exemplo: cls e:\xampp\php\php.exe -f .\exemplos\%exemplo%.exemplo.php echo. echo Para sair da interface de exemplos, pressione CONTROL+C ou echo. pause goto inicio