mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-06-15 01:11:48 +03:00
13 lines
164 B
Batchfile
Executable File
13 lines
164 B
Batchfile
Executable File
@echo off
|
|
..\asmplus.exe dos.asm SYSTEM.DOS
|
|
if errorlevel 1 goto ERR
|
|
echo Ok!
|
|
goto END
|
|
|
|
:ERR
|
|
del system.dos
|
|
echo ®è¨¡ª¨ ª®¬¯¨«ï樨...
|
|
|
|
:END
|
|
del dos.lst
|