I can't open *.chm file

B

bin chen

i download a *.chm file from internet, but can not open
it, the message
said. "mk@MSITStore:C:\download\myfile\1.chm" , who can
help me to open it?

thank you very much.
 
D

Dave Patrick

From a command prompt;

assoc .chm
should return with
..chm=chm.file
If not
assoc .chm=chm.file
to restore the default file type association.

ftype chm.file
should return with
chm.file="C:\winnt\hh.exe" %1
If not
ftype chm.file="C:\winnt\hh.exe" %1
to restore the default open action for the file type.
 
B

bin chen

thanks for help, anyway, it did not work.

I use Window 2000 system and have two hard drive (C: and
D:). "C" for Data and "D" for system file. when I type
command as per your instructions, it process as following:
" assoc .chm" ---> ..chm=chm.file
"ftype chm.file" ---> "chm.file=D:\WINNT\hh.exe" %1
exact result as your said.

when I go back to open the ".chm" file, it still fail,
says :"mk:mad:MSITStore:C:\filepath\filename.chm"

I need more help for that. by the way, there is simplified
chinese character in the filename,and the file was
downloaded from Internet. will it affect the operation?
thanks

-----Original Message-----
From a command prompt;

assoc .chm
should return with
..chm=chm.file
If not
assoc .chm=chm.file
to restore the default file type association.

ftype chm.file
should return with
chm.file="C:\winnt\hh.exe" %1
If not
ftype chm.file="C:\winnt\hh.exe" %1
to restore the default open action for the file type.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

bin chen said:
i download a *.chm file from internet, but can not open
it, the message
said. "mk@MSITStore:C:\download\myfile\1.chm" , who can
help me to open it?

thank you very much.


.
 
B

bin chen

for all the .chm file
-----Original Message-----
Is it just the one file or all *.chm files?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

bin chen said:
thanks for help, anyway, it did not work.

I use Window 2000 system and have two hard drive (C: and
D:). "C" for Data and "D" for system file. when I type
command as per your instructions, it process as following:
" assoc .chm" ---> ..chm=chm.file
"ftype chm.file" ---> "chm.file=D:\WINNT\hh.exe" %1
exact result as your said.

when I go back to open the ".chm" file, it still fail,
says :"mk:mad:MSITStore:C:\filepath\filename.chm"

I need more help for that. by the way, there is simplified
chinese character in the filename,and the file was
downloaded from Internet. will it affect the operation?
thanks


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Chm files can't be read 5
chm-files 1
Problem with launching .chm help 1
chm file 2
Chm help files 6
IE security patch security update 896358 and CHM files 3
.chm error 1
CHM errors 1

Top