home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / misc / 23272 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!bronze.ucs.indiana.edu!tsui
  3. From: tsui@bronze.ucs.indiana.edu (yufeng tsui)
  4. Subject: Re: Has anyone found a way to fax from the command line?
  5. Message-ID: <BzM7E9.7B8@usenet.ucs.indiana.edu>
  6. Sender: news@usenet.ucs.indiana.edu (USENET News System)
  7. Nntp-Posting-Host: bronze.ucs.indiana.edu
  8. Organization: Indiana University
  9. References: <62956@mimsy.umd.edu>
  10. Date: Mon, 21 Dec 1992 15:08:33 GMT
  11. Lines: 23
  12.  
  13. In article <62956@mimsy.umd.edu> alex@cs.umd.edu (Alex Blakemore) writes:
  14. >Has anyone found a way to fax from the command line?
  15. >I've seen several people ask & no one answer - so I assume the answer is no.
  16. >It probably wouldnt be such a hard custom app.
  17. >-- 
  18. >---------------------------------------------------
  19. >Alex Blakemore alex@cs.umd.edu   NeXT mail accepted
  20. Make suer the file is postscript (if it is not, use enscript and turn
  21. it into a postscript file).
  22. Use lpr and specify the phone number and the name using comment like:
  23. %%NXFaxNumber: 9,1-800-234-5678
  24. %%NXFaxTo: me
  25. %%NXFaxNotify: YES
  26. %%NXFaxHires: YES
  27.  
  28. It seems to work under both 3.0 and 2.x.
  29. Anyone want to give us a shell script?
  30.  
  31. My question is, how do I specify to send a fax at 11:00pm through
  32. command line under 3.0?  Thanks.
  33.  
  34. --yufeng
  35.  
  36.