Link to home
Start Free TrialLog in
Avatar of SPEGG
SPEGG

asked on

Reading DOS Help Files

Hi all,

I've been asked to use an old DOS based C compiler to update some legacy code.  The compiler is called the "Microsoft(R) C Professional Development System, Version 6.0".

With the installation came a bunch of help files with a '.hlp' extension.  I can't get the QuickHelp utility to work - it seems to cycle through every directory in the PATH environment variable saying it can't open it, then says that my help file isn't found.

I can't open the help files from Windows - I get an error message saying that they're DOS Help Files and I can't open them with a text editor like Notepad because they come out garbled.

Does anybody know of a utility that will let me read the $&$#&^% files?

Thanks in advance,

Stephanie
Avatar of dimitry
dimitry

You can try to use DOS help viewer that is based on QBASIC
utility.
Take it from: http://www.powerload.fsnet.co.uk/msdos.htm
Try Quick View Plus and/or SPF.  Worth a try.
Also, try VIEW.EXE from 1dirPlus and/or PCTOOLS.  They are both obsolete, but might work.

The full menu of 1dirPlus won't run from Windows, but the VIEW.EXE program will.
BOURBAKI, that produced 1dirPlus, is now out of business.

PCTOOLS is now owned by Symantec, so there may be a current version.

The SPF text editor shown above is probably the most powerful text editor available.

Quick View Plus is supposed to read most anything.
depending on the size of those files, you could try the EDIT command at the prompt, ie

EDIT booger.hlp

see if it is just a good old asci file
Both SPF and the VIEW.EXE from 1dirPlus will read enormous record length files.
Both allow reading different formats, as does the VIEW.EXE from PCTOOLS and Quick View Plus.
dos help exe would read only DOSHELP.HLP file, you might try to rename ur file and use DOS HELP
Avatar of SPEGG

ASKER

Thanks to everybody for your help.  I'm sorry for the delay in replying.

My problem is now solved - apparently I was missing an environment variable that should have been set and wasn't.

My help files were in some kind of compressed format so ASCII readers weren't able to look at them.  Quick View Plus wasn't either (sigh) but is a really handy utility.

Again Thanks,

Stephanie

There is an option in Quick View Plus that will allow reading of ZIP files.
Avatar of SPEGG

ASKER

They seem to be some weird format that isn't ZIP and isn't ASCII.  Trying to view them in text view or as hexadecimal gives me a few words but not enough to be helpful.

Stephanie
** PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER **

It appears that this question has been abandoned.  Please take a moment to finalize the question & reward your points as appropriate.  If this question is not finalized within 7 days, Community Support will be requested to force close it.  Unless there is objection or further activity,  it will also be requested that points be awarded to the following expert(s) for their comments:

n/a; self-resolved

If you feel that your question was not properly addressed, or that none of the comments received were appropriate answers, please post a request in Community support (with a link to this page) to refund your points.  The link to the Community Support area is: https://www.experts-exchange.com/jsp/qList.jsp?ta=commspt


/EW

** PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER **
ASKER CERTIFIED SOLUTION
Avatar of Moondancer
Moondancer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial