pub fn windows_binary_caller(bin: &Path) -> Result<String>Expand description
BinaryInstaller::determineBinaryCaller: call for a .bat or .exe
target (substr($bin, -4) — case-sensitive, and NOT .cmd); otherwise
the shebang interpreter — everything after the last path segment,
arguments included (#!/usr/bin/env php -dfoo → php -dfoo); otherwise
php.