Is it possible to fire a file inside a server through a web page?

Asked

Viewed 37 times

0

I wonder if it is possible to run a command inside a server through a web page, what I need is that through this page I can open a VBS script that I have saved or even open an application. No matter the language applied, there’s an easy way to do this?

  • I believe q php makes it easy: http://php.net/manual/en/function.system.php

1 answer

1


I think in that case you should look for a dependency if you do not want to create something very complicated. With a few minutes of research, I found this:

I don’t know much about C/C++, but I think with a addon you can also get similar results. Read more about creating Addons for Node.JS at official documentation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.