Revision dc2d2f297d38600d48b4f9dc41facfd7f4f7d5e1 authored by Fons Rademakers on 13 October 2010, 10:39:18 UTC, committed by Fons Rademakers on 13 October 2010, 10:39:18 UTC

git-svn-id: http://root.cern.ch/svn/root/tags/v5-26-00e@36332 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent cdc6862
Raw File
thisroot.bat
@echo off
rem Source this script to set up the ROOT build that this script is part of.
rem
rem Author: Axel Naumann, 10/07/2007

set OLDPATH=%CD%
set THIS=%0
set THIS=%THIS:~0,-12%.
cd /D %THIS%\..
set ROOTSYS=%CD%
cd /D %OLDPATH%
set PATH=%ROOTSYS%\bin;%PATH%
set OLDPATH=
set THIS=
back to top