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

    An EXE file is really a type of file known as a Portable Executable. It contains binary data, which can be read by the processor and executed (essentially x86 instructions.) There's also a lot of …

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

    46 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 …

  3. How to run external executable using Python? - Stack Overflow

    I have an external executable file which I am trying to run from a Python script. CMD executable runs but without generating output. Probably it exit before output can be generated. Any …

  4. How can I make a Python script standalone executable to run …

    Jan 24, 2017 · I'm building a Python application and don't want to force my clients to install Python and modules. So, is there a way to compile a Python script to be a standalone executable?

  5. How do I set the version information for an existing .exe, .dll?

    ResourceHacker.exe: I thought it would be interesting to operate on itself cmake.exe: random executable with no Version Info set (part of v3.6.3 installation on my machine) Before going …

  6. Running an outside program (executable) in Python?

    Nov 28, 2009 · the input file is a basic .txt file in the same folder. The code right now opens the exe from the cmd window. And the executable asks for the name of the input file. Is there a …

  7. How to get source code of a Windows executable? - Stack Overflow

    Apr 17, 2010 · I've got some old Windows executable files. How can I edit them with Visual Studio 2010? What are the ways to see an exe's source code?

  8. certificate - Signing a Windows EXE file - Stack Overflow

    Oct 31, 2008 · I have an EXE file that I should like to sign so that Windows will not warn the end user about an application from an "unknown publisher". I am not a Windows developer. The …

  9. How to convert exe back to Python script - Stack Overflow

    Inside the yourFileName.exe_extracted folder, find the file without any extension. Edit it with HxD editor and from any __pycache__ file created with the same version of Python, copy the first …

  10. Visual Studio compiles but the exe isn't there - Stack Overflow

    Jul 13, 2010 · Source code that compiles fine on other peoples environments won't correctly work in my environment. When I do a rebuild the compile occurs but when visual studio goes to …