mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 12:56:12 +10:00
11 lines
179 B
Batchfile
11 lines
179 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
|
|
for %%i in (%0) do (
|
|
if not defined QUICKSTART_BIN_PATH (
|
|
set QUICKSTART_BIN_PATH=%%~dpi
|
|
)
|
|
)
|
|
|
|
%QUICKSTART_BIN_PATH%\quickstart.cmd web start |