Hi, like to please request for help in modifying a batch script to remove duplicate rows in a text file. Script of interest (obtained from https://stackoverflow.com/questions/11689689/batch-to-remove-duplicate-rows-from-text-file ): @echo off setlocal disableDelayedExpansion set "file=%~1" set "line...