开发者

Spawn a process from Rhozet Carbon Coder

开发者 https://www.devze.com 2022-12-17 05:03 出处:网络
I am trying to figure out how to spawn a process / start an EXE from Rhozet Carbon Coder. The manual mentions a task that sounds pr开发者_StackOverflow中文版omising, \"ExternalProcess\", in section 5.

I am trying to figure out how to spawn a process / start an EXE from Rhozet Carbon Coder.

The manual mentions a task that sounds pr开发者_StackOverflow中文版omising, "ExternalProcess", in section 5.8.2 but does not document this task.

Has anybody had success doing this, or knows where the ExternalProcess task is documented?


I have heard back from Rhozet that the ExternalProcess command mentioned tangentially in the manual is a typo, there isn't any task by that name.
Currently the only way to launch a process is to use the Notify task.
For example the folowing xml put in the Sources section of a configuration file launches notepad before running the job.

  <Notify>
    <PreTaskNotify>
      <ProcessNotify_0 NotifyCommand="notepad.exe" />
    </PostTaskNotify>
  </Notify>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号