Re: White spaces into folder name
- Posted by mattlewis (admin) Oct 24, 2011
- 36062 views
sergelli said...
when I use:
euiw c:\\Program Files\\EuFiles\\test.exw
I get the following error message:
"Can not open program.exe
Paused: press any key ... "
This happens when there are folders with names that use spaces. OK?
I Can solv by writing
euiw "c:\\Program Files\\EuFiles\\test.exw"
But, I do not like this way
There is another way ?
On the command line, spaces signify different arguments, unless quoted. That's just the way it is.
Matt