Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: chorl41a on January 19, 2011, 12:52:30 PM

Title: Query
Post by: chorl41a on January 19, 2011, 12:52:30 PM
Hi friends.

I've a question.

Could I run an external aplication since wintermute?

Is for to make an interfaz without to have that to program since VB.

Without more.

Thaks
Title: Re: Query
Post by: Mnemonic on January 19, 2011, 03:37:53 PM
Use Game.OpenDocument()
Title: Re: Query
Post by: chorl41a on January 19, 2011, 06:00:30 PM
What type extension use?, and How do i use?.

Thanks you for your reply
Title: Re: Query
Post by: Mnemonic on January 20, 2011, 08:24:42 AM
Code: WME Script
  1. Game.OpenDocument("path\something.exe");
  2.