home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / CRACK / LETMEIN.ZIP / DIC.BAT next >
Encoding:
DOS Batch File  |  1996-10-26  |  122 b   |  6 lines

  1. @echo off
  2. echo Start Sorting Password File - DIC.TXT
  3. sort <dic.txt>tmp.txt
  4. copy tmp.txt dic.txt >nul
  5. echo Sort Done!
  6.