source: trunk/gsdl/setup.bat@ 2357

Last change on this file since 2357 was 2357, checked in by sjboddie, 23 years ago

Added a bit of feedback to the previously mute setup.bat script

  • Property svn:mime-type set to application/octet-stream
File size: 506 bytes
Line 
1@echo off
2set GSDLHOME=**GSDLHOME**
3set GSDLOS=windows
4if "%OS%" == "Windows_NT" set PATH=%PATH%;%GSDLHOME%\bin\windows;%GSDLHOME%\bin\script
5if "%OS%" == "" set PATH="%PATH%";"%GSDLHOME%\bin\windows";"%GSDLHOME%\bin\script"
6echo "Your environment has successfully been set up to run Greentone."
7echo "Note that these setings will only have effect within this MS-DOS"
8echo "session. You will therefore need to rerun setup.bat if you want"
9echo "to run Greenstone programs from a different MS-DOS session."
Note: See TracBrowser for help on using the repository browser.