25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- @echo off
- pushd %~dp0\bin
-
- call ..\build.bat
- if %errorlevel% == 0 (
- echo ---------- Testing ----------
- call timecmd ..\build\slime.exe test.slime
- )
-
- popd
|