Open default browser with parameter
Hey,
I know nothing about C# (VB guy here), so I need a little direction or help. I need to make an executable that opens the user's default browser to a certain page (specfied by a command line parameter). I have to do it this way, because I am working with another old, but very expensive system that allows you to run executables with parameters (driven from the database) but doesn't support much else like linking to web pages.
I need it to be C# because the users run the executables from the server (no client install) and I can't have any runtimes or any other required installs (like .NET framework).
In a perfect situation, it would work like this:
thanks for any pointers or directions,