About 594,000 results
Open links in new tab
  1. windows - How to run a .exe file in command prompt - Super User

    Aug 30, 2015 · Open a command prompt and start the program from there. E.g. [start] [run] cmd C:\Program Files\myprog.exe. After running the program you end up back on the command …

  2. cmd.exe - Running .exe in command prompt - Super User

    Feb 12, 2015 · When I open the input text file, using the program, the iteration completes, then the window instantly closes. How can I either run it so that the window does not close (and I can …

  3. How to run a .py file in windows command line? - Stack Overflow

    Nov 5, 2013 · I have written a simple python program using IDLE to run it from command line. I don't have permission to save .py file in python directory (C:\program files\python33) so I …

  4. How to run .sh on Windows Command Prompt? - Stack Overflow

    Oct 23, 2014 · Your answer is presented as if you expect to be able to type sh on an arbitrary Windows command prompt and have it work.

  5. windows - How to run a PowerShell script - Stack Overflow

    Just use the command powershell c:\mypath\yadayada\myimportantscript.ps1 if your path and file name have no spaces in it but if you put quotes around it powershell will try and interpret the …

  6. cmd - How do you run a command as an administrator from the …

    May 10, 2011 · I'm trying to run the script with elevated, administrative privileges from within the Windows shell (cmd.exe)--just as if I'd right-clicked it and chosen Run as Administrator, but …

  7. java - Running JAR file on Windows - Stack Overflow

    79 If you need to distribute your .jar file and make it runnable at other people's Windows computers, you can make a simple .bat file like this in the command prompt:

  8. Compiling/Executing a C# Source File in Command Prompt

    Feb 16, 2009 · How do you compile and execute a .cs file from a command-prompt window?

  9. Run C++ in command prompt - Windows - Stack Overflow

    For example, if you are using Visual C++ .NET 2010 Express, run Visual C++ 2010 Express Command Prompt from the start menu, and you can simply compile and run the code.

  10. java - Run jar file in command prompt - Stack Overflow

    May 23, 2017 · Run jar file in command prompt [duplicate] Asked 14 years, 7 months ago Modified 5 years, 10 months ago Viewed 1.0m times