PHP Classes

File: cli_batch/exec_all_batch.bat

Recommend this page to a friend!
  Classes of Dave Smith   PHP Deprecated Function Checker   cli_batch/exec_all_batch.bat   Download  
File: cli_batch/exec_all_batch.bat
Role: Auxiliary script
Content type: text/plain
Description: Batch File
Class: PHP Deprecated Function Checker
Find deprecated functions and suggest replacements
Author: By
Last change:
Date: 8 years ago
Size: 584 bytes
 

Contents

Class file image Download
REM c:\wamp\bin\php\php5.5.12\php.exe : command-line program
REM -f : execute the file in the next parameter
REM c:/wamp/www/test/depcheck-2015-04-14/all_batch.php
REM c:/wamp/www/test : the directory to check (arg[1])
REM Y : Show files with no remarks (arg[2])
REM > report_test : outputfile
REM [full path to command-line program] -f [full path to all_batch.php] [full path of directory to check] [Show check file name: Y/N] > [output file]
c:\wamp\bin\php\php5.5.12\php.exe -f c:/wamp/www/test/depcheck-2015-04-14/all_batch.php c:/wamp/www/FBIS N > report_FBIS.txt