converting .txt to .exe is useless coz exe files are executable files which are supposed to perform some tasks which then are made to run, txt files are simple text files which store data and they they do not contain any command lines,
EXE files have command lines.
for eg: when you make a C++ program and then compile it,the whole program is first converted to machine level language,then it is linked to the linker and then the code is made into an exectable fileor exe file, thus we know what the program will do,the output of the program is the output of the exe file...