从 Rhozet Carbon Coder 生成一个流程
我正在尝试弄清楚如何从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从 Rhozet 那里得知,手册中提到的ExternalProcess 命令是一个拼写错误,没有任何名为该名称的任务。
目前启动进程的唯一方法是使用 Notify 任务。
例如,将以下 xml 放入配置文件的“源”部分中,会在运行作业之前启动记事本。
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.