Top "Executable" questions

An executable is a binary file that can be executed by the operating system.

Embedding an external executable inside a C# program

How do I embed an external executable inside my C# Windows Forms application? Edit: I need to embed it because …

c# windows embed executable
Determining C executable name

When we are compiling a C program the output is stored in a.out. How can we redirect the compiled …

c gcc compilation executable linkage
making executable file from a java project using NetBeans

i have created a java project in NetBeans. now i want to make an executable file out of it.that …

java executable netbeans6.8
How do I compile a PyQt script (.py) to a single standalone executable file for windows (.exe) and/or linux?

I started to fiddle with PyQt, and made a "beautiful" script from the pyqt whitepaper example app (pastebin) It works …

python qt4 compilation executable pyqt4
"Launch Failed. Binary Not Found." Snow Leopard and Eclipse C/C++ IDE issue

Not a question, I've just scoured the internet in search of a solution for this problem and thought I'd share …

c++ eclipse executable osx-snow-leopard
python: Can I run a python script without actually installing python?

I have some .py files I wrote that I want to run on a different machine. The target machine does …

python executable py2exe cx-freeze
How to make a call to an executable from Python script?

I need to execute this script from my Python script. Is it possible? The script generate some outputs with some …

python linux executable system-calls
R.exe, Rcmd.exe, Rscript.exe and Rterm.exe: what's the difference?

I'm struggling with the different R executables. What exactly is the difference between R.exe (with or without CMD BATCH …

r executable rgui rterm
Getting around Chrome's Malicious File Warning

I created an application which comprises a number of *.exe files. I've packaged these up into an NSIS installer which …

google-chrome download executable signing authenticode
Automatically apply "git update-index --chmod=+x" to executable files

I frequently add bash scripts to my git repository, and the scripts have executable permissions in the linux filesystem prior …

git executable file-permissions