root/main/trunk/gli/gsdlver.bat
@
31701
Revision 25678, 232 bytes (checked in by davidb, 8 years ago) | |
---|---|
|
Line | |
---|---|
1 | @echo off |
2 | |
3 | :: This batch script returns the version of greenstone that is running |
4 | set _VERSION=1 |
5 | |
6 | :: first parameter is the value of gsdlpath |
7 | if exist %1\gs3-setup.bat set _VERSION=3 |
8 | if exist %1\setup.bat set _VERSION=2 |
9 | |
10 |
Note: See TracBrowser
for help on using the browser.