using ${ConfigWrite}
Hi!!
I would like to know.. why I cant do it:

I have a file.. httpd.conf
Inside this file, I have this lines:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>

And I`m using this command to put in front of "index.html" some words.

${ConfigWrite} "$APACHE_HOME\conf\httpd.conf" "DirectoryIndex index.html " 'index.php default.php main.php' $R1

it will be like this:
<IfModule dir_module>
DirectoryIndex index.html 'index.php default.php main.php
</IfModule>

why it does not work?