source: trunk/gsdl/setup.bat@ 2380

Last change on this file since 2380 was 2362, checked in by jrm21, 23 years ago

fixed a typo.

  • Property svn:mime-type set to application/octet-stream
File size: 499 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 settings 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.