Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / terminal_connect.php
CommitLineData
8de51304
H
1<?php\r
2\r
3$pfp = popen ("cmd.exe", "rw");\r
4$ifp = fopen ("php://stdin", "r");\r
5\r
6while($pfp) {\r
7 echo (fgetc($pfp));\r
8 if (feof($ifp)) { fwrite ($pfp, fgetc($ifp)); }\r
9}\r
10\r
11?>\r
This page took 0.096969 seconds and 4 git commands to generate.