To access the operating system with php you do the following
$answer = shell_exec("abc.exe");
echo $answer."</br>";
The $answer string will contain the information that the abc.exe prints out or returns.
You may need to format it using explode().
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…