[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
RE: Starting a batch file from a webpage...
Lee,
What happens when you use the start command?
i.e.:
system('start mybatchfile.bat');
Nick.
At 02:01 AM 2003-12-07 +0000, mailinglists@xxxxxxx wrote:
> Ross/Justin,a
>
> I've tried both directions, but the batch file takes 10mins to run, so
the
> webpage times out, which I think kills the run.
> I've looked around and tried a few things but I can't get it to fork a
> seperate process and return a 'job started page'.
>
> Any ideas?
> -----Original Message-----
> From: Ross McKillop [mailto:home@xxxxxxx]
> Sent: 06 December 2003 12:21
> To: ukha_d@xxxxxxx
> Subject: Re: [ukha_d] Starting a batch file from a webpage...
>
>
> Alternatively, with PHP
> <?php
> system('mybatchfile.bat');
> ?>
Home |
Main Index |
Thread Index
|