home *** CD-ROM | disk | FTP | other *** search
- @echo off
- goto TEXT
- /******************************************************************/
- /* Copyright (C) 1990-94 - Xing Technology Corporation */
- /* All Rights Reserved */
- /******************************************************************/
- :TEXT
- cls
- echo VT-Compress(tm) for Windows - Free Demo Programs
- echo.
- echo VT-Compress Windows Program Files:
- echo VTC.EXE Main program. Requires MS-Windows 3.0 or later
- echo XINGDEMO.DLL Dynamic link library for JPEG import/export
- echo METERDLG.DLL Dynamic link library for Meter display
- echo.
- echo VT-Compress DOS Program Files:
- echo DISPLAY.EXE Low resolution viewer for BMP, TGA, TIF, and JPG
- echo and JPEG DIB (BMP) files.
- echo EXPAND.EXE Expand JPG and JPEG DIB files to TGA, TIF, or BMP
- echo.
- echo JPEG DIB file: LOGOJDIB.BMP - JPEG within a Windows DIB file.
- echo *** Enter EXPAND or DISPLAY with no options for HELP SCREEN ***
- echo.
- if not exist INSTALL.TXT goto END
- echo.
- pause
- cls
- type INSTALL.TXT
- echo.
- pause
- cls
- :END
- type COPYRITE.TXT
- echo -------------------------------------------------------------------
- echo Files archived by: Xing Technology Corporation
- echo 1540 W. Branch Street
- echo Arroyo Grande, California 93420
- echo USA
- echo Voice Phone: 805-473-0145
- echo FAX: 805-473-0147
- echo BBS: 805-473-2680
- echo -------------------------------------------------------------------
-
-
-