IDFVersionUpdater using commandline
I have multiple idf files in version 8.4 that I want to update to version 8.8. Doing this manually involves using the IDFVersionUpdater.exe and selecting each file manually. Are there alternatives to run the updater from a commandline so that I could update the files with a script.
You can call
IDFVersionUpdater.exe
in a script. Lots of ways to do this - do you have a preferred language? what operating system do you have?running python on windows.