                              Print2Disk v2.1

        Copyright (c) 1995 by FAXTASTIC (SM) All Rights Reserved

                      (SWREG # 6966  $25.00 U.S.)

   Non-Crippled Shareware, requires Windows 3.1x and VBRUN300.DLL to run.
          Print2Disk is NOT Windows 95 or Windows NT Compatible


Installation Instructions:

	1. Run prt2disk.exe from within windows 
	   (prt2disk.exe is a self extracting windows executable)

	2. Make sure that VBRUN300.DLL is in your Windows\System directory

    Note: prt2disk.exe is also a Pkzip compatible file.
	- to view the file type: pkzip -v Prt2Disk.exe
	- to extract a file, type: pkunzip Prt2Disk.exe filename
	- Pkzip should not be used to install, prt2disk must be run from windows


Enclosed File Information:
  - Revision History
  - Detailed listing of files & locations 
  - Detailed description of the Prt2Disk INI file  (P2D.INI)


******************************************************************************
                         Prt2Disk File Information
******************************************************************************
Prt2Disk  Version 2.1
File information
Dated: 11-16-95

Print2Disk 2.1

- Added support for TIFF output in 3 modes (CCITT 1D, CCITT G3, CCITT G4)
  (A automatic conversion utility converts DCX to TIFF)

- Added Command line Argument passing of Filename, directory and format

- Added Filesave parameter to prevent mode 1 (Ascii File) from deleting after each print

- Print2Disk now accepts the print parameters from the printing application

- Added an automatic Printer setup to high resolution upon installation
 


******************************************************************************
                         Prt2Disk File Information
******************************************************************************
Prt2Disk  Version 2.1
File information
Dated: 11-16-95

Filename	Target			Description			Size		Date

P2d.exe		Application Dir		Prt2Disk Main Executable	43,059		11/16/95
p2d.hlp		Application Dir		Prt2Disk Help			117,745		11/16/95
p2d.ini		Windows			Prt2Disk INI			545		11/16/95
cmdialog.vbx	Windows\System		A dynamic Link Library		18,688		04/28/93
threed.vbx	Windows\System		VB Common Library		64,432		07/17/93
faxprctl.vbx	Windows\System		Print Driver Lib		11,232		04/03/95
faxplpr.drv	Windows\System		Print Driver 			18,096		04/21/95
hiffl.dll	Application Dir		DLL, Graphic File Formats	8,320		08/16/95
hilconv.dll	Application Dir		DLL, Graphic Conversions	42,848		08/16/95
hilenh.dll	Application Dir		DLL, Graphic Enhancement	47,696		08/16/95
hilimmgr.dll	Application Dir		DLL, Graphic Mem Mngt.		61,152		08/16/95
hilxform.dll	Application Dir		DLL, Graphic Transformation	50,608		08/16/95
iffpcx.dll	Application Dir		DLL, Graphic PCX		15,200		08/16/95
ifftiff.dll	Application Dir		DLL, Graphic Tiff		111,184		08/16/95
hic.vbx		Application Dir		Graphic Lib.			103,232		08/16/95
unidrv.dll	Windows\System		Print Driver DLL		128,432		11/23/93
unwise.exe	Application Dir		Uninstall utility		28,416		07/15/95
install.log	Application DIR		Installation Log		created when installed



Prt2Disk  Version 2.1
P2D.INI File information
Dated: 11-16-95

Prt2Disk is compatible with all or most windows 3.1x applications. 
By simply selecting "Print2Disk" from within your application, you
can redirect your reports from paper to one of 6 popular image formats.

Prt2Disk will automatically engage when your application starts to print. 
When printing is complete Prt2Disk will be removed from memory.

Redirects printer output to DISK in form of a graphic image file format:
	0.  BMP 
	1.  BMP - In reverse page order
	2.  DCX
	3.  PCX
	4.  TIFF (CCITT 1D)
	5.  TIFF (CCITT Group 3)
	6.  TIFF (CCITT Group 4)


Six modes of Activation:

1.  File dialog box - Allows input of Filename, Directory and Image type
2.  Simple input box - Allows input of Filename, Directory and Image type via the Sendkeys statement
3.  ASCII text file - Allows input of Filename, Directory and Image type via a Std ASCII File
4.  DDE data transfer - Allows input of Filename, Directory and image type via DDE poke & request commands
5.  Environment Variable - Allows input of Filename, Directory and Image type via a DOS environment variable
6.  Command Line Arg. - Allows passing of Filename, directory and image type via the command line


As part of the installation process, Prt2Disk installs the following file P2D.INI :


* Print2Disk v2.x Setup Parameters

[Registration]
Authcode=
UserID=


[Options]

FileMode=0
* 0=Full Dialog Box
* 1=Data String, Simple input Box  (Filename,format)
* 3=DDE  Application = P2D,  Topic = SYSTEM, Item = P2DCMD
* "  "   Poke Item (P2DEXIT) = -1 to Close the application 
* 4=Filename = Env Variable PRINT2DISK
* 5=Command line arg passing  (Filename,format)

FileName=
* If a filename is present, filemode is ignored

FileSave=1
* If filesave = 0 then the filename text file is erased after each printing



