PHP, PowerShell PowerShell cd C:\xampp\php '<?php echo htmlspecialchars($_GET[''nombre'']) . " tiene " . (int)$_GET[''edad''] . " años." ?>'| out-file scriptphp.php -Encoding utf8 .\php-cgi.exe -f .\scriptphp.php nombre=Marta edad=20 12345 cd C:\xampp\php '<?php echo htmlspecialchars($_GET[''nombre'']) . " tiene " . (int)$_GET[''edad''] . " años." ?>'| out-file scriptphp.php -Encoding utf8 .\php-cgi.exe -f .\scriptphp.php nombre=Marta edad=20