home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / RDUP100.ZIP / RDUPSORT.BAT < prev    next >
DOS Batch File  |  1993-10-07  |  142b  |  9 lines

  1. if %2.x==/u.x goto unsort
  2. sortf %1 #rwtemp# /+7,57 /+1,5
  3. goto cleanup
  4. :unsort
  5. sortf %1 #rwtemp# /+1,5
  6. :cleanup
  7. del %1
  8. ren #rwtemp# %1
  9.