使用Windows Shell使用Runner執行程序

出自 ArcoWiki
於 2018年6月6日 (三) 14:02 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“In order to run a DMP Project with the Runner from the Windows Shell (a.k.a. Dos Prompt), the statements are as follow:<br /> <code>Prompt> C:\Metrostaff\Ar…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

In order to run a DMP Project with the Runner from the Windows Shell (a.k.a. Dos Prompt), the statements are as follow:

Prompt> C:\Metrostaff\ArcoCAD Inspection\System\C3runner.exe C:\Metrostaff\ArcoCAD Inspection\User\ProgramName.dmp#AUTO or SLAVE or NONE

where:

AUTO = Run the Runner, execute, close the program automatically

SLAVE = Run the Runner, execute the program and not close, should be close only by the application which run it, not by the user

NONE = Run the Runner, execute the program and the user can close it