mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-10 21:35:52 +10:00
11 lines
183 B
Batchfile
11 lines
183 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 testapp start |