cos2000v1/asm.bat

10 lines
147 B
Batchfile
Executable File

@echo off
del system.bin
ren id.com system.bin
tasm boot.asm /t/x/m4
tlink boot.obj /x
del boot.obj
exe2boot.com
del boot.exe
cosinit.com