storj/installer/windows/installrelease.bat

8 lines
168 B
Batchfile
Raw Permalink Normal View History

@echo off
rem NB: only installs from *first* release directory
for /d %%d in (release\*) do (
call %~dp0install.bat %%d\storagenode_windows_amd64.msi
goto :EOF
)