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

  1. if %2.x==/u.x goto unsort
  2. rpsort /q %1 #rwtemp# /+7:99A /+1:5
  3. goto cleanup
  4. :unsort
  5. rpsort /q %1 #rwtemp# /+1:5
  6. :cleanup
  7. del %1
  8. ren #rwtemp# %1
  9.