run chm help file through java code
hello,
would you tell me how can i run a help.chm file using java code. i am trign this but no luck.
first try
Process pp=run.exec("C:/Program Files/Internet Explorer/IEXPLORE.exe./res/bobftphelp.chm" );
Second try
Process pp=run.exec(" ./res/bobftphelp.chm" );
It run fine a help.doc file but not help.chm file.
please help me
Thanka in advance
Ravi Charan

