<?php
  echo "If you see this means, this file has been executed";
  $output = shell_exec('dir');
  echo "<pre>$output</pre>";
?>