@echo off :: This file tries to mimic what the SETUP.bash script does. :: :: Useful script for developers to run and operate Greenstone3 on the command-line :: :: Bash equivalent needs to be sourced/called in the directory where it is located :: In the Batch file too, we want to call the scripts relative to where we are :: The batch gs3-setup.bat script moreover can expect parameters, for example the key "SetEnv" call .\gs3-setup-cli.bat %* call .\gs3-setup.bat %*