run chm help file through java code
807580Sep 14 2006 — edited Apr 15 2010hello,
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