Has anyone done this? A windows webserver has a share on the same
computer that contains some dos batch files. I'm trying to write a
php page that will execute them. After much thrashing around and
searching I'm still not getting any results.
I've tried
echo exec('t:\dir\ba tch.bat');
as a starting point.
Can anyone point me in the right direction please?
Hughie
computer that contains some dos batch files. I'm trying to write a
php page that will execute them. After much thrashing around and
searching I'm still not getting any results.
I've tried
echo exec('t:\dir\ba tch.bat');
as a starting point.
Can anyone point me in the right direction please?
Hughie
Comment