Top "Exe" questions

EXE is a common filename extension for an executable file (a program) in Microsoft Windows and other operating systems (e.g. DOS, OpenVMS, Symbian, and OS/2).

Add icon to existing EXE file from the command line

Is there a command line tool that can add an icon to an existing executable file? It should be able …

resources icons exe ico
pyinstaller creating EXE RuntimeError: maximum recursion depth exceeded while calling a Python object

I am running WinPython 3.4.4.3 with pyinstaller 3.2 (obtained via pip install pyinstaller). Now I've got some really simple Qt4 code that …

python recursion scipy exe pyinstaller
Debugging an executable in visual studio

Want to debug an executable under debugger. How to do it in visual studio. Windbg has an option of open …

visual-studio debugging exe
Command line does not wait until the exe execution is finished

I converted my matlab program to a standalone exe. When I call the exe from the command line it does …

matlab cmd exe matlab-compiler
check the platform of the installed mingw, 32bit or 64 bit

I am programming in c++. I have installed mingw. I installed it from the standard installer from mingw website. I …

mingw exe
Merge two exe files into one programmatically

Is there a way to merge two exe files into one, programmatically, so that running it would execute both older …

merge exe code-injection
check if some exe program is running on the windows

How to check if some .exe program is running (is in process) on Windows? I'm making java application which update …

java process exe
Run Exe file as an Embedded Resource in C#

I have a 3rd party EXE. I just need to run this from my C# application. My prime target is …

c# resources embed exe
Fatal Python error: initfsencoding: unable to load the file system codec

I have created a .exe file of a simple script with intentions to run it on a server however I …

python exe pyinstaller codec
How to run .exe executable file from linux command line?

I have one abc.exe executable file in windows. I am able to execute this application using DOS command promt …

linux command-line exe wine