|
Posted by C. (http://symcbean.blogspot.com/) on 10/08/07 11:25
On 8 Oct, 05:41, "patrice.fi...@gmail.com" <patrice.fi...@gmail.com>
wrote:
> Hello Everyone,
>
> I use wamp.org (windows, apache, mysql, php) to develop website in
> PHP5 locally, then I copy on a live webserver linux. I need to created
> batch job that I can schedule. I saw few things on the net but nothing
> really worth while. Any idea where I should look? Ideally the code
> would work both in windows environment and linux environment.
>
Read this:
http://www.catb.org/~esr/faqs/smart-questions.html
You don't say *what* it is you need to schedule - the only other thing
you mention is publishing files to your production box, although you
provide no explanation of the mechanism you are trying to automate.
Assuming this is what you want to automate then you might find
PushSite useful (http://sourceforge.net/projects/pushsite/). It is not
being actively maintained but if it doesn't suit your purposes, there
are links to other tools which might be more suitable.
(Note MS-Windows is not really designed for batch processing, but
there is an 'at' service you can use to launch the job).
C.
Navigation:
[Reply to this message]
|