Difference between revisions of "Executing a Program with the Runner using Windows Shell"

From ArcoWiki
Jump to: navigation, search
m (2 revisions imported)
 
Line 10: Line 10:
  
 
<code>NONE</code> = Run the [[Runner]], execute the program and the user can close it
 
<code>NONE</code> = Run the [[Runner]], execute the program and the user can close it
 +
[[it:Esecuzione di un programma con il Runner tramite Windows Shell]]
 +
[[zh-cn:使用Windows Shell使用Runner执行程序]]
 +
[[pt:Executando um programa com o executor usando o Windows Shell]]
 +
[[de:Ausführen eines Programms mit dem Runner mithilfe der Windows-Shell]]
 +
[[es:Ejecutar un programa con el Runner usando Windows Shell]]
 +
[[en:Executing a Program with the Runner using Windows Shell]]
  
 
[[Category:Dmis_Tutorial]]
 
[[Category:Dmis_Tutorial]]

Latest revision as of 14:02, 6 June 2018

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