hi guys.
i have script on click and trying to open hosts file from this location.
but if i type this address in run c:\WINXP\system32\drivers\etc\hosts windows ask me with open to select some software to open this file (its just text file) so notepad is the best to open it.PHP Code:File.Open("C:\\WINXP\\system32\\drivers\\etc\\hosts", "", SW_SHOWNORMAL);
can i just simple specify to open this file in notepad?

