#
echo "Enter type of printer: "
echo "***NOTE: if you are using a basic LP-11 printer, simply strike return"
set type = ($<)
if ($#type == 0) then 
	exit(0)
endif


echo -n "enter full path name of accounting file: "
set af = ($<)

echo -n "enter full path name of error logging file: "
set lf = ($<)

echo -n "enter full path name of lock file: "
set lo = ($<)

echo -n "enter full path name of device to open for output: "
set lp = ($<)

echo -n "enter full path name of spool directory: "
set sd = ($<)

echo -n "enter full path name of status file: "
set st = ($<)

echo -n "enter full path name of next directory for list of queues (unimplemented): "
set nd = ($<)

echo -n "enter string to send for a form feed: "
set ff = ($<)

echo -n "enter machine name for remote printer: "
set rm = ($<)

echo -n "enter remote printer name argument: "
set rp = ($<)

echo -n "enter baud rate: "
set br = ($<)

echo -n "enter maximumfile size (in BUFSIZE blocks), zero = unlimited: "
set mx = ($<)

echo -n "enter page length in lines: "
set pl = ($<)

echo -n "enter page length in pixels (vertical): "
set py = ($<)

echo -n "enter page width in characters: "
set pw = ($<)

echo -n "enter page width in pixels (horizontal): "
set px = ($<)

echo -n "enter machine name for remote printer: "
set rm = ($<)

echo -n "enter remote printer name argument: "
set rp = ($<)

echo -n "device supports (non standard)ioctl to indent printout, (true or false): "
set ic = ($<)

echo -n "print a form feed when device is opened, (true or false): "
set fo = ($<)

echo -n "restrict remote users to those with local accounts, (true or false): "
set rs = ($<)

echo -n "open the printer for reading and writing, (true or false): "
set rw = ($<)

echo -n "short banner, one line only, (true or false): "
set sb = ($<)

echo -n "suppress multiple copies, (true or false): "
set sc = ($<)

echo -n "suppress form feeds, (true or false): "
set sf = ($<)

echo -n "suppress printing of burst page header, (true or false): "
set sh = ($<)

echo -n "enter trailer string to print when queue empties: "
set tr = ($<)

echo -n "enter local mode bits to be cleared: "
set xc = ($<)

echo -n "enter local mode bits to be set: "
set xs = ($<)

echo -n "enter flag bits to be cleared: "
set fc = ($<)

echo -n "enter flag bits to be set: "
set fs = ($<)

echo -n "enter full path name of text filter which does accounting: "
set if = ($<)

echo -n "enter full path name of cifplot data filter: "
set cf = ($<)

echo -n "enter full path name of tex data filter (DVI format): "
set df = ($<)

echo -n "enter full path name of graph data filter (plot (3X) format): "
set gf = ($<)

echo -n "enter full path name of device independent troff data filter: "
set nf = ($<)

echo -n "enter full path name of output filter: "
set of = ($<)

echo -n "enter full path name of filter for printing FORTRAN style tast files: "
set rf = ($<)

echo -n "enter full path name of troff data filter (cat phototypesetter): "
set tf = ($<)

echo -n "enter full path name of raster image filter (cat phototypesetter): "
set vf = ($<)
