6 lines
64 B
Batchfile
6 lines
64 B
Batchfile
|
@echo off
|
||
|
|
||
|
call package.bat SKIP_DEPLOY
|
||
|
cls
|
||
|
pkg\eco2d.exe -d %*
|