Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • is it possible to pass in parameters via the powershell.exe script? I.e. installer.bat 2000 -u and then: powershell.exe -Command "Start-Process file.bat %arg1% %arg2% -Verb RunAs"
    – benscabbia
    Commented Jul 14, 2016 at 14:17
  • Your comment is off topic to the original question. Yes, it is possible. You should do some more research on exchanging parameters between batch/Powershell and, if you have troubles, post a new question.
    – root
    Commented Jul 14, 2016 at 14:22
  • I'll do some further research and post new question if required. Thanks again!
    – benscabbia
    Commented Jul 15, 2016 at 7:28