About 50 results
Open links in new tab
  1. windows - what's in a .exe file? - Stack Overflow

    Sep 30, 2009 · 42 So a .exe file is a file that can be executed by windows, but what exactly does it contain? Assembly language that's processor specific? Or some sort of intermediate statement that's …

  2. Difference between .com, .exe, and .bat? - Stack Overflow

    Jan 22, 2010 · An .EXE (short for "executable") file is a binary file that contains much more complex executable binary code. A .COM file was a DOS executable and nowadays its same as .EXE.

  3. Fully understanding how .exe file is executed - Stack Overflow

    Apr 15, 2020 · Fully understanding how .exe file is executed Asked 5 years, 11 months ago Modified 4 years, 8 months ago Viewed 9k times

  4. "Register" an .exe so you can run it from any command line in Windows

    How can you make a .exe file accessible from any location in the Windows command window? Is there some registry entry that has to be entered?

  5. windows - Difference between .dll and .exe? - Stack Overflow

    Jul 31, 2009 · I want to know the exact difference between the dll and exe file.

  6. How can I find out if an .EXE has Command-Line Options?

    Jan 15, 2012 · Suppose you have an .EXE and you want to check if it has Command-Line Options. How can one know if the .EXE has this ability. In my case I know that Nir Sofers …

  7. Compile to a stand-alone executable (.exe) in Visual Studio

    how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users would not like to install a tiny Console application. I compiled a simple cpp file using ...

  8. Is it possible to "decompile" a Windows .exe? Or at least view the ...

    Nov 7, 2008 · A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself. I know that you can't really decompile an .exe, but can I at least view it in

  9. Where is the difference between "binaries" and "executables" in the ...

    Jan 20, 2020 · What is the difference between "binaries" and "executables" in the context of an executable program? Where is the distinction?

  10. What are the specific differences between .msi and setup.exe file?

    Nov 24, 2009 · Setup.exe is an application (executable file) which has msi file (s) as its one of the resources. Executing Setup.exe will in turn execute msi (the installer) which writes your application to …