Hi, I need to Invoke the python script for Notepad++ only after completion of other steps which are automated.Can this script be invoked from a batch file.Will it always require manual intervention? I tried executing the script from command line Python.exe, but this did not work as it does not recognize the Notepad++ specific objects such as BUFFERENCODING. Can the script be invoked from .Net code? Below is the script that changes the encoding of all files to UTF-8 in the folder specified: import...