home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / 4dcat10.zip / SORTDB.BTM < prev    next >
Text File  |  1996-03-06  |  567b  |  12 lines

  1. rem This sort command leaves the database unchanged. i. e. It rearranges the
  2. rem order the way it was when the database was created.
  3. rem All items are still there.
  4. rem If you want you can add this line to 4dcat.btm just before the 'goto end'
  5. rem line in 4dcat.btm. I didn't add it becouse I like to have the last treated
  6. rem volume at the end of the database. (RPSORT permits 'redirection' to the
  7. rem source file. So the commented line is ok.)
  8.  
  9. : rpsort/q /+1:4 database.txt database.txt
  10. rpsort/q /+1:4 database.txt datasort.txt
  11. echo datasort.txt updated.
  12.