Adding a URL in ofStream to make Vbs script

Title might be a big questionable but I need some help I have tried googling how to do this but nothing comes up on this topic.

So the problem is that if you do launch << " Url = "http://google.com";
That C++ will detect that the second " is the end when really it isn't it is part of the VB script any way around this?
Then the second part that may be screwing this up is the // after the http.

Full code http://pastebin.com/PcerXHxV

Any Help is appreciated.
Escape the quotes launch << " Url = \"http://google.com";
Topic archived. No new replies allowed.