re: Medit Bug
- Posted by mistertrik at hotmail.com Apr 20, 2003
- 430 views
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