re: Medit Bug

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

Actually, it wasn't that hard to find...

You need to replace this line:
	exe &= " " & path & name (Line 1993, in Editor.exw)
with this:
	exe &= " \"" & path & name & "\""

So that the system will see this when you run a file:
ex.exe "c:\euphoria\dir with spaces\test file.exw"

It will also allow you to run files that actually have a space in the name, 
not just in the path.

hehe, hope that helps.
=====================================================
.______<-------------------\__
/ _____<--------------------__|===
||_    <-------------------/
\__| Mr Trick

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

Search



Quick Links

User menu

Not signed in.

Misc Menu