home *** CD-ROM | disk | FTP | other *** search
- Number: A3TH071990U172
- Subject: RPRINTER Error 776 and Running From Batch File
- Date: August 1, 1990
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- GENERAL
- INFORMATION: Just a note about error 776 with RPRINTER. This error is
- returned by RPRINTER when a printer connection is not free
- at the Print Server. It is most commonly found when
- rebooting a workstation that has RPRINTER loaded and the SPX
- connection has not timed out yet to allow RPRINTER to
- reattach. Many customers have ask for a better way to load
- out of a batch file. We suggest to have the following:
-
- Echo off
- :loop
- rprinter printserver printer#
- if errorlevel 1 goto :loop
- Echo Rprinter loaded Successfully !!!
-