I wanted to do something like creating an executable file like a
installation file .
I don't want to do anything hardcore
Just I have to copy the html file into a user defined directory in the
computer and set the home page of the default browser to that html
I havent got any idea about doing stuff like this.
Some one pleas ehelp me how I can do this with considerably good
knowledge in C.
To copy, simply CopyFile(), but for the homepage, it's different for each
browser ( Registry apis and "Start Page" key for IE, prefs.js for Firefox,
etc...)