Curtis > cid=ipcBeginProcess("echo \\'hello\\'") ipc:2 > ipcWait(cid) nil > ipcReadProcess(cid) "'hello'\n" Because backslash means an escape in SKILL, you need to escape the shell escape. Andrew
↧