home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / database / db12 / mscstest.bat < prev    next >
Encoding:
DOS Batch File  |  1987-11-23  |  188 b   |  10 lines

  1. del *.exe
  2. cl /c /Zp stest.c
  3. link stest,,,mscsmall;
  4. cl /c /Zp rtest.c
  5. link rtest,,,mscsmall;
  6. cl /c /Zp itest.c
  7. link itest,,,mscsmall;
  8. cl /c /Zp sortest.c
  9. link sortest,,,mscsmall;
  10.