home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / SS / SS052.ZIP / EQ.EXE / lha / SORTFILS.BAT < prev    next >
DOS Batch File  |  1990-04-04  |  269b  |  11 lines

  1. copy variable.fil variable.bak
  2. sort <variable.fil >variable.tmp
  3. del variable.fil
  4. copy variable.tmp variable.fil
  5. del variable.tmp
  6. copy constant.fil constant.bak
  7. sort <constant.fil >constant.tmp
  8. del constant.fil
  9. copy constant.tmp constant.fil
  10. del constant.tmp
  11.