InvokeMeWell
Junior Member level 3
Hello,
I am trying to run calibre via skill cadence my code:
hiGetCurrentWindow()
cmd = strcat("calibre -drc " "my_runset.runset")
pid = ipcBeginProcess(cmd)
ipcWait(pid)
I have a problem when it opens the gui of the drc the library is correct, but in the cell name in inputs TOP CELL TOP CELL NAME, how I can declare in via skill select cell name, library, etc
thank you in advance
I am trying to run calibre via skill cadence my code:
hiGetCurrentWindow()
cmd = strcat("calibre -drc " "my_runset.runset")
pid = ipcBeginProcess(cmd)
ipcWait(pid)
I have a problem when it opens the gui of the drc the library is correct, but in the cell name in inputs TOP CELL TOP CELL NAME, how I can declare in via skill select cell name, library, etc
thank you in advance