source: gli/trunk/gsdlver.bat@ 19389

Last change on this file since 19389 was 19389, checked in by ak19, 15 years ago
File size: 232 bytes
Line 
1@echo off
2
3:: This batch script returns the version of greenstone that is running
4set _VERSION=1
5
6:: first parameter is the value of gsdlpath
7if exist %1\gs3-setup.bat set _VERSION=3
8if exist %1\setup.bat set _VERSION=2
9
10
Note: See TracBrowser for help on using the repository browser.