home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / assort.zip / IVP / RUNIVP.BAT next >
DOS Batch File  |  1995-09-07  |  330b  |  15 lines

  1. @echo Running the fixed file IVP's
  2. cd fixed
  3. ASSORT FIXED1.CTL FIXED1.IN FIXED1.OUT
  4. ASSORT FIXED2.CTL FIXED1.IN FIXED2.OUT
  5. cd ..
  6. @echo Running the text file IVP's
  7. cd text
  8. ASSORT TEXT1.CTL TEXT1.IN TEXT1.OUT
  9. cd ..
  10. @Echo Running Sum IVP's
  11. cd sum
  12. ASSORT STOCK1.CTL STOCK1.IN STOCK1.OUT
  13. cd ..
  14. @Echo Assort IVP's Complete
  15.