I wanted to create a function that simply opens a url.
previously i tried shellexecute() which worked great for me and most of those that were using my program, But the hassle of having to have all their file directories is a pain not to mention some error trying to use the feature.
so i tried system(command) despite everything telling me to avoid it.