| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

spawn_external_program

Page history last edited by Dave Thaler 6 years, 1 month ago Saved with comment

The spawn_external_program mission scripting command executes another program, passing it specified command line arguments.

 

 

Attribute

Valid Values

Optional?

Description

id

text

Mandatory

A unique identifier that can be used with the if_external_program_active and if_external_program_finished conditions.

name text Mandatory Path to the executable, relative to the Artemis directory.
arguments text Optional  The complete command line, including repeating the executable name.

 

Example:

 <spawn_external_program id="Command1" name="dat/VLCPortable/VLCPortable.exe" arguments="VLCPortable --no-video-title-show --play-and-exit --fullscreen dat/Missions/MISS_Example/MyExampleFile.avi" />

Comments (0)

You don't have permission to comment on this page.