source: main/trunk/greenstone3/SETUP.bat

Last change on this file was 38421, checked in by anupama, 5 months ago
  1. gli must also source SETUP.bash/bat to set up env for extensions, in place of sourcing gs3-setup.sh/bat. 2. SETUP.bat needs to pass SetEnv parameter to gs3-setup.bat when calling the latter, so pass all general parameters there may be to the scripts SETUP.bat calls.
File size: 472 bytes
Line 
1@echo off
2
3:: This file tries to mimic what the SETUP.bash script does.
4::
5:: Useful script for developers to run and operate Greenstone3 on the command-line
6::
7:: Bash equivalent needs to be sourced/called in the directory where it is located
8:: In the Batch file too, we want to call the scripts relative to where we are
9:: The batch gs3-setup.bat script moreover can expect parameters, for example the key "SetEnv"
10
11call .\gs3-setup-cli.bat %*
12call .\gs3-setup.bat %*
Note: See TracBrowser for help on using the repository browser.