I have put up a DLL that contains a function that will Open a web page. I have tested in only under Windows XP.

@DocJoe I tried the Exec sample but on my machine it does not work properly (Win XP), so I figured I would provide this dll for anyone interested.

code:
//Sample Usage
function TestExec()
{
gsu_OpenURL("www.msn.com");
}

There are several functions that I am currently working on and should be ignored for now.

Check My Web Page below