Hlp2Inf: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A utility to create OS/2 INF files from OS/2 HLP files.  
{{Software
|Picture=NA.png
|Version=(1996-01-13)
|Author=[[Rick Papo]]
|License=
|Download={{FileLink|HLP2INF_1996-01-13.zip}}
}}
A utility to create INF files from OS/2 HLP files.


==Download==
It simply copies the HLP file to a new file with the INF extension, and changes the four-byte header from "HSP\x10" to "HSP\x01".
* http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/convert&file=hlp2inf.zip
 
==Links==
* [https://github.com/OS2World/UTIL-CONV-Hlp2Inf Source Code Git]
* [https://github.com/OS2World/UTIL-CONV-Hlp2Inf Source Code Git]


==License==
[[Category:Conversion Utility]]
Open Source under the GNU GPL license.
 
==Author==
[[Rick Papo]]
 
[[Category:Software]]
 
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 02:58, 19 December 2022

Hlp2Inf
Version (1996-01-13)
Vendor
Author Rick Papo
License
Download HLP2INF_1996-01-13.zip
Website

A utility to create INF files from OS/2 HLP files.

It simply copies the HLP file to a new file with the INF extension, and changes the four-byte header from "HSP\x10" to "HSP\x01".

Links