Re: [PHP-WIN] Re: Run batch files using php

2004-04-29 Thread Harpreet K. Singh
copy from one server to another. I have the drives mapped on my machine please help. I am stuck on it for 3 days now. Thanks - Original Message - From: "Jason Barnett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 2004 12:24 AM Subject: [

[PHP-WIN] Re: Run batch files using php

2004-04-28 Thread Jason Barnett
Harpreet wrote: I wrote a batch file using php . Can I run this batch file using php with the system or some other command. Please help Sure, you can call php from the command line and pass arguments to it (like the name of a php script to run). Or did you mean run a batch file from inside a php