home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bk51-4.zip / SORTIT.BAT < prev    next >
DOS Batch File  |  1992-09-02  |  363b  |  9 lines

  1. ECHO OFF
  2. ECHO   This will sort the ALPHA1.DTA file by last name and put the
  3. ECHO   results into ALPHA2.DTA
  4. ECHO   The SORTF.COM program and this batch file should be located with your
  5. ECHO   data files when you are using this batch file.
  6. ECHO   When SORTF is finished, restart the BROTHER'S KEEPER program.
  7. ECHO ON 
  8. SORTF ALPHA1.DTA ALPHA2.DTA /C /+1,25
  9.