Embed VBS into C++ Application

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
Include it as a resource.
You can do in C++ whatever that VBS script do.
Topic archived. No new replies allowed.