home *** CD-ROM | disk | FTP | other *** search
- REM Command file for Microsoft C 6.0
- 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
- cl -DMSC -Gs -Gr -qc -Od -AL t4*.c >>out
- link t4conv.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4expr.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4index.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4memo.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4open.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4pack_z.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4seek.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4skip.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4sort.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4sort2.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4write.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4write2.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4large.obj,,,M4.LIB, /stack:10000 /SE:500
- link t4date.obj,,,M4.LIB, /stack:10000 /SE:500
- 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
-