@echo off set GSDLHOME=**GSDLHOME** set GSDLOS=windows if "%OS%" == "Windows_NT" set PATH=%PATH%;%GSDLHOME%\bin\windows;%GSDLHOME%\bin\script if "%OS%" == "" set PATH="%PATH%";"%GSDLHOME%\bin\windows";"%GSDLHOME%\bin\script" echo Your environment has successfully been set up to run Greentone. echo Note that these settings will only have effect within this MS-DOS echo session. You will therefore need to rerun setup.bat if you want echo to run Greenstone programs from a different MS-DOS session.