So I need to edit an acf
file, which contain
"Language" "English"
And I just need to change the language. How will I do that?
So I need to edit an acf
file, which contain
"Language" "English"
And I just need to change the language. How will I do that?
Your answer is in this thread.
In short Batch
or Commands
in windows does not support editing a file programmatically, So, create a vb script like given in the linked post and if you have to execute a batch then add the command which runs the vbs file in a batch file and execute it.