3

Can you please let me know how to run an exe or console application through a powershell script in SharePoint 2010.

1
  • This question doesn't even make any sense. Please elaborate. Commented Dec 6, 2011 at 20:22

1 Answer 1

3

Take a look at Start-Process

For example, I have used it to run an installer

Start-Process -FilePath ".\Scripts\Prerequisites\FilterPack\FilterPack64bit.exe" -ArgumentList /passive, /norestart -Wait 
0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.