home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbsfiles / gsbbs302.arj / MKE-SORT.BAT < prev    next >
DOS Batch File  |  1991-01-21  |  134b  |  12 lines

  1. echo off
  2. cls
  3. mailclr
  4. del title0.bbs
  5. ren temp.tle title0.bbs
  6. sort1
  7. sort < user.txt > xxxx
  8. del user.txt
  9. ren xxxx user.txt
  10. 
  11.  
  12.