Top "Executable" questions

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

run program in Python shell

I have a demo file: test.py. In the Windows Console I can run the file with: C:\>test.…

python executable
Hide Command Window of .BAT file that Executes Another .EXE File

This is a batch file in Windows. Here is my .bat file @echo off copy "C:\Remoting.config-Training" "C:\Remoting.…

windows command-line copy executable
Java: export to an .jar file in eclipse

I'm trying to export a program in Eclipse to a jar file. In my project I have added some pictures …

java eclipse executable extract exe
Get path of executable

I know this question has been asked before but I still haven't seen a satisfactory answer, or a definitive "no, …

c++ boost executable
Getting the absolute path of the executable, using C#?

Have a look at this pseudocode: string exe_path = system.get_exe_path() print "This executable is located in " + exe_…

c# directory executable
How to disassemble a binary executable in Linux to get the assembly code?

I was told to use a disassembler. Does gcc have anything built in? What is the easiest way to do …

c++ linux assembly executable disassembly
How can I find out if an .EXE has Command-Line Options?

Suppose you have an .EXE and you want to check if it has Command-Line Options. How can one know if …

command-line executable command-line-arguments exe
How to get source code of a Windows executable?

I've got some old Windows executable files. How can I edit them with Visual Studio 2010? What are the ways to …

c# c++ vb.net visual-studio executable
Running .sh scripts in Git Bash

I'm on a Windows machine using Git 2.7.2.windows.1 with MinGW 64. I have a script in C:/path/to/scripts/myScript.…

executable git-bash
Difference between Groovy Binary and Source release?

i have been seeing the words binary and source release in many websites download sections. What do they actually mean? …

groovy installation executable