?login_element?

Subversion Repositories NedoOS

Rev

Rev 237 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if "%settedpath%"=="" call "..\..\_sdk\setpath.bat"
  2. set path=%PATH%;..\_sdk\
  3. call compile.bat
  4. md tmp
  5. copy *.ast tmp
  6. copy *.var tmp
  7. del *.ast
  8. del *.var
  9. copy *.A_ tmp
  10. copy *.V_ tmp
  11. copy *.S_ tmp
  12. copy *.I_ tmp
  13. del *.A_
  14. del *.V_
  15. del *.S_
  16. del *.I_
  17. nedotrd test.trd -n
  18. nedotrd ..\batch\basics.trd -eh boot.$b
  19. nedotrd test.trd -ah boot.$b
  20. nedotrd test.trd -s 24576 -ac main.bin
  21. ..\..\..\us\emul.exe test.trd
  22.