Login

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

if "%settedpath%"=="" call ../_sdk/setpath.bat
sjasmplus --nologo --msg=war myip.asm

if "%currentdir%"=="" (
 FOR %%j IN (*.com) DO (
 copy /Y %%j "../../release/bin/" > nul
 "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put %%j /bin/%%j
 )
rem pause
 if "%makeall%"=="" ..\..\us\emul.exe
)