Just launching a web page in its own window is easy.

If C-Script has an execute function that can execute win32 commands, I can't look it up as I am away from my dev machine, then you could have it execute the following line and the browser should launch.

ShellExecute(NULL, _T("open"), "http://www.abc.com", NULL, NULL, SW_SHOW);

If it can not do that then let me know and I can put a dll together to do this for you.