!******************************************************************************
!
! MACPRINT
!
!          MACPRINT converts MacIntosh printer output into a VAX printer
!          compatable  output  file.  Translation qualifiers produce the
!          appropriate translated file format.
!
!******************************************************************************
!
DEFINE	VERB		MACPRINT 
	IMAGE		MACVAX:PRINT

PARAMETER P1, 
	LABEL=MacIntosh, 
	VALUE(REQUIRED),
	PROMPT="MacIntosh"

!          Specifies either a terminal or an image writter format  input
!          file.


QUALIFIER TIMEOUT, DEFAULT, VALUE(DEFAULT=10)

!          Determines the number of seconds of no input  which  indicate
!          the  input  has  completed.  A timeout on input indicates the
!          current input is done and all processing is complete.


PARAMETER P2, 
	LABEL=Output, 
	VALUE(REQUIRED),
	PROMPT="Output"

!          Specifies the output file or device to receive the translated
!          MacIntosh printer input.


QUALIFIER IMAGEWRITER

!          Indicates the output file is not to have any translations but
!          maintain the original imagewriter data.


QUALIFIER LXY11

!          Output file is to contain LXY-11 printer/plotter text.


QUALIFIER  VT125

!          Conversion produces a VT125 compatable output file.


QUALIFIER VERSATEC

!          Produce a Versatec compatable output file.

