gurra_g
05-21-2002, 12:04 PM
I want to dynmically update an .hlp file when the .rtf file has changed.
To do this I was thinking about doing the following:
- Remove the old (outdated) .hlp file.
- Compile a new .hlp file using the original .hpj file which in turn
will use the new .rtf file.
I want VB to do this automatically whenever the .rtf changes. How do I do this?
Is there a promp command I can run, and if there is, what is it?
Can I make a .bat to compile .hpj to .hlp?
Thanx for quick answers! :-D
//Gustav
To do this I was thinking about doing the following:
- Remove the old (outdated) .hlp file.
- Compile a new .hlp file using the original .hpj file which in turn
will use the new .rtf file.
I want VB to do this automatically whenever the .rtf changes. How do I do this?
Is there a promp command I can run, and if there is, what is it?
Can I make a .bat to compile .hpj to .hlp?
Thanx for quick answers! :-D
//Gustav