From: John L. <jla...@gm...> - 2009-06-01 21:45:37
|
On Mon, Jun 1, 2009 at 10:45 AM, lostgallifreyan <los...@gm...> wrote: > > Didn't work, but a clue was a lack of quotes round the filepath after the -c switch in the DisplayOutput window. So I went to frame:Connect(ID_RUN... and changed a line as follows: > local cmd = '"'..programName..'" '..console..openDocuments[id].filePath > to > local cmd = '"'..programName..'" '..console.."\""..openDocuments[id].filePath.."\"" > which works. Thanks, fixed in CVS. Regards, John |