GTXT and MakeScroll

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
 
(One intermediate revision by one user not shown)
Line 9: Line 9:
 
Both versions imply that their name is "GTXT", and their version number is 1.1, but seem to go out of their way to not state it clearly.
 
Both versions imply that their name is "GTXT", and their version number is 1.1, but seem to go out of their way to not state it clearly.
  
There is also a DOS version that names itself '''MakeScroll'''. The files it creates are the same as GTXT, except that instead of ending with bytes <code>00 0a</code>, they just end wth <code>00</code>.
+
There is also a DOS version that names itself '''MakeScroll'''. The files it creates are the same as GTXT.
  
(The possibility that MakeScroll is not an authorized release should be considered. It's slightly suspicious, but there's no clear evidence either way.)
+
(The possibility that MakeScroll is not an authorized release should be considered. There's no clear evidence, but it's slightly suspicious.)
 +
 
 +
== Format details ==
 +
The source format is not an arbitrary text file. It uses "%", "^", and "~" as special characters.
 +
 
 +
Note: GTXT and MakeScroll rely on peculiarities of the MS-DOS "COPY" command in text mode, which are not implemented by all modern DOS emulators.
  
 
== Identification ==
 
== Identification ==
Line 29: Line 34:
 
* {{CdTextfiles|gigabytesw/014b/nickl_11.zip|nickl_11.zip}} → NICKLOGO.COM
 
* {{CdTextfiles|gigabytesw/014b/nickl_11.zip|nickl_11.zip}} → NICKLOGO.COM
 
* {{CdTextfiles|smsharew/DATABASE/CONGINFO.ZIP|CONGINFO.ZIP}} → README.COM
 
* {{CdTextfiles|smsharew/DATABASE/CONGINFO.ZIP|CONGINFO.ZIP}} → README.COM
 +
* {{DexvertSamples|document/gtxt}}
  
 
[[Category:CP/M]]
 
[[Category:CP/M]]

Latest revision as of 14:33, 3 September 2024

File Format
Name GTXT and MakeScroll
Ontology
Extension(s) .com
Released 1985? (CP/M), 1986? (DOS)

GTXT (or whatever it's called) is a utility that converts a text file to an executable file that displays the text in a pager. It was developed by Eric Gans. The original version is for CP/M; later a DOS version was released. The executable format is the ".com" format for the relevant platform.

Both versions imply that their name is "GTXT", and their version number is 1.1, but seem to go out of their way to not state it clearly.

There is also a DOS version that names itself MakeScroll. The files it creates are the same as GTXT.

(The possibility that MakeScroll is not an authorized release should be considered. There's no clear evidence, but it's slightly suspicious.)

Contents

[edit] Format details

The source format is not an arbitrary text file. It uses "%", "^", and "~" as special characters.

Note: GTXT and MakeScroll rely on peculiarities of the MS-DOS "COPY" command in text mode, which are not implemented by all modern DOS emulators.

[edit] Identification

DOS: Generated files start with the first 188 of the 189 bytes in the GTXT.000 or MS.DAT file. For example, the text "GTXT1.1 EGans 05/08/86" appears at offset 105.

CP/M: Unconfirmed, but presumably, files start with at least some of the bytes in the GTXT.000 file. Text "GTXT1.1 EG06/18/85" appears at offset 107.

[edit] Software

[edit] Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox