<?php

exec('c:\WINDOWS\system32\cmd.exe /c START remove.bat');
echo "<script>window.close();</script>";

?>