pardon system direk goruntuluyor. system yerine exec kullanmaniz gerekiyor;

<?php
system("dir",$sonuc); 
echo implode("<br />",$sonuc);
?>
gibi