Created
June 13, 2013 17:35
-
-
Save stefanbc/5775648 to your computer and use it in GitHub Desktop.
SVN bat file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title SVN Client v1.0 | |
echo #################################### | |
echo ## ## | |
echo ## Welcome to the SVN Client v1.0 ## | |
echo ## ## | |
echo #################################### | |
cd C:\Program Files\SlikSvn\bin\ | |
cmd /k svn.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment