Recce Posted December 21, 2008 Posted December 21, 2008 (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 December 22, 2008 by Recce
FireFox Posted December 21, 2008 Posted December 21, 2008 @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
Recce Posted December 21, 2008 Author Posted December 21, 2008 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now