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

  1. Newsgroups: comp.os.ms-windows.misc
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!pv0260.vincent.iastate.edu!shenoy
  3. From: shenoy@iastate.edu (Shiva Shenoy)
  4. Subject: Re: Suppressing Control-D prepend on Postscrpt files
  5. Message-ID: <shenoy.724379678@pv0260.vincent.iastate.edu>
  6. Keywords: control-d postscript
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames IA
  9. References: <1992Dec14.204109.25177@msuinfo.cl.msu.edu>
  10. Date: Tue, 15 Dec 1992 00:34:38 GMT
  11. Lines: 38
  12.  
  13. In <1992Dec14.204109.25177@msuinfo.cl.msu.edu> rww@mugwump.cl.msu.edu (Richard W. Wiggins) writes:
  14.  
  15. >Today I spend some time on the phone with a Microsoft support rep
  16. >dealing with various problems.  One was that the Control-D that's
  17. >prepended to Postscript files causes problems of various sorts.
  18. >I asked how to suppress it.  I was told to put a line 
  19.  
  20. > ControlD=0
  21.  
  22. >in the statements defining my chosen printer in WIN.INI.  I did so
  23. >and there was no effect.  It occurs to me that I may have misspelled
  24. >ControlD; other permutations did no good, either.  Can someone tell
  25. >me the proper way to specify this?
  26.  
  27. This is directly from the printers.wri file in your windows dir.
  28. ____________________________________________________________________
  29. 4.3  Printing a PostScript Print File in UNIX
  30.  
  31. The PostScript printer driver inserts a CTRL+D key combination at the
  32. beginning of every print job to reset the printer. Because UNIX systems
  33. recognize CTRL+D as an end-of-file character, any print files you create by
  34. using the PostScript printer driver do not print in UNIX. You can correct
  35. this
  36. problem by removing the CTRL+D key combination from the print job. To do
  37. this, add the following setting to the [ModelName,Port] section in the
  38. WIN.INI file (where ModelName is the name of your PostScript printer
  39. model):
  40.  
  41. CtrlD=0
  42.  
  43. For more information about editing the WIN.INI file, see the WININI.WRI
  44. online document.
  45. _____________________________________________________________________
  46. -- 
  47. Shiva Shenoy                           | e-mail: shenoy@iastate.edu 
  48. 2066 Black,                            | Office: (515)-294-0082
  49. Dept. of Aero. Engg. & Engg. Mechanics | Home  : (515)-296-7640
  50. Iowa State University, Ames, IA 50010  |
  51.