Top "Executable" questions

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

Proper way to add svn:executable

I have a few files that have been executable before svn adding them. They have the svn:executable property set. …

svn properties executable
Click a button --> Launch a *.exe file

Basically, what I want to do is launch an *.exe file when I click on a button. I want this …

vb.net executable button launching
Set an exe icon for my program

I'm using Microsoft Visual Studio 2008 and I'm trying to set an exe icon for my program. I've searched this site …

c++ visual-studio-2008 resources executable icons
How to compile a linux shell script to be a standalone executable *binary* (i.e. not just e.g. chmod 755)?

I'm looking for a free open source tool-set that will compile various "classic" scripting languages, e.g. Korn Shell, ksh, …

scripting binary compilation executable obfuscation
How to run external executable using Python?

I have an external executable file which i am trying to run from a Python script. CMD executable runs but …

python subprocess executable
How to find out which version of the .NET Framework an executable needs to run?

I've got an executable file, and I would like to know which versions of the .NET framework this file needs …

.net version executable
How do you avoid over-populating the PATH Environment Variable in Windows?

I would like to know what are the approaches that you use to manage the executables in your system. For …

windows path environment-variables executable
Determine target ISA extensions of binary file in Linux (library or executable)

We have an issue related to a Java application running under a (rather old) FC3 on an Advantech POS board …

linux shared-libraries executable cpu-architecture instruction-set
Producing executable jar in NetBeans

I'm using NetBeans 6.5 and for some reason it won't produce executable jar "out of the box". I set my project …

java netbeans jar executable manifest
Creating an executable .exe file from a PowerShell Script?

Is it possible to create an executable file.exe file from a PowerShell Script?

powershell executable