On SuSE installation of Linux for S/390, I copied index.html to index2.html
in same directory.  When I open index.html in a browser (MS IE) it looks
fine.  When opening index2.html, some of the <!--#exec cmd scripts do not
work.  For example the following:

<!--#exec cmd='
        if test -d /usr/share/doc/susehilf/ ; then
                echo "                  <LI><A HREF=\"doc/susehilf/\">SuSE
Help Pages</A>"
        else
                echo "                  <LI>SuSE Help Pages are not
installed"
        fi

        if test -d /usr/share/doc/sdb/en/html/ ; then
                echo "                  <LI><A
HREF=\"doc/sdb/en/html/index.html\">SuSE Support Database</A>"
        else
                echo "                  <LI>English SuSE Support Database is
not installed"
        fi
' -->

What's breaking?

Thanks,
     Craig Kittendorf
     Systems Programmer

Reply via email to