Login   Register  
PHP Classes
elePHPant
Icontem

File: square.bat

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-04-30 02:48
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%
)