Revision caa86f46ee9032ff414bcbb095f3ea5b0f7ecf67 authored by Ryan VanderMeulen on 18 March 2014, 01:37:38 UTC, committed by Ryan VanderMeulen on 18 March 2014, 01:37:38 UTC
--HG--
extra : rebase_source : d1b2f15f8c9faf45b151ee99d60e4d5716cb7754
2 parent s 2c739fb + 282d948
Raw File
install.bat
@echo off
rem This Source Code Form is subject to the terms of the Mozilla Public
rem License, v. 2.0. If a copy of the MPL was not distributed with this
rem file, You can obtain one at http://mozilla.org/MPL/2.0/.

@echo on

@if not exist %2\nul mkdir %2
@rm -f %2\%1
@cp %1 %2
back to top