Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

Run cmd with arguments not work

$
0
0

"c:\jenkins\nightbuild\Setup-Application Name-8.12-#28.exe"  /c=installCmd.xml
- this is working script started automatic instalacion.
Im not able start this command line using PowerShell.

I tryed many ways but nothing is working like from cmd.

&  "c:\jenkins\nightbuild\Setup-Application Name-8.12-#28.exe"  /c=installCmd.xml

Its not working even on local server.

http://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx
- I tryed many ways from this article too.


Viewing all articles
Browse latest Browse all 8583

Trending Articles