answersLogoWhite

0


Best Answer

An exe is a file which is run by the computer. It is not a data file. You can not take it apart. It does not contain separate files per se although it may liink to several separate files within the computer such as dll files.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you take files out of an exe file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between a obj file and an exe file in C?

.obj is a simple data-format file that represents 3D geometry alone. .exe is an executable file that usually contains other resources which are sometimes used for a Graphical User Interface. Being simple, its a file to perform indicated tasks according to encoded instructions.


How do you hide an image within an exe file?

.exe stands for executeable. A .exe file can be any program such as internetexplorer.exe, or solitare.exe. the .exe files call on information stored in the program files, and puts them all togethor to create a program as you know it. I'm assuming you want to hide an image in a folder, where you would create a new foler, then drag the image to it. but, if you are making a .exe, you tell the computer to call on the picture which is stored somewhere


How can create a exe file in c?

An 'exe' extension file is created by a compiler that translates source code to machine code, usually in a Windows environment. An executable program can open any file (including other executable files) by using the standard file API calls with a binary open option. Unless you are doing something very specific with executable files it doesn't make much sense to read in an executable file from another executable file or program.


What is mean by exe in net?

Exe is an executable file that is runs on its own as an independent process. A .NET assembly may consist a number of executables in addition to other files like DLLs, resources etc.


What is the file extension for a DVD RW file?

any extension can be used because the DVD disk is not the file. there are likely going to be hundreds if not thousands of files on a DVD. Some could be video files, (.mov, .wmv, .mpg, or others) some could be picture files (.bmp, .jpg, .gif, and many others) some could be executable files .exe, or zip files .zip

Related questions

What type files are exe files?

A .exe file is an executable file. Opening an exe file will run a program. Before you open it, make sure that it is a legitimate program. It may run malware that will corrupt your files.


How can you decifer the nammes in the exe files and what they are?

To decipher the names of .exe files and what they are, it depends on the types of .exe files they are. You can use a program called Winrar to extract the contents of the .exe file to see what it is.


How can you convert a exe file to prg file?

i have one exe of foxpro base, now i have't it prg file so how to recover exe to prg files in use in this exe


How to convert exe file to jar files?

java.io.*


How can I change lnk files back to exe format?

I'm not sure what you mean... .lnk is type of file which directs to a .exe file. If you do not have .exe file still have .lnk file you can't start the program. If you have .exe file but you do not have .lnk file pointing to it you still can run the program but you will have to locate the .exe file manually.


Can you convert ISO files to EXE files?

Those are really two completely different file types. An ISO image is a collection of many files (including EXE files in some cases), basically an archive like RAR or ZIP, but unlike RAR/ZIP it is not compressed. An EXE file is an executable file that just contains code to be ran. If you convert the ISO to an EXE it will not do anything.


What is the Virus that converts files to . exe file?

TrojanDownloader.Win32.VB.du


Did exe file runs in solaris?

The ".exe" file extension is exclusive to Microsoft products, including MS-DOS and Microsoft Windows. While Solaris does have "executable" files, there is no requirement for those files to have an ".exe" extension. Technically speaking, ".exe" programs run only on Microsoft-based operating systems. Therefore, Solaris does not run ".exe" files.


What extensions can be run from command prompt?

The shell will only execute files that end in a file extension of .exe, .bat, or .com


Why exe file does not stop?

The exe extension files have the property to create concatenating files to it and in case of any discrepancy, it engages into creating an array of duplicate files as a result of which they do not stop.


What is an exe file?

Exe is a file extension for an executable file, which contains a program file that is capable of being executed or run as a program in the computer. When an Exe file is opened, it makes the operating system to run the program. Exe files can easily get corrupted by hackers, so always make sure to receive exe files only from trusted sources so that they do not contain a virus. Malware programmers or cybercriminals write different types of malicious programs and name them with .exe extension to spread virus over the internet. File-intelligence is a malware search engine site. It provides detailed description of the existence of exe files with different file names.


What is the difference between a obj file and an exe file in C?

.obj is a simple data-format file that represents 3D geometry alone. .exe is an executable file that usually contains other resources which are sometimes used for a Graphical User Interface. Being simple, its a file to perform indicated tasks according to encoded instructions.