Search found 2 matches

by tanhy
05 Sep 2019 08:46
Forum: DOS Batch Forum
Topic: Batch script to remove duplicate rows while ignoring first few characters
Replies: 3
Views: 6252

Re: Batch script to remove duplicate rows while ignoring first few characters

Excellent stuff! Thank you both very much! It is greatly appreciated. :D

Both Eureka! & Aacini scripts work beautifully. Requirement met.
by tanhy
04 Sep 2019 08:20
Forum: DOS Batch Forum
Topic: Batch script to remove duplicate rows while ignoring first few characters
Replies: 3
Views: 6252

Batch script to remove duplicate rows while ignoring first few characters

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...