helpwanted123
12-29-2006, 12:05 AM
Hi All,
I have tried with shell_exec() in PHP for listing a list of directories in side a main dir
$ouput = shell_exec("dir C:\\php /s /b /a:d");
This is not working fine.Is shell_exec will not work for windows commands?
$ouput = shell_exec("dir C:\\php /s /b ");
This is not working for listing of filenames with full path
Please help
I have tried with shell_exec() in PHP for listing a list of directories in side a main dir
$ouput = shell_exec("dir C:\\php /s /b /a:d");
This is not working fine.Is shell_exec will not work for windows commands?
$ouput = shell_exec("dir C:\\php /s /b ");
This is not working for listing of filenames with full path
Please help
