English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am trying to convert .txt file to .exe by rename it but it is working that way. Is there anything else i need to do get this done.

2006-11-01 06:58:02 · 7 answers · asked by mavidaljit 1 in Computers & Internet Programming & Design

7 answers

There is no way to convert it. They are completely different.

The difference?
.exe are used to run the programs and are just gibberish consisting of squares and miscellaneous symbols.
.txt are WordPad or Notepad files (and Microsoft Word if you want to save it that way.)

2006-11-01 07:03:34 · answer #1 · answered by John C. 4 · 1 0

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...

2006-11-01 07:05:57 · answer #2 · answered by Manish 2 · 1 0

What are you trying to do here? To build an executable, the term you're looking for isn't "convert" but rather "compile". And you won't be able to compile plain text and have it do anything. Of course .c files are plain text, but they contain C code that can be compiled to an executable.

[I'm actually very curious what's in this txt file that you want to convert ;)]

2006-11-01 10:39:47 · answer #3 · answered by Dr.Mr.Ed 5 · 0 0

You know exe files are executable files.
With converting the extention it couldn't act completely as exe files.

Way to convert:
Open the "txt" file.
On menubar click File>Save as...
A window will be open, then enter your file name with "exe" extention in the File name text box.for example >>>> fileName.exe

Choose "All Files" instead of "Text Document" for type from "Save as type" combo box.
Click Save.

2006-11-01 07:11:07 · answer #4 · answered by Moein 3 · 0 1

If you have written the exe correct....then just save it as .exe and change the file type to "all files"
Give msi scripts a thought..that maight me another way to do it...Good Luck.

2006-11-01 07:08:55 · answer #5 · answered by FORD on FIRE 4 · 0 1

i don't think you can do that. .txt can be used to make dll's autorun files and so forth, but not applications

2006-11-01 07:01:04 · answer #6 · answered by free_indeed2000 4 · 0 2

open the file and then save as ............name.exe

2006-11-01 07:01:10 · answer #7 · answered by zombie 5 · 0 2

fedest.com, questions and answers