Top "Executable" questions

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

Start an external application from a Google Chrome Extension?

How to start an external application from a Google Chrome Extension? So basically I have an executable file which does …

google-chrome executable google-chrome-extension
How to create an executable .exe file from a .m file

I was wondering if there is a way to create a '.exe' file from ' .m' file in MATLAB, …

matlab executable
Executable directory where application is running from?

I need to get the path (not the executable) where my application is running from: System.AppDomain.CurrentDomain.BaseDirectory() When …

vb.net visual-studio-2008 executable desktop-application
LINK : fatal error LNK1104: cannot open file 'D:\...\MyProj.exe'

Using Visual Studio 2010, when I build + run my application in short intervals I often get the following error. If I …

visual-studio visual-studio-2010 locking executable
Finding current executable's path without /proc/self/exe

It seems to me that Linux has it easy with /proc/self/exe. But I'd like to know if there …

c++ c linux macos executable
How can I convert a VBScript to an executable (EXE) file?

I'd looked around for information to convert a VBScript (*.vbs) to an executable and realised that most of the tools …

vbscript executable iexpress
Running EXE with parameters

I need help in trying to execute an executable from my C# application. Suppose the path is cPath, the EXE …

c# executable
Pyinstaller setting icons don't change

When I use the command: pyinstaller.exe --icon=test.ico -F --noconsole test.py All icons do not change to …

python icons pyinstaller executable
Java command line with external .jar

I develop a project using .jar to reuse code. So I have on .jar named TOOLS.jar, and I develop …

java jar classpath executable executable-jar
How do I find out which dlls an executable will load?

If I have a Windows executable, how can I find out which dlls it will load? I'm just talking about …

dll executable