Zortech C++ 3.x
Zortech C++ 3.x
The Zortech C++ Compiler was a high performance compiler for MS-DOS, OS/2, and Windows that implemented the AT&T C++ 2.0 specifications. It competed strongly against Microsoft C and Watcom C. It later became the Symantec C++ compiler. It was also the first commercial compiler that natively supported Microsoft Windows.
Comments
I don't have all day to fiddle with this s**t.
Here's the down and dirty fix - DO unpack all files into a common DIR.
Make a BATch file that contains this line:
for %%x in (*.ZTC) do INSTALL.COM %%x
That will use the included (thankfully) commandline unpacker.
After, move those source files out to some new location, and start using ZCPP.