home *** CD-ROM | disk | FTP | other *** search
- REM Test Code Command File for Zortech C++
- REM
- REM Erasing files: 't4*.exe', 't4*.obj' and 'out'.
- REM Press Ctrl C or Break to Abort
- PAUSE
- erase out
- erase t4*.obj
- erase t4*.exe
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4conv.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4expr.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4index.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4memo.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4open.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4pack_z.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4seek.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4skip.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4sort.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4sort2.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4write.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4write2.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4large.c >>out
- ztc -b =30000 -cpp -c -g -DZORTECH -ml -p -s t4date.c >>out
- blink t4conv.obj,,,Z4.LIB /stack:10000
- blink t4expr.obj,,,Z4.LIB /stack:10000
- blink t4index.obj,,,Z4.LIB /stack:10000
- blink t4memo.obj,,,Z4.LIB /stack:10000
- blink t4open.obj,,,Z4.LIB /stack:10000
- blink t4pack_z.obj,,,Z4.LIB /stack:10000
- blink t4seek.obj,,,Z4.LIB /stack:10000
- blink t4skip.obj,,,Z4.LIB /stack:10000
- blink t4sort.obj,,,Z4.LIB /stack:10000
- blink t4sort2.obj,,,Z4.LIB /stack:10000
- blink t4write.obj,,,Z4.LIB /stack:10000
- blink t4write2.obj,,,Z4.LIB /stack:10000
- blink t4large.obj,,,Z4.LIB /stack:10000
- blink t4date.obj,,,Z4.LIB /stack:10000
- t4conv >>out
- t4expr >>out
- t4index 1000 >>out
- t4memo >>out
- t4open 200 >>out
- t4pack_z 1000 100 >>out
- t4seek 999 >>out
- t4skip >>out
- t4sort 1000 >>out
- t4sort2 1000 >>out
- t4write >>out
- t4write2 1000 >>out
- ECHO t4large takes a long time to execute.
- t4large >>out
- ECHO t4date takes a long time to execute.
- t4date >>out
- type out
-
-
-