home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / CALEND3 / CLIPCAL.BAT < prev    next >
DOS Batch File  |  1992-11-08  |  142b  |  8 lines

  1. CLIPPER TEST_CAL /b
  2. if errorlevel 1 goto end
  3. CLIPPER CALENDAR /N /b
  4. if errorlevel 1 goto end
  5. RTLINK FI TEST_CAL,calendar
  6. test_cal
  7. :end
  8.