5 lines
58 B
Batchfile
5 lines
58 B
Batchfile
@echo off
|
|
pushd "%~dp0%"
|
|
call package.cmd Debug
|
|
pause
|
|
popd |