DocSpace-buildtools/start/start.bat

16 lines
170 B
Batchfile
Raw Normal View History

2021-10-26 13:14:34 +00:00
@echo off
PUSHD %~dp0..
call runasadmin.bat "%~dpnx0"
2021-11-15 16:36:09 +00:00
POPD
2021-11-16 13:14:21 +00:00
if %errorlevel% == 0 (
pwsh %~dp0/command.ps1 "start"
)
2021-10-26 13:14:34 +00:00
echo.
2021-10-26 13:39:00 +00:00
if "%1"=="nopause" goto start
pause
:start