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

Bat file to run a .exe at the command prompt

I want to create a .bat file so I can just click on it so it can run: svcutil.exe /…

windows batch-file exe
How to run an EXE file in PowerShell with parameters with spaces and quotes

How do you run the following command in PowerShell? C:\Program Files\IIS\Microsoft Web Deploy\msdeploy.exe -verb:sync …

powershell parameters quotes exe spaces
How can I convert my Java program to an .exe file?

If I have a Java source file (*.java) or a class file (*.class), how can I convert it to a .…

java installation exe
How can I convert a .py to .exe for Python?

I'm trying to convert a fairly simple Python program to an executable and couldn't find what I was looking for, …

python python-3.x exe py2exe python-3.6
How can I make an EXE file from a Python program?

I've used several modules to make EXEs for Python, but I'm not sure if I'm doing it right. How should …

python exe executable
PHP is not recognized as an internal or external command in command prompt

I got the following error when I run a command with php C:\xampp\htdocs>php 'php' is not …

php cmd exe
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
Signing a Windows EXE file

I have an EXE file that I should like to sign so that Windows will not warn the end user …

windows certificate exe sign
How do I convert a Python program to a runnable .exe Windows program?

I am looking for a way to convert a Python Program to a .exe file WITHOUT using py2exe. py2…

python exe
How do I open an .exe from another C++ .exe?

What I want to do is open an .exe from another .exe. I really don't know how to do this, …

c++ windows exe