PDA

View Full Version : .exe's


Jerhy
01-23-2006, 07:40 AM
hey!

is it possible to launch programs like excel or word from within vizard?

e.g. click on an object and then it opens word

rgds

jer

tobin
01-23-2006, 08:59 PM
Certainly. Within Vizard is Python, and that language has a ton of available system libraries. Look in the "sys" module and you see several methods. Alternatively, you can try using the win32 libraries of Python that gives control over more native Window's system calls.