Oliver Morsch Posted October 18, 2013 Posted October 18, 2013 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.RegardsOliver WebCmd.zip 2 7 Quote
Sistema Fenix Posted October 19, 2013 Posted October 19, 2013 Cool! Thanks for sharing. Grateful. Quote
docjones Posted November 13, 2013 Posted November 13, 2013 very very interesting, thanks for sharing Quote
ldb68 Posted November 20, 2013 Posted November 20, 2013 delphi XE5 last unigui I get error starting "class TUniPanel not found!" Quote
Administrators Farshad Mohajeri Posted November 20, 2013 Administrators Posted November 20, 2013 delphi XE5 last unigui I get error starting "class TUniPanel not found!" Add uniguiregclasses to uses list of mainform. Quote
movedown Posted November 21, 2013 Posted November 21, 2013 very Interesting applications!!! Thank you! Quote
x11 Posted January 19, 2021 Posted January 19, 2021 Browser app doesn't respond to keyboard. I can't enter anything. Quote
Oliver Morsch Posted January 19, 2021 Author Posted January 19, 2021 6 hours ago, x11 said: Browser app doesn't respond to keyboard. I can't enter anything. 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. Quote
andyhill Posted January 23, 2021 Posted January 23, 2021 Tried project, compiles but fails at runtime (1542) An Exception has occured in application::- "Class TUniSimplePanel not found" Quote
x11 Posted January 24, 2021 Posted January 24, 2021 10 hours ago, andyhill said: Class TUniSimplePanel not found http://forums.unigui.com/index.php?/topic/3529-webcmd-start-a-command-line-console-app-in-browser-interactive/&do=findComment&comment=17312 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.