This installation procedure applies only to sites which DO NOT use the APPX Client (Java or Presentation Manager) via 'appxd' or 'winappxd'. Installation instructions for sites which do use 'appxd' or 'winappxd' are available here.
An appx_print for sites using UniQue on a Unix APPX Server is available from here.
UniQue is an advanced print queue and spooler for Unix and Windows NT Systems, developed by LBM Systems, LLC. APPX can interface to UniQue in both of these environments. This document explains how to interface APPX to UniQue on a Windows XP/NT/2000 network.
Under UniQue, the usual APPX print sequence:
APPX => Winprint.exe => Windows Print Spooler
... is replaced by the following UniQue print sequence:
APPX => print.bat => ulp.bat => appx_print => UniQue's ulp
In this scenario, an NT disk server loaded with UniQue and APPX. A combination of NT and 95 clients mount the NT Server APPX drive and run APPX from the server. APPX is running on the client machine, but all file access and printing are done on the server.
In this example, APPX is loaded on the NT Server C: drive, UniQue is loaded on the NT Server D: drive, and all of the client machines have the NT Server C: drive mounted as a local X: drive. The RSH Server and Client we are using is a shareware package from Ataman Software.
*set APPX_PRT_SCRIPT=print.bat*
*rsh.exe servername -l appx ulp.bat %1 %2 %3 %4 %5 %6 %7 %8 %9* (replace servername with TCP/IP name or address of your NT Server)
*D:\OpenNT\bin\ksh.exe //D/OpenNT/usr/spool/uprint/appx_print
%1 %2 %3 %4 %5 %6 %7 %8 %9*
export PATH=$PATH://D/OpenNT/bin: //D/OpenNT/usr/spool/uprint export APPX_PREFIX=//C/
The 'PATH' export updates the shell PATH variable so the rest of the script will run OK.
The 'APPX_PREFIX' export specifies the OpenNT drive prefix of where APPX is installed on the NT Server.
It is EXTREMELY important that you use the correct case for the file and directory names in these variables. They are CASE SENSITIVE! To do this, use an MS-DOS popup box to look at the Upper/lower case presentation of directory and file names. MS Explorer does not always present the true Upper/lower case status of directory and file names!
Under the PROGRAM tab, set:
Read what other users have said about this page or add your own comments.