Jump to content

Recommended Posts

Posted (edited)

How to rename duplicated names in a single tab separated text file using AutoIt?

Is this possible at all?

The problem is that the name column must be no longer then 12 letters/numbers and at the same time no duplicated names is accepted.

I added a sample tab separated text file if needed.

MapSource_Text_file.txt

Edited by Recce
Posted

@Recce

Check first for files so use FileFindFirstFile then FileFindNextFile and write all files in text file or ini and when some names match then rename one :)

Posted

How is this possibly in a single tab separated text file?

I am very new to AutoIt and no programmer but is "FileFindFirstFile" not for finding files only?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...