Re: [PHP-WIN] Exec

2002-07-22 Thread charlesk
the file you are trying to execute. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting charlesk <[EMAIL PROTECTED]>: > I am trying to get php to create a DNS entry on a different server. > > When I open a command shell and

Re: [PHP-WIN] Exec

2002-07-10 Thread charlesk
e.org/ Quoting charlesk <[EMAIL PROTECTED]>: > I am trying to get php to create a DNS entry on a different server. > > When I open a command shell and enter the command it works fine. ( > (dnscmd.exe servername /EnumRecords domainname @) OR > (dnscmd.exe IPaddress /EnumRecords

[PHP-WIN] Exec

2002-07-10 Thread charlesk
I am trying to get php to create a DNS entry on a different server. When I open a command shell and enter the command it works fine. ( (dnscmd.exe servername /EnumRecords domainname @) OR (dnscmd.exe IPaddress /EnumRecords domainname @) When I have php exec() the same command from a command line