Subversion Repositories NedoOS

Rev

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

  1. if "%settedpath%"=="" call "..\..\_sdk\setpath.bat"
  2. call compile.bat
  3. md tmp
  4. del tok.f
  5. copy export.A_ tok.f
  6. copy *.A_ tmp
  7. copy *.V_ tmp
  8. copy *.S_ tmp
  9. copy *.I_ tmp
  10. del *.A_
  11. del *.V_
  12. del *.S_
  13. del *.I_
  14. del exp
  15. ren exp.bin exp
  16. nedotrd ../batch/basics.trd -eh exp.$b
  17. nedotrd test.trd -n
  18. nedotrd test.trd -ah exp.$b
  19. nedotrd test.trd -ac exp
  20. nedotrd test.trd -a tok.f
  21. ..\..\..\us\emul.exe test.trd
  22.