1 | @echo off
|
---|
2 | set GSDLLANG=en
|
---|
3 |
|
---|
4 | if "%OS%" == "Windows_NT" goto WinNT
|
---|
5 | if "%OS%" == "" goto Win95
|
---|
6 | if "%GSDLLANG%" == "en" echo Setup failed - your PATH has not been set
|
---|
7 | if "%GSDLLANG%" == "es" echo No se pudo realizar la configuraci¢n - no se ha establecido la RUTA.
|
---|
8 | if "%GSDLLANG%" == "fr" echo Echc de l'installation - votre variable PATH n'a pas t ajuste
|
---|
9 | if "%GSDLLANG%" == "ru" echo áâ ®¢ª ¥ 〠« áì - ¥ ¡ë« ãáâ ®¢«¥
|
---|
10 | goto End
|
---|
11 |
|
---|
12 | :WinNT
|
---|
13 | set GSDLHOME=**GSDLHOME**
|
---|
14 | set GSDLOS=windows
|
---|
15 |
|
---|
16 | REM Override Imagemagick and Ghostscript paths to the bundled applications shipped with greenstone if they exists otherwise use default environment variables.
|
---|
17 | if exist "%GSDLHOME%\bin\windows\ghostscript\bin\gsdll32.dll" set GS_DLL=%GSDLHOME%\bin\windows\ghostscript\bin\gsdll32.dll
|
---|
18 | if exist "%GSDLHOME%\bin\windows\ghostscript\lib\*.*" set GS_LIB=%GSDLHOME%\bin\windows\ghostscript\lib
|
---|
19 | if exist "%GSDLHOME%\bin\windows\ghostscript\bin\*.*" set PATH=%GSDLHOME%\bin\windows\ghostscript\bin;%PATH%
|
---|
20 | if exist "%GSDLHOME%\bin\windows\imagemagick\*.*" set PATH=%GSDLHOME%\bin\windows\imagemagick;%PATH%
|
---|
21 |
|
---|
22 | set PATH=%GSDLHOME%\bin\windows\perl\bin;%GSDLHOME%\bin\windows;%GSDLHOME%\bin\script;%PATH%
|
---|
23 | goto Success
|
---|
24 |
|
---|
25 | :Win95
|
---|
26 | if "%1" == "SetEnv" goto Win95Env
|
---|
27 | REM We'll invoke a second copy of the command processor to make
|
---|
28 | REM sure there's enough environment space
|
---|
29 | COMMAND /E:2048 /K %0 SetEnv
|
---|
30 | goto End
|
---|
31 |
|
---|
32 | :Win95Env
|
---|
33 | set GSDLHOME=**GSDLHOME**
|
---|
34 | set GSDLOS=windows
|
---|
35 |
|
---|
36 | REM Override Imagemagick and Ghostscript paths to the bundled applications shipped with greenstone if they exists otherwise use default environment variables.
|
---|
37 | if exist "%GSDLHOME%\bin\windows\ghostscript\bin\gsdll32.dll" set GS_DLL="%GSDLHOME%\bin\windows\ghostscript\bin\gsdll32.dll"
|
---|
38 | if exist "%GSDLHOME%\bin\windows\ghostscript\lib\*.*" set GS_LIB="%GSDLHOME%\bin\windows\ghostscript\lib"
|
---|
39 | if exist "%GSDLHOME%\bin\windows\ghostscript\bin\*.*" set PATH="%GSDLHOME%\bin\windows\ghostscript\bin";"%PATH%"
|
---|
40 | if exist "%GSDLHOME%\bin\windows\imagemagick\*.*" set PATH="%GSDLHOME%\bin\windows\imagemagick";"%PATH%"
|
---|
41 |
|
---|
42 | set PATH="%GSDLHOME%\bin\windows\perl\bin";"%GSDLHOME%\bin\windows";"%GSDLHOME%\bin\script";"%PATH%"
|
---|
43 | goto Success
|
---|
44 |
|
---|
45 |
|
---|
46 | :Success
|
---|
47 | if "%GSDLLANG%" == "en" echo Your environment has successfully been set up to run Greenstone.
|
---|
48 | if "%GSDLLANG%" == "en" echo Note that these settings will only have effect within this MS-DOS
|
---|
49 | if "%GSDLLANG%" == "en" echo session. You will therefore need to rerun setup.bat if you want
|
---|
50 | if "%GSDLLANG%" == "en" echo to run Greenstone programs from a different MS-DOS session.
|
---|
51 |
|
---|
52 | if "%GSDLLANG%" == "es" echo Su ambiente ha sido configurado para correr los programas Greenstone.
|
---|
53 | if "%GSDLLANG%" == "es" echo Recuerde que estos ajustes £nicamente tendr n efecto dentro de esta sesi¢n
|
---|
54 | if "%GSDLLANG%" == "es" echo MS-DOS. Por lo tanto deber ejecutar nuevamente setup.bat si desea
|
---|
55 | if "%GSDLLANG%" == "es" echo correr los programas de Greenstone desde una sesi¢n MS-DOS diferente.
|
---|
56 |
|
---|
57 | if "%GSDLLANG%" == "fr" echo Votre environnement a t configure avec succs pour excuter Greenstone
|
---|
58 | if "%GSDLLANG%" == "fr" echo Notez que ces paramtrages n'auront d'effet que dans cette session MS-DOS.
|
---|
59 | if "%GSDLLANG%" == "fr" echo Vous devrez par consquent rexcuter setup.bat si vous voulez faire
|
---|
60 | if "%GSDLLANG%" == "fr" echo lancer des programmes Greenstone dans une autre session MS-DOS.
|
---|
61 |
|
---|
62 | if "%GSDLLANG%" == "ru" echo è¥ ®ªàãŠ¥š¥ ¡ë«® ãá¯¥è® áâ஥®, ç⮡ë ãáâ ®¢šâì Greenstone ¡à âšâ¥
|
---|
63 | if "%GSDLLANG%" == "ru" echo ¢š¬ š¥, çâ® íâš § ç¥šï ¡ã€ãâ ⮫쪮 š¬¥âì íä䥪⠢ ¯à¥€¥« å í⮣® MS DOS
|
---|
64 | if "%GSDLLANG%" == "ru" echo á¥áášï. ë ¡ã€¥â¥ ¯®í⮬㠀®«Šë ¯®¢â®à® ã¯à ¢«ïâì setup.bat, ¥á«š ë å®âšâ¥
|
---|
65 | if "%GSDLLANG%" == "ru" echo ã¯à ¢«ïâì ¯à®£à ¬¬ ¬š ¥«ñëå š§¢¥àŠ¥ëå ¯®à®€ ®â à §«šç®© á¥áášš MS DOS.
|
---|
66 |
|
---|
67 | :End
|
---|
68 |
|
---|
69 | :: test writability of GSDLHOME
|
---|
70 | @call "%GSDLHOME%\bin\script\checkwritability.bat"
|
---|