home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / math / spline29 / test.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-11  |  1.2 KB  |  53 lines

  1. spline s               ss01
  2. spline s -q            ss02
  3. spline s -q -t 50      ss03
  4. spline s -q -t .003    ss04
  5. spline s -q -n 30      ss05
  6. spline s -c -q         ss06
  7. spline s -yl -q        ss07
  8. spline s -b -q         ss08
  9. spline s -b -q -s n n  ss09
  10. spline s -b -q -s -1 1 ss10
  11. spline s -b -i i       ss11
  12. spline s -b -ix i      ss12
  13. spline s -b -iy i      ss13
  14. spline s3 -q -3        ss14
  15. spline s3 -q -zl       ss15
  16. spline s3 -ix i -3     ss16
  17. spline s3 -iy i -3     ss17
  18. spline s3 -iz i        ss18
  19. if not exist test\nul mkdir test
  20. copy ss* test
  21. erase ss*
  22. echo off
  23. find "qq" makefile >nul
  24. diff s s3 >nul
  25. if errorlevel 1 goto diff
  26. echo diff not found, using fc instead
  27. echo on
  28. fc ok\ss01 test\ss01
  29. fc ok\ss02 test\ss02
  30. fc ok\ss03 test\ss03
  31. fc ok\ss04 test\ss04
  32. fc ok\ss05 test\ss05
  33. fc ok\ss06 test\ss06
  34. fc ok\ss07 test\ss07
  35. fc ok\ss08 test\ss08
  36. fc ok\ss09 test\ss09
  37. fc ok\ss10 test\ss10
  38. fc ok\ss11 test\ss11
  39. fc ok\ss12 test\ss12
  40. fc ok\ss13 test\ss13
  41. fc ok\ss14 test\ss14
  42. fc ok\ss15 test\ss15
  43. fc ok\ss16 test\ss16
  44. fc ok\ss17 test\ss17
  45. fc ok\ss18 test\ss18
  46. goto finish
  47. :diff
  48. echo.
  49. echo no news is good news...
  50. echo on
  51. diff ok test
  52. :finish
  53.