[Wine] Running wine via php

asmith wineforum-user at winehq.org
Mon Feb 8 03:11:50 CST 2010


Hi,

I'm trying to run a command with wine via php:



Code:

<?php
$test = shell_exec('wine c:\\\\.exe');
echo $test;
?>




[/code]







More information about the wine-users mailing list