home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cla20.zip / CLA_.BAT < prev    next >
DOS Batch File  |  1991-02-08  |  348b  |  15 lines

  1. @echo off
  2. rem   ========================================
  3. rem                  CLA_.BAT
  4. rem   ========================================
  5. rem
  6. rem   ---> Generates a file that contains the
  7. rem   saved matrices names and begins the CLA.
  8. rem
  9. dir *.mat > indice
  10. matarq
  11. del indice
  12. CLA %1 %2
  13. rem
  14. rem   ========================================
  15.