I have 10 .vbs file and incorporated them into a single .vbs file namely Main.vbs.Now if I double click on the main.vbs,my script got started to run. But I am looking for an
For VBSlover's purpose the best way would be to program a HTML Application (no need for the extra complexity of a web server, no security hassles as in a plain client .html script). Of course, just wrapping some HTML code around existing VBScript code would be fatal, you'll have to design a useful GUI and distribute the existing features into suitable event handlers. Definitely not a project that can be tackled by posting a barrage of questions here - some careful research of your own is a necessary starting point/pre-requisite.