in reply to printing MSExcel file?
Try an extra set of quotes for DOS/Win or backslashes for *Nix.
...roboticus
Update: Try executing that exact command line in a standard DOS shell and see what happens... ;^)
This would work in DOS/Win:
For *Nix it depends on your shell. I use bash:C:\> "C:\Program Files\yadda yadda\foo.exe" argWithNoSpace "Arg with a + space"
$ /DOS/C/Program\ Files/yadda\ yadda/foo.exe argWithNoSpaces Arg\ with +\ a\ space
|
|---|