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

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

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

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

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

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

  6. Create Windows service from executable - Stack Overflow

    Aug 27, 2010 · Is there any quick way to, given an executable file, create a Windows service that, when started, launches it?

  7. "Register" an .exe so you can run it from any command line in …

    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?

  8. py2exe - generate single executable file - Stack Overflow

    Aug 4, 2015 · py2exe can create a single file executable if you specify a few arguments in the compiler program. py2exe has a tutorial for single file executables online.

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

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

    Jan 22, 2010 · However, back in the Windows 3.x days, a "com" file was a DOS executable, where an "exe" file was a portable executable, or a Windows-based executable. This is a …