Project Description
A simple Project that convert files from UTF to ANSI. The program is for now a simple console Application that load all the files from a given directory and create the same files(converted to ANSI) to another directory

to use this Application , it's very simple,
the "exe" file require 2 parameter,

the Application will create in the target location all the file with the same name where they came from....
A simple example how to use it(command line):

C:\Windows\system32>D:\Projects\UTFtoANSI\UTFtoANSI\bin\Release\UTFtoANSI.exe C:\UTFFiles\ C:\AnsiResult\
or
C:\Windows\system32>D:\Projects\UTFtoANSI\UTFtoANSI\bin\Release\UTFtoANSI.exe "C:\\UTFFiles\\" "C:\\AnsiResult\\"

this application will open a Thread for each File to convert!

Created by Jeremy souffir.