Re: system_exec file name with spaces
- Posted by Igor Kachan <kinz at peterlink.ru> Jul 28, 2006
- 494 views
jacques deschĂȘnes wrote: > > > }}} <eucode> > include machine.e > object void > void = system_exec("exwc.exe c:\documents and settings\jacques\test.exw",0) > exwc report: can't open c:\documcnents.exw > -- I quote filename > void = system_exec("exwc.exe \"c:\documents and > settings\jacques\test.exw\"",0) > exwc report same error. > > Any solution to this. > > regards, > Jacques DeschĂȘnes It seems to be one of the current Watcom's features, these names with spaces, as far as I read somewhere. Try to compile the source with Borland or Lcc. Regards, Igor Kachan kinz at peterlink.ru