in reply to Re: Call external Windows/win32 executable
in thread Call external Windows/win32 executable

$exitcode = system('path/to/your/file.exe arg1 arg2'); $exitcode = $exitcode >> 8;

see system for details.

Dodge This!