| 
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
 
 |