First off I know the obvious answer is to not use a directory with a space in it, but at this point it is just bothering me that I do not know how to.
$f = "$env:userprofile/desktop/art folder/art.png"
iwr DropBoxUrl -o $f
this works fine in a powershell console but from the runbox it shows the following error:
At line:1 char:22
+ $s = $env:USERPROFILE\desktop\art folder\art.png; iwr https://www.dropb ...
+ ~~~~~~~~~~~~
Unexpected token '\desktop\art' in expression or statement.