80b9e618ec
git-svn-id: file:///home/svn/framework3/trunk@10727 4d416f70-5f16-0410-b530-b9f4589650da
11 lines
158 B
Batchfile
11 lines
158 B
Batchfile
@echo off
|
|
|
|
set BASE=%~dp0
|
|
cd %BASE%msf3
|
|
|
|
set PATH="%BASE%bin";"%BASE%bin\svn\bin";"%BASE%bin\ruby\bin";"%BASE%tools";%PATH%
|
|
|
|
svn up
|
|
|
|
echo Done
|
|
pause |