从 Rhozet Carbon Coder 生成一个流程

发布于 2024-08-18 13:32:48 字数 247 浏览 2 评论 0原文

我正在尝试弄清楚如何从 Rhozet Carbon Coder 生成进程/启动 EXE。
手册在第 5.8.2 节中提到了一项听起来很有希望的任务“ExternalProcess”,但实际上并没有不记录此任务。
有没有人成功地做到了这一点,或者知道ExternalProcess 任务的记录在哪里?

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 promising, "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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凤舞天涯 2024-08-25 13:32:48

我从 Rhozet 那里得知,手册中提到的ExternalProcess 命令是一个拼写错误,没有任何名为该名称的任务。
目前启动进程的唯一方法是使用 Notify 任务。
例如,将以下 xml 放入配置文件的“源”部分中,会在运行作业之前启动记事本。

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

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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文