source: other-projects/GlamED/trunk/collectionBuilder.bat@ 26599

Last change on this file since 26599 was 26592, checked in by davidb, 11 years ago

Adding a collection huilder batch file.

File size: 169 bytes
Line 
1@echo off
2chdir "greenstone3-svn"
3call "./gs3-setup.bat"
4perl -S buildcol.pl -verbosity 5 -site localsite testexp
5perl -S activate.pl -site localsite testexp
6pause
7exit
Note: See TracBrowser for help on using the repository browser.