source: gli/trunk/client-fli.bat@ 16403

Last change on this file since 16403 was 16403, checked in by ak19, 16 years ago

New windows script to launch FLI as client of a remote Greenstone server (both 2 and 3). Basically sets some env vars and calls the modified client-gli.bat

File size: 232 bytes
Line 
1@echo off
2
3set PROGNAME=Fedora
4set PROGNAME_EN=Fedora Librarian Interface
5set PROGABBR=FLI
6
7:: run GLI in fedora mode
8client-gli.bat -fedora %*
9
10:done
11:: ---- Clean up ----
12set PROGNAME_EN=
13set PROGABBR=
14set PROGNAME=
Note: See TracBrowser for help on using the repository browser.