mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: deploy.bat
This commit is contained in:
parent
34974ac52d
commit
a007f773dc
@ -9,7 +9,7 @@ set TARGET=\\%TARGET_MACHINE%%TARGET_ACCOUNT%
|
||||
echo on
|
||||
cd %~dp0..
|
||||
mkdir %TARGET% 2>nul
|
||||
for f in (winfsp-%SUFFIX%.sys winfsp-%SUFFIX%.dll winfsp-tests-%SUFFIX%.exe mirror-%SUFFIX%.exe) do (
|
||||
for %%f in (winfsp-%SUFFIX%.sys winfsp-%SUFFIX%.dll winfsp-tests-%SUFFIX%.exe mirror-%SUFFIX%.exe) do (
|
||||
copy build\VStudio\build\%CONFIG%\%%f %TARGET%
|
||||
)
|
||||
echo sc create WinFsp type=filesys binPath=%%~dp0%DRIVER% >%TARGET%sc-create.bat
|
||||
|
Loading…
x
Reference in New Issue
Block a user