source: other-projects/nightly-tasks/crons-and-scripts/windows/run-gs-diffcol.bat

Last change on this file was 38092, checked in by anupama, 8 months ago

The run-gs-diffcol.bat file for windows. Pass in min-min-gs3 to run through the entire diffcol process.

File size: 441 bytes
Line 
1@echo off
2:: run as: run-gs-diffcol.bat [setup_greenstone|run_test|summarise|upload] [opts] --gs3
3:: e.g. run-gs-diffcol.bat--gs3
4:: or: run-gs-diffcol.bat --help
5:: or: run-gs-diffcol.bat --nosvn --gs3 [cols]
6:: or: run-gs-diffcol.bat --justdiff --gs3 [cols]
7
8set PERL_HOME=C:\greenstone\gs-release-builder\packages\strawberry-perl-5.18\perl
9%PERL_HOME%\bin\perl.exe -s c:\greenstone\gs-release-builder\envi\bin\envi.pl diffcol %*
Note: See TracBrowser for help on using the repository browser.