home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12429 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1003 b   |  24 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!convex!tibbets
  3. From: tibbets@convex.com (Ernest Tibbets)
  4. Subject: line print mode
  5. Message-ID: <tibbets.727979559@eugene>
  6. Sender: usenet@convex.com (news access account)
  7. Nntp-Posting-Host: eugene.convex.com
  8. Organization: CONVEX Computer Corporation, Richardson, Tx., USA
  9. Distribution: comp
  10. Date: Mon, 25 Jan 1993 16:32:39 GMT
  11. X-Disclaimer: This message was written by a user at CONVEX Computer
  12.               Corp. The opinions expressed are those of the user and
  13.               not necessarily those of CONVEX.
  14. Lines: 8
  15.  
  16. From the DOS prompt, Ctrl P, or Ctrl Prtscr will toggle line
  17. print mode on/off. I was looking into using this as a option
  18. in a program,  found no documentation on how to call it or 
  19. how it's implemented. Bios intr 05 or 17 doesnt do line prints.
  20. Ended up using a bunch of if(linprt) fputs().
  21. If your familiar with an easier way, like how to call the ^P
  22. routine, please advise.
  23. ET
  24.