The software I'm using at the moment outputs .txt files, which I then have to rename manually to a .csv.
Sometimes that involves renaming 30 or so files, which takes a while.
How would I go about writing something in Visual Basic Express that would rename all the the files to have a .csv extension rather than a .txt?
Also, as far as the interface is concerned, I'm guessing I would need to have a way of first selecting the folder that the txt files are in, and then just a button to rename the .txts?
Hope someone can help.
Sometimes that involves renaming 30 or so files, which takes a while.
How would I go about writing something in Visual Basic Express that would rename all the the files to have a .csv extension rather than a .txt?
Also, as far as the interface is concerned, I'm guessing I would need to have a way of first selecting the folder that the txt files are in, and then just a button to rename the .txts?
Hope someone can help.