February 11, 2005 1:51 AM
.To: Jason Beaver; php-windows@lists.php.net
.Subject: Re: [PHP-WIN] system() on Windows 2003
.
.You shoud type system('cmd /c 'copy /b prnfile lpt4:', $result);
.in order to work.
..I have a script that calls:
.. system('c
You shoud type system('cmd /c 'copy /b prnfile lpt4:', $result);
in order to work.
.I have a script that calls:
. system('copy /b prnfile lpt4:', $result);
.or:
. system('type prnfile > lpt4', $result);
.the result is '1' and it doesn't send it to lpt4.
.I have tried:
.