Install word and excel viewr application into the cd and then put this entry into autorun.inf:
Code:
open=wordviewer.exe myarticle.doc
Or simply, u can create a bat file with the following lines:
Code:
start "myarticle.doc"
exit
put this in a file and make its extension as .bat and put it in the cd rom.
Then in autorun.inf, add these lines:
Since word is a 32 bit prog, the command prompt will close itself as soon as word starts.