Embed VBS into C++ Application

Jun 11, 2012 at 8:07pm
I have a VbScript Script File that I call in a function inside the C++ program. I was wondering if there was a way to sort of merge/embed this script within the .exe so I don't have to (physically) include/add the script file on the location of the .exe. (Dont let the user see the code of the VBS script so they can't accidentally write on it.)

Last edited on Jun 11, 2012 at 8:08pm
Jun 11, 2012 at 8:38pm
Include it as a resource.
Jun 12, 2012 at 8:30am
You can do in C++ whatever that VBS script do.
Topic archived. No new replies allowed.