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

  1. Newsgroups: comp.os.ms-windows.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!umn.edu!lynx!news
  3. From: (Tim Keitt)
  4. Subject: re: Suppressing Control-D prepend on Postscrpt files
  5. Message-ID: <32+rt3@lynx.unm.edu>
  6. Date: Tue, 15 Dec 92 03:44:55 GMT
  7. Organization: University of New Mexico, Albuquerque NM
  8. References: <1992Dec14.204109.25177@msuinfo.cl.msu.edu>
  9. Reply-To: tkeitt@algodones.unm.edu
  10. Keywords: control-d postscript
  11. Lines: 56
  12.  
  13. In article <1992Dec14.204109.25177@msuinfo.cl.msu.edu> rww@mugwump.cl.msu.edu (Richard W. Wiggins) writes:
  14. >Today I spend some time on the phone with a Microsoft support rep
  15. >dealing with various problems.  One was that the Control-D that's
  16. >prepended to Postscript files causes problems of various sorts.
  17. >I asked how to suppress it.  I was told to put a line 
  18. >
  19. > ControlD=0
  20. >
  21. >in the statements defining my chosen printer in WIN.INI.  I did so
  22. >and there was no effect.  It occurs to me that I may have misspelled
  23. >ControlD; other permutations did no good, either.  Can someone tell
  24. >me the proper way to specify this?
  25. >
  26. >Also, while I'm asking: Does anyone know if I can tell Windows to
  27. >fire up my PC's 'lpr' utility?  As is, I have to do this manually
  28. >after printing to a physical file.  I'd rather have Windows fire this
  29. >off to my chosen printer directly.
  30. >
  31. >Thanks for any pointers you can provide.
  32. >
  33. >/rich
  34.  
  35. This works for me:
  36.  
  37. [PostScript,FILE]
  38. ATM=placeholder
  39. CtrlD=0
  40.  
  41. [Apple LaserWriter Plus,FILE]
  42. feed1=1
  43. feed4=1
  44. EpsFile=d:\print\win.eps
  45. orient=1
  46. advflags=542
  47. CtrlD=0
  48. EPS=0
  49.  
  50. [PostScript,EPT]
  51. ATM=placeholder
  52. CtrlD=0
  53.  
  54. I've also been interested in finding a program that will 
  55. transparently print from windows to our Sparcprinter. It 
  56. wouldn't be difficult to write a program to occaisionally scan 
  57. a directory for a print file and send it to the printer if one 
  58. is found, but I haven't gotten around to doing it. I've noticed 
  59. that QVT/NET has some transparent printing options, but I've 
  60. never figured out how to implement this feature. Anyone else 
  61. have an idea?
  62.  
  63. --
  64. Timothy Keitt
  65. tkeitt@algodones.unm.edu
  66.  
  67.  
  68.  
  69.