mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
16 lines
531 B
Batchfile
16 lines
531 B
Batchfile
@REM Delete so if builder fails it wont exist
|
|
del source2\Build\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.*
|
|
|
|
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "source2\Builder.sln" /nologo /p:Configuration=Debug /p:Platform=x86
|
|
|
|
@if not exist source2\Build\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe goto error
|
|
|
|
start source2\Build\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe -bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|
|
@exit
|
|
|
|
:Error
|
|
@echo _
|
|
@echo _
|
|
@echo Something went wrong.
|
|
@pause
|