Invoking files with spaces in PowerShell
Published by David Potter on July 1, 2009
I needed to run an executable multiple times with different parameters and felt that it would be easier to write the script in PowerShell than in a command script. The biggest challenge I ran into was running the executable because the path to it has spaces in it (C:\Program Files\etc). Add to that I wanted [...]

