About 190,000 results
Open links in new tab
  1. How to run an EXE file in PowerShell with parameters with spaces …

    Nov 4, 2009 · This is unrelated to the ops question, he specifically asked how to run the long command in his post in powershell. Not how to run a powershell script with spaces in the file …

  2. Executing an EXE file using a PowerShell script

    Jan 9, 2011 · I'm trying to execute an EXE file using a PowerShell script. If I use the command line it works without a problem (first I supply the name of the executable and series of …

  3. Run Executable from Powershell script with parameters

    So I have a powershell script that is supposed to run an executable with an argument to pass to set which method I want to run, and I need to pass a parameter, which is a directory to a …

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

    The MSDN/Technet URL now redirects to a page saying "The Windows PowerShell 1.0 Owner’s Manual has been retired. For the most up-to-date Windows PowerShell content, go to Using …

  5. Invoke an exe from PowerShell and get feedback on success or …

    How can I run an executable in PowerShell and through an if statement determine whether it succeeded or failed? More specifically I'm trying to get devenv.exe to build a solution from a …

  6. Powershell Script to run exe file with parameters

    Nov 14, 2018 · I need script to run exe file with parameters. That's what I wrote, if there's a better way to do it?

  7. How to pipe all output of .exe execution in Powershell?

    How to redirect output of console program to a file in PowerShell has a good description of the problem and a clever workaround. Basically, call CMD with your executable as a parameter.

  8. How do I run a *.exe file from PowerShell - Stack Overflow

    May 16, 2017 · I have a folder at C:\\Folder that has files input.xml, output.xml and licensegenerator.exe. Licensegenerator.exe takes variables that we put into input.xml and …

  9. Executing a command stored in a variable from PowerShell

    Aug 29, 2010 · I have a command that I have build and stored in a variable in PowerShell. This command works if I do a Write-Host and copy and paste into a standard cmd.exe window. …

  10. Powershell Execute remote exe with command line arguments on …

    Mar 2, 2012 · My goal is to run an exe that already resides on a remote machine and pass in command line arguments. I've tried invoke-command, but I can't seem to get my syntax to …