Hi Kevin, In general backslashes in SKILL need to be escaped as they are special to SKILL. I didn't have "rg" installed, so I located it and downloaded it to try it out. Other than the backslashes needing escaping, it seems that the $1 causes a problem - it's probably getting interpreted somewhere en route. I found that if I do: ipcId=ipcBeginProcess("rg 'Run Result\\s+:\\s+(\\w+)' -Nor '\\$1' ./folder/subfolder/filename.rep.cls") ipcWait(ipcId) data=ipcReadProcess(ipcId) then it should read the output of the command OK. Regards, Andrew
↧