TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:DOS help files From:Tim Altom <taltom -at- IQUEST -dot- NET> Date:Tue, 16 Jan 1996 08:47:00 EST
>>We need to create DOS help files from Word .doc files. Does anyone know of
>>a program that can automatically generate the one from the other?
>This caused some confusion; allow me to clarify: We need to create DOS
>help files for a DOS application. The text that will be used for these
>future help files currently exists in Word v6 .doc files.
>So...if you know a program that will automatically generate DOS help files
>from Word .doc files, please reply to me directly. Thanks.
Connie, I'm still puzzled. There isn't any DOS help application. Most DOS
help files I know of are simply formatted ASCII files called and displayed
by the app. Or you can just write ASCII files and use DOS to display them.
You can do that with a simple .bat call. Or you might find a third-party DOS
help file app. But there isn't a native "DOS help file." There are, of
course, a native Windows help file app and an OS/2 help file app.
It sounds as though all you need to do is save your document as ASCII text
and then have the programmers work out how to call and display it. It looks
awfully primitive by today's standards, but it'll work.