Is there a software yet to make batch for PHP Script files ? What i mean is software to make something like batch file to edit the changes of php script files.. like SMF board do in php look for the part that need to put code after and before to edit it with multiple files.
You can do this fairly easily with any programming language... But I am unaware of anything that has been made for this purpose specifically.
Bohra, Yes i mean to make batch file like .bat files to do the job and replace files in right place. camjohnson95, OK..
you can do this with perl scripts. it can change the contents of multiple files, and is a very powerful language for string manipulation.