?login_element?

Subversion Repositories NedoOS

Rev

Rev 559 | Rev 671 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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