home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / misc / 5536 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!netnews.upenn.edu!msuinfo!news
  2. From: rww@mugwump.cl.msu.edu (Richard W. Wiggins)
  3. Newsgroups: comp.os.ms-windows.misc
  4. Subject: Suppressing the Ctrl-D prepend on Postscript files
  5. Message-ID: <1992Dec16.221239.29946@msuinfo.cl.msu.edu>
  6. Date: 16 Dec 92 22:12:39 GMT
  7. Sender: news@msuinfo.cl.msu.edu
  8. Organization: Michigan State University
  9. Lines: 23
  10.  
  11. Several folks gave advice on suppressing the damnable desire of
  12. Windows to prepend a Ctrl-D to Postscript print files.  The advice was
  13. to add to WIN.INI:    
  14.  
  15. [PostScript,LPT2]
  16. ATM=placeholder
  17. ctrld=0
  18.  
  19. [PostScript,COM1]
  20. ATM=placeholder
  21. ctrld=0
  22.  
  23. ..and to add the 'ctrld=' wherever a printer or port was defined.
  24. I did so, and the problem persists.  In my case, I'm printing to 
  25. a file, not to a printer port.  So I added the assignment statement
  26. anywhere that seemed remotely resident.  Still Windows slavishly adds
  27. the Ctrl-D.  (And yes I did reboot...)
  28.  
  29. Any other suggestions?  Is it possible this doesn't work for prints to
  30. user-specified file names?  Is it too much to ask for Microsoft to 
  31. document this, or better yet provide a visible switch to turn it off?
  32.  
  33. /Rich Wiggins, Michigan State U
  34.