Q2: how to activate default browser?

Blitz3D Forums/Blitz3D Beginners Area/Q2: how to activate default browser?

keyboard(Posted 2003) [#1]
If I want to put help information in a html file, can I call that up in the users default browser from my Blitz2D program?

I am sure I saw some topic about these issues, but I cannot seem to find it now...

thanking you if you can help :)


GitTech(Posted 2003) [#2]
ExecFile("www.blitzbasic.com")


You should replace "www.blitzbasic.com" with the path to the html file. "www.blitzbasic.com" is just an example.


keyboard(Posted 2003) [#3]
@GitTech

for both answers, many thanks