I want to open a local HTML file in the default browser.
For example: Default Browser is Mozilla Firefox.
The file to be opened: C:\\My Custom Path\\New Folde
One can also create a process launching CMD.EXE with the following parameters :
'/C start '+Url
Quick and dirty, but it should work OK