Changeset 17948


Ignore:
Timestamp:
2008-11-27T16:38:01+13:00 (15 years ago)
Author:
max
Message:

Do not need to be run from the directory in which it resides anymore (necesarry for Vista elevation). Show green logo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/setup.bat

    r17909 r17948  
    11@echo off
     2pushd "%CD%"
     3CD /D "%~dp0"
    24set GSDLLANG=en
     5
     6echo.
     7echo.
     8echo  ####                        #
     9echo ##                           #
     10echo #     ###  ##   ##  ### ### ###  ##  ###  ##
     11echo #   # #   #### #### # # ##   #  #  # # # ####
     12echo ##  # #   #    #    # #   #  #  #  # # # #
     13echo  #### #    ###  ### # # ###  ##  ##  # #  ###
     14echo (C) 2008, New Zealand Digital Library Project
     15echo.
     16echo.
     17echo.
    318
    419if "%OS%" == "Windows_NT" goto WinNT
     
    1126
    1227:WinNT
    13 set GSDLHOME=**GSDLHOME**
     28set GSDLHOME=%CD%
    1429set GSDLOS=windows
    1530
     
    3348
    3449:Win95Env
    35 set GSDLHOME=**GSDLHOME**
     50set GSDLHOME=%CD%
    3651set GSDLOS=windows
    3752
     
    8196:: test writability of GSDLHOME
    8297@call "%GSDLHOME%\bin\script\checkwritability.bat"
     98popd
Note: See TracChangeset for help on using the changeset viewer.