|
Posted by Steve on 01/12/06 10:47
On Thu, 12 Jan 2006 00:41:27 -0800, julian_m wrote:
> I'm just need to excec a few php scripts that mainly do admin job over
> files, like create folders, rename files, backup them, ....
>
> Is there any way to run the scripts as if they were a sort of ".bat"
> files?
>
> regards - jm
Yes. There is a command line version ( well certainly for *nix, probably
for windows ) which will allow you to do just that.
I've taken to writing my 3 liners in php and moved away from other
scripting languages, as there's one less language to remember. And some of
them get really annoying when things like the use of a $ change between
languages!
My $0.02,
Steve
[Back to original message]
|