?login_element?

Subversion Repositories NedoOS

Rev

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

  1. if "%settedpath%"=="" call ../../_sdk/setpath.bat
  2. sjasmplus --nologo --msg=war main.asm
  3.  
  4. if "%currentdir%"=="" (
  5.  FOR %%j IN (*.com) DO (
  6.  copy /Y %%j "../../../release/nedodemo/" > nul
  7.  "../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /nedodemo/%%j
  8.  )
  9. rem pause
  10.  if "%makeall%"=="" ..\..\..\us\emul.exe
  11. )
  12.