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).

How do I create an .exe for a Java program?

Possible Duplicate: How can I convert my java program to an .exe file ? I'd like to create a Windows .exe …

java exe
Kill some processes by .exe file name

How can I kill some active processes by searching for their .exe filenames in C# .NET or C++?

c# c++ process exe kill-process
How do I set the version information for an existing .exe, .dll?

As part of our build process I need to set the version information for all of our compiled binaries. Some …

windows dll versioning exe fileversioninfo
How to make exe files from a node.js app?

I have a node app that I wrote, that I run as follows: node.exe app.js inputArg Is there …

javascript windows node.js exe
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
Java Programming: call an exe from Java and passing parameters

I'm figuring out a mechanism to call an exe from Java and passing in specific parameters. How can I do? …

java exe processbuilder
How can I convert a .jar to an .exe?

I want to convert a .jar to an .exe for microsoft. Is there any program converter for this? Also if …

java windows exe
How can I run another application within a panel of my C# program?

I've been reading lots on how to trigger an application from inside a C# program (Process.Start()), but I haven …

c# .net windows winforms exe
Why Visual Studio 2015 can't run exe file (ucrtbased.dll)?

I have installed the Visual Studio 2015 and created Win32 project with some code. I compiled it successfully, but I can't …

visual-studio visual-studio-2015 exe
The program can't start because cygwin1.dll is missing... in Eclipse CDT

I've had Eclipse for Java on my computer for a few years, and decided to install the CDT and learn …

eclipse dll cygwin exe eclipse-cdt