I am trying to auto launch a vbs script after it is downloaded from the website. What I am working on is a script to will auto launch applications on the local machine. The file is created and updated on the server side using php. The user is able to add and remove the applications they need to start and php will create a .vbs file with the information. The problem is my company is not willing to give me access to write to the local machine from the server because of security risks so I am trying to create a work around. So my big question is
is there a script I could add in the vbs file to auto run after it has been downloaded.
Thank you