<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DOSGuy</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DOSGuy"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/DOSGuy"/>
		<updated>2026-04-24T02:53:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/TINYPROG</id>
		<title>TINYPROG</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/TINYPROG"/>
				<updated>2025-12-18T03:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;DOSGuy: /* Software */ Adding date reported by versions 3.0 through 3.8&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
|subcat2=Executable compression&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
'''TINYPROG''' is an executable compression utility for DOS, developed by Tranzoa. It compresses [[MS-DOS EXE|EXE]] files (to EXE), and [[DOS executable (.com)|COM]] files (converting them to EXE).&lt;br /&gt;
&lt;br /&gt;
It has several options that affect the compressed file, including a password protection feature.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
According to the documentation, a compressed EXE file has bytes {{magic|'t' 'z'}} at offset 28. The next byte is &amp;quot;hex C0, logically OR'ed with the TINYPROG version number&amp;quot;. (Representing only the major version number, this value is C1 for the &amp;quot;6/8/90&amp;quot; releases and C3 for versions 3.0 through 3.9.) A capitalized {{magic|'T' 'Z'}} is found at offset 40.&lt;br /&gt;
&lt;br /&gt;
TINYPROG-compressed files normally contain the following ASCII string somewhere in them:&lt;br /&gt;
 TINYPROG says, &amp;quot;Bad program file!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Except that password-protected files instead contain:&lt;br /&gt;
 TINYPROG says, &amp;quot;Bad password or program file!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* TINYPROG&lt;br /&gt;
** Version &amp;quot;6/8/90&amp;quot; - variant 1: [https://archive.org/details/cdass-5 CD-ROM Aktief Super Special 5 - Tools en Utilities (Dutch)] → SHELL/COMP/TINYPROG.ARJ&lt;br /&gt;
** {{CdTextfiles|ultimateswco/la/la022.zip|Version &amp;quot;6/8/90&amp;quot; - variant 2}}&lt;br /&gt;
** {{CdTextfiles|nightowl/pdsi006/028A/TINYPR.ZIP|v3.0 (1991-01-25)}}&lt;br /&gt;
** {{CdTextfiles|simtel0692/MSDOS/FILUTL/TINYP33.ZIP|v3.3 (1991-08-08)}}&lt;br /&gt;
** {{CdTextfiles|pier01/001a/tiny35.zip|v3.5 (1992-04-27)}}&lt;br /&gt;
** {{CdTextfiles|simtel/simtel/DISK1/DISC2/EXECOMP/TINYP36.ZIP|v3.6 (1992-12-03)}}&lt;br /&gt;
** {{CdTextfiles|psl/pslv2nv01/DOS/UT_DSKFI/TINY38.ZIP|v3.8 (1993-05-11)}}&lt;br /&gt;
** {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/TINYP39.ZIP|v3.9 (1994-03-11)}}&lt;br /&gt;
&lt;br /&gt;
Decompression, for DOS:&lt;br /&gt;
* See [[Executable compression#Decompression software]] for some multi-format utilities that support TINYPROG.&lt;br /&gt;
* {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/UNTINY.ZIP|UnTiny v0.91}}&lt;br /&gt;
* [{{SACFTPURL|pack|untiny.rar}} UnTiny v1.04]&lt;br /&gt;
&lt;br /&gt;
Protection:&lt;br /&gt;
* [[PKTINY]]&lt;br /&gt;
* [{{SACFTPURL|pack|rosetiny.zip}} Rosetiny]&lt;br /&gt;
* [{{SACFTPURL|pack|tp10eshr.zip}} TinyProt]&lt;br /&gt;
&lt;br /&gt;
Deprotection:&lt;br /&gt;
* [{{SACFTPURL|pack|tp10eshr.zip}} Rose Patch] (TinyProt/Rosetiny unpacker)&lt;br /&gt;
* [{{SACFTPURL|pack|tppf12.zip}} TinyProg Password Finder]&lt;/div&gt;</summary>
		<author><name>DOSGuy</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/TINYPROG</id>
		<title>TINYPROG</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/TINYPROG"/>
				<updated>2025-12-18T03:03:13Z</updated>
		
		<summary type="html">&lt;p&gt;DOSGuy: /* Identification */ Explanation of &amp;quot;TINYPROG version number&amp;quot; only resolving to version 1 or 3, not 3.0-3.9, and additional method of identifying an executable with TINYPROG compression through presence of &amp;quot;TZ&amp;quot; at offset 40 in all versions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
|subcat2=Executable compression&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
'''TINYPROG''' is an executable compression utility for DOS, developed by Tranzoa. It compresses [[MS-DOS EXE|EXE]] files (to EXE), and [[DOS executable (.com)|COM]] files (converting them to EXE).&lt;br /&gt;
&lt;br /&gt;
It has several options that affect the compressed file, including a password protection feature.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
According to the documentation, a compressed EXE file has bytes {{magic|'t' 'z'}} at offset 28. The next byte is &amp;quot;hex C0, logically OR'ed with the TINYPROG version number&amp;quot;. (Representing only the major version number, this value is C1 for the &amp;quot;6/8/90&amp;quot; releases and C3 for versions 3.0 through 3.9.) A capitalized {{magic|'T' 'Z'}} is found at offset 40.&lt;br /&gt;
&lt;br /&gt;
TINYPROG-compressed files normally contain the following ASCII string somewhere in them:&lt;br /&gt;
 TINYPROG says, &amp;quot;Bad program file!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Except that password-protected files instead contain:&lt;br /&gt;
 TINYPROG says, &amp;quot;Bad password or program file!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* TINYPROG&lt;br /&gt;
** Version &amp;quot;6/8/90&amp;quot; - variant 1: [https://archive.org/details/cdass-5 CD-ROM Aktief Super Special 5 - Tools en Utilities (Dutch)] → SHELL/COMP/TINYPROG.ARJ&lt;br /&gt;
** {{CdTextfiles|ultimateswco/la/la022.zip|Version &amp;quot;6/8/90&amp;quot; - variant 2}}&lt;br /&gt;
** {{CdTextfiles|nightowl/pdsi006/028A/TINYPR.ZIP|v3.0}}&lt;br /&gt;
** {{CdTextfiles|simtel0692/MSDOS/FILUTL/TINYP33.ZIP|v3.3}}&lt;br /&gt;
** {{CdTextfiles|pier01/001a/tiny35.zip|v3.5}}&lt;br /&gt;
** {{CdTextfiles|simtel/simtel/DISK1/DISC2/EXECOMP/TINYP36.ZIP|v3.6}}&lt;br /&gt;
** {{CdTextfiles|psl/pslv2nv01/DOS/UT_DSKFI/TINY38.ZIP|v3.8}}&lt;br /&gt;
** {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/TINYP39.ZIP|v3.9 (1994-03-11)}}&lt;br /&gt;
&lt;br /&gt;
Decompression, for DOS:&lt;br /&gt;
* See [[Executable compression#Decompression software]] for some multi-format utilities that support TINYPROG.&lt;br /&gt;
* {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/UNTINY.ZIP|UnTiny v0.91}}&lt;br /&gt;
* [{{SACFTPURL|pack|untiny.rar}} UnTiny v1.04]&lt;br /&gt;
&lt;br /&gt;
Protection:&lt;br /&gt;
* [[PKTINY]]&lt;br /&gt;
* [{{SACFTPURL|pack|rosetiny.zip}} Rosetiny]&lt;br /&gt;
* [{{SACFTPURL|pack|tp10eshr.zip}} TinyProt]&lt;br /&gt;
&lt;br /&gt;
Deprotection:&lt;br /&gt;
* [{{SACFTPURL|pack|tp10eshr.zip}} Rose Patch] (TinyProt/Rosetiny unpacker)&lt;br /&gt;
* [{{SACFTPURL|pack|tppf12.zip}} TinyProg Password Finder]&lt;/div&gt;</summary>
		<author><name>DOSGuy</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Talk:TINYPROG</id>
		<title>Talk:TINYPROG</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Talk:TINYPROG"/>
				<updated>2025-12-18T02:45:13Z</updated>
		
		<summary type="html">&lt;p&gt;DOSGuy: Confirmation of reported 't' 'z' at offset 28, observation that 'T' 'Z' is always present at offset 40, and possible internal build number separate from reported version number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Further header details==&lt;br /&gt;
&lt;br /&gt;
I Tinyprog'd some executables using all known versions. Indeed, there's always &amp;quot;tz&amp;quot; at offset 28 followed by hexadecimal C1 in the &amp;quot;6/8/90&amp;quot; versions and C3 in versions 3.0 through 3.9. Capitalized &amp;quot;TZ&amp;quot; is also present at offset 40 in all versions.&lt;br /&gt;
&lt;br /&gt;
I was curious about how the two &amp;quot;6/8/90&amp;quot; versions differ. The timestamp on TINYPROG.EXE is 1990-06-16 in TINYPROG.ARJ and 1990-06-20 in la022.zip. The two executables are different and produce different output files from the same input file. Comparing each version in a hex editor, I noticed that TINYPROG.EXE always has a 5-digit string at offset 81, as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
|Version &amp;quot;6/8/90&amp;quot; - variant 1 || 00003&lt;br /&gt;
|-&lt;br /&gt;
|Version &amp;quot;6/8/90&amp;quot; - variant 2 || 00006&lt;br /&gt;
|-&lt;br /&gt;
|v3.0 || 00008&lt;br /&gt;
|-&lt;br /&gt;
|v3.3 || 00010&lt;br /&gt;
|-&lt;br /&gt;
|v3.5 || 00012&lt;br /&gt;
|-&lt;br /&gt;
|v3.6 || 00013&lt;br /&gt;
|-&lt;br /&gt;
|v3.8 || 00015&lt;br /&gt;
|-&lt;br /&gt;
|v3.9 || 00018&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Since they're sequential, it may represent an internal build number. Based on this, I would say that &amp;quot;variant 2&amp;quot; is not just a variant, but an update. There was probably a TINYPROG.EXE that was created on 1990-06-08 that had '00000' or '00001' at offset 81, and &amp;quot;variant 1&amp;quot; and &amp;quot;variant 2&amp;quot; were compiled on 6/12 and 6/16, respectively, despite the program still displaying &amp;quot;6/8/90&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[User:DOSGuy|DOSGuy]] ([[User talk:DOSGuy|talk]]) 02:45, 18 December 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>DOSGuy</name></author>	</entry>

	</feed>