home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / setup / 2419 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.7 KB  |  69 lines

  1. Newsgroups: comp.os.ms-windows.setup
  2. From: sjr@dartac.demon.co.uk (Simon Roberts)
  3. Path: sparky!uunet!pipex!demon!dartac.demon.co.uk!sjr
  4. Subject: Re: Need Windows/FTP print setup help
  5. Reply-To: sjr@dartac.demon.co.uk
  6. Distribution: world
  7. X-Mailer: cppnews $Revision: 1.20 $
  8. Organization: Dartacross Limited, Cambridge, UK
  9. Lines: 55
  10. Date: Sat, 19 Dec 1992 11:56:58 +0000
  11. Message-ID: <724791418snx@dartac.demon.co.uk>
  12. Sender: usenet@demon.co.uk
  13.  
  14. In article <dx3.19.723477725@dsrd.ornl.gov> dx3@dsrd.ornl.gov (C. H. Decker) writes:
  15. > I'm working on a project where most users have diskless PC's and remotely 
  16. > mount the file systems of an IBM RS/6000 for disk drives using FTP's PC-
  17. > TCP+. All the printers on the network are set up as network printers and I 
  18. > have a print que set up on the IBM so that I can print from the DOS command 
  19. > line using the FTP "lpr" command. This works fine.  Now I would like to set 
  20. > up printing under windows to accomplish the same thing so that a user can be 
  21. > in a windows application (WPWIN, Excel, etc.) and print.  Does anyone have 
  22. > any suggestions how to do this?  Thanks!
  23.  
  24. You have several options on how to do this - depending on the version of
  25. PC/TCP that you have.
  26.  
  27. If you have version 2.05 or lower you can do what I do - I have setup Windows
  28. so that it uses a printer driver appropriate to the type of the
  29. physical printer (in my case a PostScript printer) and so that this printer
  30. is connected to a file.
  31.  
  32. After printing from my application (to disk), I invoke a batch file which:
  33.  
  34.     1. Copies the print file to the print server
  35.        (you could use NFS mounted drives, rcp, ftp etc. for this
  36.        depending on what your configuration supports).
  37.  
  38.     2. Remotely executes an lp command on the server, with the
  39.        print file that I transferred to the server as input.
  40.  
  41. I did try using a remotely executed lp command with the print file passed
  42. using DOS/Windows stdin (i.e. a command of the form:
  43.  
  44.     rsh -b <host> -l rcmd lp -d<printer -o<options> <c:\tmp\net.prnt 
  45.  
  46. (I am not sure that this is absolutely correct - I do not have
  47. access to the system in question right now).
  48.  
  49. I found this to be unreliable on my system and never got to the bottom of it.
  50. My other suggestion does work reliably though.
  51.  
  52. Your other option if you are using PC/TCP 2.1 (or above) is to use the
  53. semi-transparent print redirection which has now been provided with
  54. hooks into Windows. When I last looked at this it was not terribly elegant.
  55. I refer you to the FTP manauals on how to set this up.
  56.  
  57. I believe that FTP are working on better integration with Windows
  58. for both mass storage sharing using NFS and printing.
  59.  
  60. Regards,
  61.  
  62. Simon
  63.  
  64. --
  65. Simon Roberts
  66. Dartacross Limited - Open Systems Consulting
  67. sjr@dartac.demon.co.uk (preferred) 
  68. srob@cix.compulink.co.uk
  69.