I have a commit.bat file, and this batch file merges three DML files and gives a single merge_dml.sql file.
but the problem is that the merge_dml.sql file create with UTF-8 encoding, and the script have some special character,
I want to know how to change encoding to ANSI of the merger_dml.sql file , if I run the commit.bat file