PHP Classes

File: square.bat

Recommend this page to a friend!
  Classes of Benjie Velarde   SquareSpec   square.bat   Download  
File: square.bat
Role: Auxiliary data
Content type: text/plain
Description: Batch script
Class: SquareSpec
Test PHP code using Behavior Driven Development
Author: By
Last change:
Date: 10 years ago
Size: 141 bytes
 

Contents

Class file image Download
@echo off set command=php %~dp0\square.php set "errmsg=Usage: square ^(<spec-file^>^)" IF [%1] NEQ [] ( %command% %1 ) ELSE ( %command% )