|
From: Marcus <li...@wo...> - 2002-05-08 22:22:23
|
Okay, I found a way which might be kind of cross platform. You can run
a batch file with:
$cmd = "batch\.bat $file";
Wx::CommandExecute("$cmd",0) which contains this:
1%
Might need to get the platform, but it should work for registered
types.
Marcus
|