?login_element?

Subversion Repositories NedoOS

Rev

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

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