home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / misc / 19641 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.2 KB  |  36 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!usc!news.bbn.com!micro-heart-of-gold.mit.edu!news.media.mit.edu!news
  3. From: lacsap@plethora.media.mit.edu (Pascal Chesnais)
  4. Subject: Re: Remote access of fax modems
  5. Message-ID: <1992Sep15.193511.18018@news.media.mit.edu>
  6. Sender: news@news.media.mit.edu (USENET News System)
  7. Organization: MIT Media Laboratory
  8. References: <1992Sep8.211039.17162@u.washington.edu>
  9. Distribution: usa
  10. Date: Tue, 15 Sep 1992 19:35:11 GMT
  11. Lines: 23
  12.  
  13. In article <1992Sep8.211039.17162@u.washington.edu>  
  14. warren@apl.washington.edu (Warren L. J. Fox) writes:
  15. > We would like to be able to use the fax modem that is on
  16. > one of the machines remotely from the other machines.  
  17.  
  18. Ok in 3.0 you can put the following in your postscript file:
  19. %%NXFaxVersion: 300
  20. %%NXFaxNumber: 6172586264
  21. %%NXFaxTo: Pascal Chesnais
  22. %%NXFaxNotify: YES
  23. %%NXFaxHires: YES
  24. %%NXFaxTrim: YES
  25. %%NXNextStepVersion: 3.0
  26.  
  27. then you can use lpr -PLocal_Fax_modem mypostscript.ps
  28.  
  29. Of course you need to put the right phone number...
  30.  
  31. I do not know if this works in 2.x...  I snarfed this from preview.app...
  32. I assume you know how to set up printers/modems for remote access
  33. (/etc/hosts.lpd)
  34.  
  35. pasc
  36.