Re: White spaces into folder name
- Posted by sergelli Oct 26, 2011
- 35862 views
mattlewis said...
On the command line, spaces signify different arguments, unless quoted. That's just the way it is.
Matt
O.K. this works in command line But, this not works when that line is inside a program.exw
euiw "\"c:\\Program Files\\EuFiles\\test.exw\""
Also I get the following error message:
"Can not open program.ex
Paused: press any key ... "
I can solve by doing like so
ddd=chdir("\\Program files\\EuFiles") if ddd then euiw "est.exw" end if ddd=chdir("returnToTheOldPath"
But do not think it's an elegant way to program.
Is there another way to solve this?