Hi,
I've actually a problem with the "Start-Process" command , used to run an exe file located in a path containing blank spaces.
$myPath = "C:\Temp\My folder with spaces\setup.exe" Start-Process $myPath -ArgumentList ....
I resolved the same problem for the arguments by adding double-quotes, but it doesn't seem to be working for the command.
-ArgumentList "/extract:""$FileFolder\$FileLanguage""
If someone have the solution ... I tried many things, with no luck !
I add a precision : the path shown in my example is built, like that :
"$FileFolder\$FileLanguage\setup.exe"