TEXE
From Just Solve the File Format Problem
(Difference between revisions)
(→Identification) |
|||
Line 10: | Line 10: | ||
== Identification == | == Identification == | ||
− | For files generated by TEXE v1.0, the ASCII string "{{magic|Copyright (c) 1991 Raymond Payette}}" appears at offset 13926. | + | For files generated by TEXE v1.0, the ASCII string "{{magic|Copyright (c) 1991 Raymond Payette}}" appears at offset 13926. (At least, that seems to be what TEXTRACT.EXE looks for.) |
== Software == | == Software == | ||
* {{CdTextfiles|nightowl/pdsi006/029A/TEXE.ZIP|TEXE v1.0}} | * {{CdTextfiles|nightowl/pdsi006/029A/TEXE.ZIP|TEXE v1.0}} | ||
* [https://archive.org/details/msdos_shareware_fb_TXT2EXE TEXE v1.0 at Internet Archive] | * [https://archive.org/details/msdos_shareware_fb_TXT2EXE TEXE v1.0 at Internet Archive] |
Revision as of 21:06, 2 November 2021
TEXE is a DOS utility for creating an EXE file that, when executed, displays a text document in a full-screen viewer. It was developed by Raymond Payette.
The original text file can be recovered by the TEXTRACT.EXE utility included with the software.
Identification
For files generated by TEXE v1.0, the ASCII string "Copyright (c) 1991 Raymond Payette
" appears at offset 13926. (At least, that seems to be what TEXTRACT.EXE looks for.)