Jump to content

WebCmd: Start a command line / console app in Browser - interactive


Oliver Morsch

Recommended Posts

Hi!

With this app you can run a cmd or console app in an interactive way. Just like sitting in front of a "cmd" on a PC.

This project is similiar to "PHP Shell" (http://www.tecmint.com/linux-shell-access-on-browser-using-php-shell/), but "WebCmd" is interactive and uses UniGui instead of PHP.

It is also helpfull, if you use console apps on the server to perform something (creating PDF's, converting Files, ...). If such a process runs very long, the user get results (output) at every time with WebCmd; if you use a standard "CreateProcess()" instead the result is only available after process has finished.

If you want to use interactive input (optional) you must enter the command / input into the edit field below and then press enter (no "inline" edit/ input possible).

Use "exit" command to close a cmd, just like in a normal cmd.

Regards
Oliver
 

post-147-0-33844900-1382056285_thumb.png

 

WebCmd.zip

 

  • Like 2
  • Upvote 7
Link to comment
Share on other sites

  • 4 weeks later...
  • 7 years later...
6 hours ago, x11 said:

Browser app doesn't respond to keyboard.

I can't enter anything.

Screenshot_1.jpg

 

See description: If you want to use interactive input (optional) you must enter the command / input into the edit field below and then press enter (no "inline" edit/ input possible).

"Inline Edit" you must program by your own.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...