Skip to content

Instantly share code, notes, and snippets.

@stefanbc
Created June 13, 2013 17:35
Show Gist options
  • Save stefanbc/5775648 to your computer and use it in GitHub Desktop.
Save stefanbc/5775648 to your computer and use it in GitHub Desktop.
SVN bat file
@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