Add WireMock.Net.Service example

This commit is contained in:
Stef Heyenrath
2018-03-18 10:41:31 +01:00
parent 49963dfafc
commit a4a9f2c862
14 changed files with 412 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
@echo off
call uninstall.bat
SET mypath=%~dp0
SET targetpath=C:\Services\WireMock.Net.Service\
mkdir "%targetpath%"
xcopy "%mypath%*" "%targetpath%*"
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe "%targetpath%WireMock.Net.Service.exe"
net start "WireMock.Net.Service"