Batch file - windows server ( Anthony 29/6/2008 )

Run a batch file on a windows server ? The php file and batch file are in the same folder. UNTESTED

IM code:

<?php
system
(realpath(dirname(__FILE__)) . '\\simple.bat');
?>