Cant launch exe from x86
Scott Parkis
Having trouble launching a program from C:\Program Files (x86)...... path Its crapping out because of the *(x86)" part of the string. I have tried putting the path in a variable and calling it. Still doesnt work.
Any idea?
just trying to run PS using start-process -FilePath "C:\Program Files (x86)\Software\app.exe"
It also fails if I run this in PS locally. Any ideas? I have tried backticks and using '&' before the path. All fails.
0
Comments