home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / GETBOX / MAKEDEMO.BAT next >
DOS Batch File  |  1993-12-16  |  151b  |  9 lines

  1. @Echo Off
  2. cls
  3. clipper test /n/m/w
  4. blinker file test lib nanfor nobell
  5. if exist test.bif del test.bif
  6. if exist test.obj del test.obj
  7. test
  8. echo.
  9.