source: main/trunk/gli/gsdlver.bat@ 29034

Last change on this file since 29034 was 25678, checked in by davidb, 12 years ago

Added svn:executable property

  • Property svn:executable set to *
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.