Jump to content

Execute batch file in the browser


ajeesh.tr

Recommended Posts

I believe PHP is considered it's own user on the system. So it launches it's own hidden / background cmd prompt when using shell. I would Google it for more info. You can see an example of this with:

<?php
echo shell_exec("ping google.com");
?>

 

The program does actually work, but it doesn't show up on your computer.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.