Re: [PHP] Help w/ exec() on Win2k, IIS5.

2001-03-29 Thread Tobias Talltorp
I have had this problem with exec, passthru with that configuration aswell... To read the files into an array, do this: (http://www.php.net/manual/en/function.opendir.php) "; } ?> // Tobias "SHAWN" <[EMAIL PROTECTED]> wrote in message D1FF6C0809A9D411815D0050DA841BCC3EE5@ONSITESERVER">news:D1F

[PHP] Help w/ exec() on Win2k, IIS5.

2001-03-28 Thread SHAWN
Using IIS5 on W2K Server, I can't get get the exec() or other similar commands to work. This is what I'm doing - exec( "dir/a-d/b $dir_name", $arFiles ) The array doesn't contain anything! I've tried it with cmd.exe before the command, but it just seems to get stuck in a loop! Can anyone tell m