home *** CD-ROM | disk | FTP | other *** search
- spline s ss01
- spline s -q ss02
- spline s -q -t 50 ss03
- spline s -q -t .003 ss04
- spline s -q -n 30 ss05
- spline s -c -q ss06
- spline s -yl -q ss07
- spline s -b -q ss08
- spline s -b -q -s n n ss09
- spline s -b -q -s -1 1 ss10
- spline s -b -i i ss11
- spline s -b -ix i ss12
- spline s -b -iy i ss13
- spline s3 -q -3 ss14
- spline s3 -q -zl ss15
- spline s3 -ix i -3 ss16
- spline s3 -iy i -3 ss17
- spline s3 -iz i ss18
- if not exist test\nul mkdir test
- copy ss* test
- erase ss*
- echo off
- find "qq" makefile >nul
- diff s s3 >nul
- if errorlevel 1 goto diff
- echo diff not found, using fc instead
- echo on
- fc ok\ss01 test\ss01
- fc ok\ss02 test\ss02
- fc ok\ss03 test\ss03
- fc ok\ss04 test\ss04
- fc ok\ss05 test\ss05
- fc ok\ss06 test\ss06
- fc ok\ss07 test\ss07
- fc ok\ss08 test\ss08
- fc ok\ss09 test\ss09
- fc ok\ss10 test\ss10
- fc ok\ss11 test\ss11
- fc ok\ss12 test\ss12
- fc ok\ss13 test\ss13
- fc ok\ss14 test\ss14
- fc ok\ss15 test\ss15
- fc ok\ss16 test\ss16
- fc ok\ss17 test\ss17
- fc ok\ss18 test\ss18
- goto finish
- :diff
- echo.
- echo no news is good news...
- echo on
- diff ok test
- :finish
-