Guys please assist: I have a series of scripts I’ve written in vbs. These serve to compile some report we require at random intervals. These scripts run on a standalone PC located across the room. Currently when we need the report, we have to walk over and double click the first .vbs script that calls the next and so forth when complete.
Now what I’ve done, is install Apache on this standalone PC to make it a “web server”. Created a landing page with a web link to it. The idea is to have people access the page from any PC, click on the link which will kick of the .vbs file in question….without us having to walk all the way across the room to accomplish that.
Is this even possible on server side?
Now what I’ve done, is install Apache on this standalone PC to make it a “web server”. Created a landing page with a web link to it. The idea is to have people access the page from any PC, click on the link which will kick of the .vbs file in question….without us having to walk all the way across the room to accomplish that.
Is this even possible on server side?