Hi,
I want to do a sort of command prompt with php.
everything works, but there is one small thing that is disturbing me.
Under Command Prompt if I do dir c:\windows /p
I have to click "Space Button" so that DIR continiues.
Who can I do that under PHP. So that when I typ something in the <input> that it doesn't opens every time a new cmd.exe in the background of the server.
Is this possible?
Thx