Re: White spaces into folder name

new topic     » goto parent     » topic index » view thread      » older message » newer message
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?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu