home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / MSDOSFAQ.ZIP / MSDOSFAQ.TXT < prev   
Text File  |  1993-08-17  |  124KB  |  2,564 lines

  1. Newsgroups: comp.os.msdos.programmer,comp.answers,news.answers
  2. Path: senator-bedfellow.mit.edu]enterpoop.mit.edu]spool.mu.edu]darwin.sura.net]math.ohio-state.edu]magnus.acs.ohio-state.edu]usenet.ins.cwru.edu]ncoast]brown
  3. From: brown@NCoast.ORG (Stan Brown)
  4. Subject: comp.os.msdos.programmer FAQ part 1 of 4
  5. Expires: Fri, 23 Jul 1993 23:18:24 GMT
  6. Organization: Oak Road Systems, Cleveland Ohio USA
  7. Distribution: world
  8. Date: Sat, 26 Jun 1993 23:18:24 GMT
  9. Approved: news-answers-request@MIT.Edu
  10. Message-ID: <msdos-faq.9311.1@NCoast.ORG>
  11. Followup-To: comp.os.msdos.programmer
  12. Keywords:
  13. References: none
  14. Supersedes: <msdos-faq.9310.1@NCoast.ORG>
  15. Lines: 209
  16. Xref: senator-bedfellow.mit.edu comp.os.msdos.programmer:24750 comp.answers:1132 news.answers:9756
  17.  
  18.  
  19. Archive-name: msdos-programmer-faq/part1
  20. Last modified: 26 June 1993
  21.  
  22.  
  23. This is the FAQ list (Frequently Asked Questions list) for the newsgroup
  24. comp.os.msdos.programmer.  Parts 2 through 4 of this article are posted
  25. as followups in the same thread.  Starting 2 Feb 1993, I mark new and
  26. revised answers with "new:" or "rev:" and the change date.
  27.  
  28. If the posting date shown above is more than four weeks in the past, see
  29. instructions in part 4 of this list for how to get an updated copy.  (A
  30. separate article, posted before this one, holds the changes from the
  31. previous edition.  Look for the subject line "comp.os.msdos.programmer
  32. FAQ diffs".)
  33.  
  34. FAQ lists are intended to reduce the noise level in their newsgroups
  35. that results from the repetition of the same questions, correct answers,
  36. wrong answers, corrections to the wrong answers, corrections to the
  37. corrections, debate, etc.
  38.  
  39. This list should serve as a repository of the canonical "best" answers
  40. to the questions in it.  The names of folks who have helped to improve
  41. this FAQ list follow the table of contents.  If you know a better answer
  42. or even a slight change that improves an answer, please tell me]  (Use
  43. email, please.  Traffic in this group is high, and I may miss a relevant
  44. posted article.)
  45.                       Stan Brown, Oak Road Systems, Cleveland, Ohio, USA
  46.                                                         brown@ncoast.org
  47.  
  48. Search tips
  49. ===========
  50.     To search for specific topics:  See the list of questions in the
  51. Contents section (immediately below) to find which article (part 2, 3,
  52. or 4) you need.  Then, in that part, search for that question number.
  53. For example, while you're reading part 2 of this list, the trn
  54. newsreader command "gQ203" goes to Q203.
  55.     To skip one topic and go to the next:  Search for "Q" starting in
  56. column 1.  In trn and similar newsreaders, the command "g^Q" does that.
  57.     If your newsreader doesn't support searches, you can extract these
  58. articles to a file and use your favorite editor's search commands.
  59.  
  60.  
  61. Contents--part 2 of 4
  62. =====================
  63. section 1. General questions
  64.     101. Why won't my code work?
  65.     102. What is this newsgroup about?
  66.     103. What's the difference from comp.sys.ibm.pc.programmer?
  67.     104. Is comp.os.msdos.programmer available as a mailing list?
  68.     105. What other newsgroups should I know about?
  69. section 2. Compile and link
  70.     201. What the heck is "DGROUP > 64K"?
  71.     202. How do I fix "automatic data segment exceeds 64K" or "stack
  72.          plus data exceed 64K"?
  73.     203. Will Borland C code and Microsoft C code link together?
  74.     204. Why did my program bomb at run time with "floating point
  75.          formats not linked"?
  76.     205. Why did my program bomb with "floating point not loaded"?
  77.     206. How can I change the stack size in Borland's C compilers?
  78.     207. What's the format of an .OBJ file?
  79.     208. What's the format of an .EXE header?
  80.     209. What's the difference between .COM and .EXE formats?
  81. section 3. Keyboard
  82.     301. How can I read a character without echoing it to the screen,
  83.          and without waiting for the user to press the Enter key?
  84.     302. How can I find out whether a character has been typed, without
  85.          waiting for one?
  86.     303. How can I disable Ctrl-C/Ctrl-Break and/or Ctrl-Alt-Del?
  87.     304. How can I disable the print screen function?
  88.     305. How can my program turn NumLock (CapsLock, ScrollLock) on/off?
  89.     306. How can I speed up the keyboard's auto-repeat?
  90.     307. What is the SysRq key for?
  91.     308. How can my program tell what kind of keyboard is on the system?
  92.     309. How can I tell if input, output, or stderr has been redirected?
  93.     310. How can I increase the size of the keyboard buffer?
  94.  
  95.  
  96. Contents--part 3 of 4
  97. =====================
  98. section 4. Disks and files
  99.     401. What drive was the PC booted from?
  100.     402. How can I boot from drive b:?
  101.     403. Which real and virtual disk drives are valid?
  102.     404. How can I make my single floppy drive both a: and b:?
  103.     405. Why won't my C program open a file with a path?
  104.     406. How can I redirect printer output to a file?
  105.     407. How can I redirect the output of a batch file?
  106.     408. How can my program open more files than DOS's limit of 20?
  107.     409. How can I read, create, change, or delete the volume label?
  108.     410. How can I get the disk serial number?
  109.     411. What's the format of .OBJ, .EXE., .COM files?
  110.     412. How can I flush the software disk cache?
  111. section 5. Serial ports (COM ports)
  112.     501. How do I set my machine up to use COM3 and COM4?
  113.     502. How do I find the I/O address of a COM port?
  114.     503. But aren't the COM ports always at I/O addresses 3F8, 2F8, 3E8,
  115.          and 2E8?
  116.     504. How do I configure a COM port and use it to transmit data?
  117. section 6. Other hardware questions and problems
  118.     601. Which 80x86 CPU is running my program?
  119.     602. How can a C program send control codes to my printer?
  120.     603. How can I redirect printer output to a file?
  121.     604. Which video adapter is installed?
  122.     605. How do I switch to 43- or 50-line mode?
  123.     606. How can I find the Microsoft mouse position and button status?
  124.     607. How can I access a specific address in the PC's memory?
  125.     608. How can I read or write my PC's CMOS memory?
  126.     609. How can I access memory beyond 640K?
  127.     610. Where can I find a list of 80x86 opcodes?
  128. section 7. Other software questions and problems
  129.     701. How can a program reboot my PC?
  130.     702. How can I time events with finer resolution than the system
  131.          clock's 55 ms (about 18 ticks a second)?
  132.     703. How can I find the error level of the previous program?
  133.     704. How can a program set DOS environment variables?
  134.     705. How can I change the switch character to - from /?
  135.     706. Why does my interrupt function behave strangely?
  136.     707. How can I write a TSR (terminate-stay-resident) utility?
  137.     708. How can I write a device driver?
  138.     709. What can I use to manage versions of software?
  139.     710. What's this "null pointer assignment" after my C program
  140.          executes?
  141.     711. How can my program tell if it's running under Windows?
  142.     712. How do I copyright software that I write?
  143.  
  144.  
  145. Contents--part 4 of 4
  146. =====================
  147. section A. Downloading
  148.     A01. What are Simtel, garbo, and wustl?
  149.     A02. I have no ftp access.  How can I get files from the archives?
  150.     A03. Can I get archives on CD-ROM?
  151.     A04. Where do I find program <mumble>?
  152.     A05. How can I check Simtel or garbo before I post a request for a
  153.          program?
  154.     A06. How do I download and decode a program I found?
  155.     A07. Where is UUDECODE?
  156.     A08. Why do I get errors when extracting from a ZIP file I
  157.          downloaded?
  158. section B. Vendors and products
  159.     B01. How can I contact Borland?
  160.     B02. How can I contact Microsoft?
  161.     B03. What's the current version of UNZIP?
  162.     B04. What's in Borland Pascal/Turbo Pascal 7.0?
  163.     B05. What's in Microsoft Visual C++?
  164.     B06. Where is Microsoft C 8.0?
  165. section C. More information
  166.     C01. Are there any good on-line references for PC hardware
  167.          components?
  168.     C02. Are there any good on-line references for PC interrupts?
  169.     C03. What and where is "Ralf Brown's interrupt list"?
  170.     C04. Where can I find lex, yacc, and language grammars?
  171.     C05. What's the best book to learn programming?
  172.     C06. Where are FAQ lists archived?
  173.     C07. Where can I get the latest copy of this FAQ list?
  174.     C08. How do I use ftp?
  175.  
  176.  
  177. Acknowledgements
  178. ================
  179. Many articles posted in comp.os.msdos.programmer sparked ideas or
  180. provided information for the first version of this list.  Though I am
  181. responsible for any errors, thanks are due to the following for posted
  182. articles or private email that I used in subsequent editions:  Jamshid
  183. Afshar, Mark Aitchison, Sanjay Aiyagari, George Almasi, Aaron Auseth,
  184. Preston Bannister, Denis Beauregard, Mike Black, Jon Brinkmann, Glynn
  185. Brooks, Paul Brooks, Ralf Brown, Shaun Burnett, Raymond Chen, Alan Drew,
  186. Paul Ducklin, Gary Dueck, Roland Eriksson, Markus Fischer, George
  187. Forsman, Vincent Giovannone, B.Haible, Janos Haide, Klaus Hartnegg, Kris
  188. Heidenstrom, Tom Haapanen, Joel Hoffman, Ari Hovila, Joe Huffman,
  189. Michael Holin, Mike Iarrobino, Byrial Jensen, Rune Jorgensen, Ajay
  190. Kamdar, Everett Kaser, Jeff Kellam, Jen Kilmer, Reinhard Kirchner, Dave
  191. Kirsch, Samuel Ko, Benjamin Lee, Sidney Markowitz, Jim Marks, Dimitri
  192. Matzarakis, Fred McCall, Ken McKee, Tom Milner, Bill Moore, Duncan
  193. Murdoch, Steve Murphy, Mert Nickerson, David Nugent, John Oldenburg,
  194. David Pape, Keith Petersen, Karl Riedling, Arthur Rubin, Gerald
  195. Ruderman, Timo Salmi, Tapio Sand, John Schmid, Russell Schulz, Ajay
  196. Shah, Steve Summit, Tom Swingle, Anders Thulin, Curt Tilmes, Rick
  197. Watkins, Ya-Gui Wei, Joe Wells, Gregory Youngblood, khill@vax1.umkc.edu
  198.  
  199. New contributors this issue: Ari Hovila
  200.  
  201.  
  202. Legalistic stuff
  203. ================
  204. This article is not in the public domain, but it may be redistributed so
  205. long as this notice, the acknowledgements, and the information on
  206. obtaining the latest copy of this list are retained and no fee is
  207. charged.  The code fragments may be used freely; credit would be polite.
  208.  
  209. Copyright (C) 1993  Stan Brown, Oak Road Systems.  All rights reserved.
  210.  
  211. THERE IS NO WARRANTY ON THE CODE.  I have tested all the code included
  212. below, but your machine may not work the same as mine, and my testing
  213. may not be perfect.  (Except where otherwise noted, I tested the code
  214. with both BC++ 2.0 and MSC 5.0.)
  215.  
  216. The mention of particular books or programs must not be construed to
  217. reflect unfavorably on any that are not mentioned.
  218.  
  219.  
  220.  
  221. section 1. General questions
  222. ============================
  223.  
  224. Subject:  101. Why won't my code work?
  225.  
  226.     First you need to try to determine whether the problem is in your
  227.     use of the programming language or in your use of MSDOS and your PC
  228.     hardware.  (Your manual should tell you which features are standard
  229.     and which are vendor- or MSDOS- or PC-specific.  You _have_ read
  230.     your manual carefully, haven't you?)
  231.  
  232.     If the feature that seems to be working wrong is something related
  233.     to your PC hardware or to the internals of MS-DOS, this group is the
  234.     right place to ask.  (Please check this FAQ list first, to make sure
  235.     your question isn't already answered here.)
  236.  
  237.     On the other hand, if your problem is with the programming language,
  238.     the comp.lang hierarchy (including comp.lang.pascal and comp.lang c)
  239.     is probably a better resource.  Please read the other group's FAQ
  240.     list thoroughly before posting.  (These exist in comp.lang.c,
  241.     comp.lang.c++, comp.lang.modula3, comp.lang.lisp, comp.lang.perl;
  242.     they may exist in other groups as well.)  It's almost never a good
  243.     idea to crosspost between this group and a language group.
  244.  
  245.     Before posting in either place, try to make your program as small as
  246.     possible while still exhibiting the bad behavior.  Sometimes this
  247.     alone is enough to show you where the trouble is.  Also edit your
  248.     description of the problem to be as short as possible.  This makes
  249.     it look more like you tried to solve the problem on your own, and
  250.     makes people more inclined to try to help you.  See later in this
  251.     section for some important netiquette tips.
  252.  
  253. Subject:  102. What is this newsgroup about?
  254.  
  255.     (rev: 4 Jul 1993) comp.os.msdos.programmer (comp.sys.ibm.pc.programmer
  256.     until September 1990) concerns programming for MS-DOS systems.  The
  257.     article "USENET Readership report for Jun 93" in news.lists shows
  258.     68,000 readers of this newsgroup worldwide.  Traffic (exclusive of
  259.     crossposts) was 783 articles aggregating 1519 Kbytes.
  260.  
  261.     Much of our traffic is about language products (chiefly from Borland
  262.     and Microsoft).  More programming topics focus on C than on any one
  263.     other language, but we are not just for C programmers (see next Q).
  264.  
  265.     Since most MS-DOS systems run on hardware that is roughly compatible
  266.     with the IBM PC, on Intel 8088, 80188, or 80x86 chips, we tend to
  267.     get a lot of questions and answers about programming other parts of
  268.     the hardware.
  269.  
  270. Subject:  103. Is comp.os.msdos.programmer just for C programmers?
  271.  
  272.     (new: 28 July 1993)  No, it is for all programmers who to share
  273.     information about programming in MS-DOS.  Programs and questions are
  274.     also posted in Pascal, assembly, and other languages.
  275.  
  276.     Why does the newsgroup seem to be so C-oriented sometimes?  I think
  277.     there are two reasons.  First, comp.lang.c and comp.lang.pascal have
  278.     evolved in different directions.  I am told that comp.lang.pascal
  279.     welcomes vendor-specific discussion, such as Turbo Pascal.  Since so
  280.     many of TP's features are tailored to programming on PCs and in
  281.     MS-DOS, Turbo Pascal programmers tend to find DOS questions welcomed
  282.     there, so that comp.os.msdos.programmer gets less of the "DOS in
  283.     Turbo Pascal" traffic.  On the other hand, comp.lang.c has stayed
  284.     closer to talking only about the C language, and vendor-specific or
  285.     operating-system-specific questions are not welcome.  This tends to
  286.     push questions about disks, DOS file structure, video, the keyboard,
  287.     TSRs, etc. to c.o.m.p even when those programs are written in C.
  288.  
  289.     This FAQ is definitely C-oriented, not because I think that's best
  290.     but because of the practical limit of my skills and (if I may use
  291.     the word) integrity.  I am very reluctant to publish mere hearsay in
  292.     the FAQ list, so I tend to stick to what I can verify personally.  I
  293.     am a C programmer (with some assembler); therefore the solutions
  294.     that I can verify personally are written in C or assembler.  I
  295.     believe it's legitimate to publish short, clear programs in only one
  296.     language, since programmers should be able to translate them easily
  297.     into their languages of choice.  But the FAQ list also contains
  298.     several long programs written only in C; I agree that this is a
  299.     defect, but I'm not sure of the best way to remedy it.  When giving
  300.     pointers to source code at archive sites, I do try to include both
  301.     C- and Pascal-language source when available (and I would be
  302.     grateful to know what I have missed).
  303.  
  304. Subject:  104. What's the difference from comp.sys.ibm.pc.programmer?
  305.  
  306.     c.s.i.p.programmer is the old name of comp.os.msdos.programmer, and
  307.     has been obsolete since September 1990.  However, many systems have
  308.     not removed the old group, or have removed it but aliased it to the
  309.     new name.  This means that some people still think they're posting
  310.     to c.s.i.p.programmer even though they're actually posting to
  311.     c.o.m.programmer.
  312.  
  313.     You can easily verify the non-existence of c.s.i.p.programmer by
  314.     reference to the "List of Active Newsgroups" posted to news.groups.
  315.     It's available as /pub/usenet/news.answers/active-newsgroups/part1
  316.     from the archives (see "Where are FAQ lists archived?" in section C,
  317.     "More information").
  318.  
  319. Subject:  105. Is comp.os.msdos.programmer available as a mailing list?
  320.  
  321.     (new: 2 Feb 1993)  Sorry, no.
  322.  
  323. Subject:  106. What's this "netiquette"?
  324.  
  325.     (new: 7 Aug 1993)  Netiquette is good Usenet etiquette.  It includes
  326.     basic rules like the following; see also the next Q.
  327.  
  328.     - Always read a newsgroup for a reasonable time before you post an
  329.       article to it.
  330.  
  331.     - Pick the one right group for your article; don't crosspost unless
  332.       absolutely necessary.  If you absolutely must post an article to
  333.       more than one group, do crosspost it and don't post the same
  334.       article separately to each group.
  335.  
  336.     - Before you post a question, make sure you're posting to the right
  337.       newsgroup--the best way to do that is to observe the preceding
  338.       rule.  Check the group's FAQ list (if it has one) to make sure
  339.       that your question isn't already answered there.  See "Where are
  340.       FAQ lists archived?" in section C, "More information".
  341.  
  342.     - When you post a question, if you ask for email responses then
  343.       promise to post a summary.  Keep your promise.  And make it a
  344.       real summary: don't just append all the email you got.  Instead,
  345.       write your own (brief) description of the solution:  this is the
  346.       best way to make sure you really understand it.
  347.  
  348.     - Before you post a follow-up, read the other follow-ups.  Very
  349.       often you'll find that someone else has already made the point you
  350.       had in mind.
  351.  
  352.     - When someone posts a question, if you want to know the answer
  353.       don't post a "me, too".  Instead send email to the poster asking
  354.       him or her to share responses with you.
  355.  
  356.     - When posting a follow-up to another posted article, remove all
  357.       headers and signature lines from the old article; just keep the
  358.       line "In <article>, so-and-so writes:".  Also cut the original
  359.       article down as much as possible; just keep enough of it to remind
  360.       readers of the context.
  361.  
  362.     - Keep lines in posted articles to 72-75 characters.  Many
  363.       newsreaders chop off column 81 or arbitrarily insert a newline
  364.       there, which makes longer lines difficult or impossible to read.
  365.       But you need to keep well below 80 characters per line to allow
  366.       for the > characters that get inserted when other people post
  367.       follow-ups to your article.
  368.  
  369.     - Keep your signature to 4 lines or less (including any graphics),
  370.       and for heaven's sake make sure it doesn't get posted twice in
  371.       your article.
  372.  
  373.     - Don't post email without first obtaining the permission of the
  374.       sender.
  375.  
  376. Subject:  107. How can I learn more about Usenet?
  377.  
  378.     (new: 7 Aug 1993)  There are two important newsgroups for learning
  379.     about how Usenet and newsreader software works:
  380.  
  381.     - news.announce.newusers contains periodic postings that everybody
  382.       is asked to read before posting anything to Usenet.  (In theory,
  383.       all new users are subscribed to news.announce.newusers
  384.       automatically.  But in practice not all newsreader software does
  385.       that, so that many people violate the guidelines given there
  386.       simply because they don't know about them.)
  387.  
  388.     - news.newusers.questions is described as "Q & A for users new to
  389.       the Usenet".  But new and long-time users can ask or answer
  390.       questions about Usenet and newsreader software there.  There's an
  391.       important article, "Welcome to news.newusers.questions] (weekly
  392.       posting)", that everyone is asked to read before posting to
  393.       news.newusers.questions.  (See below for ways to get a copy of
  394.       that article.)
  395.  
  396.     The following postings in news.announce.newusers might be considered
  397.     the "mandatory course" for new users:
  398.  
  399.         Introduction to news.announce.newusers
  400.         What is Usenet?
  401.         Answers to Frequently Asked Questions
  402.         Rules for posting to Usenet
  403.         A Primer on How to Work With the Usenet Community
  404.         Hints on writing style for Usenet
  405.         Emily Postnews Answers Your Questions on Netiquette
  406.  
  407.     The articles mentioned above are downloadable via ftp from
  408.     rtfm.mit.edu in the following files:
  409.  
  410.         /pub/usenet/news.answers/news-newusers-intro
  411.                 Welcome to news.newusers.questions] (weekly posting)
  412.         /pub/usenet/news.answers/news-announce-intro/part1
  413.                 Introduction to news.announce.newusers
  414.         /pub/usenet/news.answers/what-is-usenet/part1
  415.                 What is Usenet?
  416.         /pub/usenet/news.answers/usenet-faq/part1
  417.                 Answers to Frequently Asked Questions
  418.         /pub/usenet/news.answers/posting-rules/part1
  419.                 Rules for posting to Usenet
  420.         /pub/usenet/news.answers/usenet-primer/part1
  421.                 A Primer on How to Work With the Usenet Community
  422.         /pub/usenet/news.answers/usenet-writing-style/part1
  423.                 Hints on writing style for Usenet
  424.         /pub/usenet/news.answers/emily-postnews/part1
  425.                 Emily Postnews Answers Your Questions on Netiquette
  426.  
  427.     They are also available from the mail server whose address is
  428.     mail-server@rtfm.mit.edu.  Send a message containing one or more
  429.     "send" command lines such as
  430.  
  431.         send usenet/news.answers/news-newusers-intro
  432.  
  433.     The "send" filenames are the same as the ftp filenames except the
  434.     "/pub" at the beginning is omitted.  To get general information
  435.     about the mail server, send it a message containing "help".
  436.  
  437. Subject:  108. What other technical newsgroups should I know about?
  438.  
  439.     (rev: 7 Aug 1993)  Caution:  Some of these newsgroups have
  440.     specialized charters; you'll probably get (and deserve) some flames
  441.     if you post to an inappropriate group.  Most groups have FAQ lists
  442.     that will tell you what's appropriate.  Don't post a request for the
  443.     FAQ list; instead, retrieve it yourself--see "Where are FAQ lists
  444.     archived?", in section C, "More information".
  445.  
  446.     - misc.forsale.computers.d and misc.forsale.computers.pc-clone are
  447.       where you post notices of equipment, software, or computer books
  448.       that you want to sell.  Please don't post or crosspost those
  449.       notices to comp.os.msdos.programmer.
  450.  
  451.     - comp.os.ms-windows.programmer.tools and ...misc (formerly part of
  452.       comp.windows.ms.programmer):  Similar to this group, but focus
  453.       on programming for the MS-Windows platform.
  454.  
  455.     - comp.sys.ibm.pc.hardware is for more hardware-oriented discussions
  456.       of the machines that run DOS.
  457.  
  458.     - the various comp.lang.* groups for articles and questions on the
  459.       programming languages.  Caution:  some groups welcome discussions
  460.       that are operating-system dependent or vendor specific; others do
  461.       not.  For example, comp.lang.c is definitely _not_ for questions
  462.       about programming DOS or PC system features, even if the programs
  463.       are written in C.  On the other hand, comp.lang.pascal contains
  464.       much discussion that is specific to Turbo Pascal.
  465.  
  466.     - comp.binaries.ibm.pc.wanted: AFTER you have looked in the other
  467.       groups, this is the place to post a request for a particular
  468.       binary program.
  469.  
  470.     - comp.archives.msdos.announce (moderated) explains how to use the
  471.       archive sites, especially Garbo and Simtel, and lists files
  472.       uploaded to them.  Discussions belong in comp.archives.msdos.d,
  473.       which replaced comp.binaries.ibm.pc.archives in December 1992.
  474.  
  475.     - comp.binaries.ibm.pc.d is for discussions about programs posted in
  476.       comp.binaries.ibm.pc, and only those programs.  This is a good
  477.       place to report bugs in the programs, but not to ask where to find
  478.       them (see cbip.wanted, above).  cbip.d is NOT supposed to be a
  479.       general PC discussion group.
  480.  
  481.     - comp.sources.misc: a moderated group for source code for many
  482.       computer systems.  It tends to get lots of Unix stuff, but you may
  483.       also pick up some DOS-compatible code here.
  484.  
  485.     - alt.sources: an unmoderated group for source code.  Guidelines are
  486.       posted periodically.
  487.  
  488.     - Turbo Vision is a mailing list, not a newsgroup; send email to
  489.       listserv@vtvm1.cc.vt.edu if you want to subscribe.
  490.  
  491. section 2. Compile and link
  492. ===========================
  493.  
  494. Subject:  201. What the heck is "DGROUP > 64K"?
  495.  
  496.     (rev: 18 Apr 1993) DGROUP is a link-time group of data segments, and
  497.     the compiler typically generates code that expects DS to be pointing
  498.     to DGROUP.  (Exception:  Borland's huge model has no DGROUP.)
  499.  
  500.     Here's what goes into DGROUP:
  501.  
  502.     - tiny model (all pointers near):  DGROUP holds the entire program.
  503.  
  504.     - small and medium models (data pointers near):  DGROUP holds all
  505.       globals and static variables including string literals, plus the
  506.       stack and the heap.
  507.  
  508.     - large, compact, and huge models in Microsoft (data pointers far):
  509.       DGROUP holds only initialized globals and static variables
  510.       including string literals, plus the stack and the near heap.
  511.  
  512.     - large and compact models in Borland (data pointers far): DGROUP
  513.       holds initialized and uninitialized globals and static variables
  514.       including string literals, but not the stack or heap.
  515.  
  516.     - huge model in Borland (data pointers far): there is no DGROUP, so
  517.       the 64K limit doesn't apply.
  518.  
  519.     In all of the above, which is to say all six models in Microsoft C
  520.     and all but huge in Borland C, DGROUP is limited to 64K including
  521.     string literals (which are treated as static data).  This limitation
  522.     is due to the Intel CPU's segmented architecture.
  523.  
  524.     See the next Q for possible remedies.
  525.  
  526.     For more information, see topics like "memory models" and "memory
  527.     management" in the index of your compiler manual.  Also see
  528.     ti738.asc, downloadable as part of
  529.         pd1:<msdos.turbo-c>bchelp10.zip at Simtel
  530.         /pc/turbopas/bchelp10.zip at Garbo,
  531.     for an extended general discussion of memory usage in Borland C
  532.     programs, of which much applies to any C compiler in DOS.
  533.  
  534. Subject:  202. How do I fix "automatic data segment exceeds 64K" or
  535.                "stack plus data exceed 64K"?
  536.  
  537.     These messages are a variation of "DGROUP > 64K".  For causes,
  538.     please see the preceding Q.
  539.  
  540.     If you get this error in tiny model, your program is simply too big
  541.     and you must use a different memory model.  If you get this link
  542.     error in models S, C, M, L, or Microsoft's H, there are some things
  543.     you can do.  (This error can't occur in Borland's huge model.)
  544.  
  545.     If you have one or two big global arrays, simply declare them far.
  546.     The compiler takes this to mean that any references to them will use
  547.     32-bit pointers, so they'll be in separate segments and no longer
  548.     part of DGROUP.
  549.  
  550.     Or you can use the /Gt▌number¿ option with Microsoft or -Ff▌=size¿
  551.     with Borland C++ 2.0 and up.  This will automatically put variables
  552.     above a certain size into their own segments outside of DGROUP.
  553.  
  554.     Yet another option is to change global arrays to far pointers.  Then
  555.     at the beginning of your program, allocate them from the far heap
  556.     (_fmalloc in Microsoft, farmalloc in Borland).
  557.  
  558.     Finally, you can change to huge model (with Borland compilers, not
  559.     Microsoft).  Borland's H model still uses far pointers by default,
  560.     but "sets aside the ▌64K¿ limit" and has no DGROUP group, according
  561.     to the BC++ 2.0 Programmer's Guide.  Microsoft's H model does use
  562.     huge data pointers by default but retains DGROUP and its 64K limit,
  563.     so switching to the H model doesn't buy you anything if you have
  564.     DGROUP problems.
  565.  
  566. Subject:  203. Will Borland C code and Microsoft C code link together?
  567.  
  568.     (rev: 13 Feb 1993) Typically this question is asked by someone who
  569.     owns compiler A and is trying to write code to link with a
  570.     third-party library that was compiled under compiler B.
  571.  
  572.     The answer to the question is, Not in general.  Here are some of the
  573.     reasons:
  574.  
  575.     - "Helper" functions (undocumented functions for stack checking,
  576.       floating-point arithmetic, and operations on longs) differ between
  577.       the two compilers.
  578.  
  579.     - The compilers may embed instructions in the object code that tell
  580.       the linker to look for their own run-time libraries.  You can use
  581.       the linker option that says to ignore such instructions:  /n in
  582.       TLINK, /NOD in the Microsoft linker (the one that comes with the C
  583.       compiler, not the one that used to come with DOS).  But getting
  584.       around this problem will very likely just reveal other problems,
  585.       like different helper functions, that have no easy solution.
  586.  
  587.     Those problems will generate link-time errors.  Others may not show
  588.     up until run time:
  589.  
  590.     - Borland's compact, large, and huge models don't assume DS=SS, but
  591.       Microsoft's do.  The -Fs option on the Borland compiler, or one of
  592.       the /A options on Microsoft, should take care of this problem --
  593.       once you know that's what's going on.
  594.  
  595.     - Check conventions for ordering and packing structure members, and
  596.       for alignment of various types on byte, word, paragraph, or other
  597.       boundaries.  Again, you can generally adjust your code to match if
  598.       you know what conventions were used in compiling the "foreign"
  599.       libraries.
  600.  
  601.     - Check the obvious and make sure that your code was compiled under
  602.       the same memory model as the code you're trying to link with.
  603.       (That's necessary, but no guarantee.  Microsoft and Borland don't
  604.       use exactly the same conventions for segments and groups,
  605.       particularly in the larger memory models.)
  606.  
  607.     That said, there are some circumstances where you can link hybrids.
  608.     Your best chance of success comes if you avoid longs and floating
  609.     point, use only 16-bit pointers, suppress stack checking, and
  610.     specify all libraries used in the link.
  611.  
  612. Subject:  204. Why did my program bomb at run time with "floating point
  613.                formats not linked"?
  614.  
  615.     First, is that the actual message, or did it say "floating point not
  616.     loaded"?  If it was the latter, see the next Q.
  617.  
  618.     You're probably using a Borland compiler for C or C++ (including
  619.     Turbo C and Turbo C++).  Borland's compilers try to be smart and not
  620.     link in the floating-point (f-p) library unless you need it.  Alas,
  621.     they all get the decision wrong.  One common case is where you don't
  622.     call any f-p functions, but you have %f or other f-p formats in
  623.     scanf/printf calls.  The cure is to call an f-p function, or at
  624.     least force one to be present in the link.
  625.  
  626.     To do that, define this function somewhere in a source file but
  627.     don't call it:
  628.  
  629.         static void forcefloat(float *p)
  630.             { float f = *p; forcefloat(&f); }
  631.  
  632.     It doesn't have to be in the module with the main program, as long
  633.     as it's in a module that will be included in the link.
  634.  
  635.     If you have Borland C++ 3.0, the README file documents a slightly
  636.     less ugly work-around.  Insert these statements in your program:
  637.  
  638.         extern unsigned _floatconvert;
  639.         #pragma extref _floatconvert
  640.  
  641. Subject:  205. Why did my program bomb with "floating point not loaded"?
  642.  
  643.     That is Microsoft C's run-time message when the code requires a
  644.     numeric coprocessor but your computer doesn't have one installed.
  645.  
  646.     If the program is yours, relink it using the xLIBCE or xLIBCA
  647.     library (where x is the memory model).
  648.  
  649. Subject:  206. How can I change the stack size in Borland's C compilers?
  650.  
  651.     In Turbo C, Turbo C++, and Borland C++, you may not find "stack
  652.     size" in the index but the global variable _stklen should be there.
  653.     The manual will instruct you to put a statement like
  654.  
  655.         extern unsigned _stklen = 54321U;
  656.  
  657.     in your code, outside of any function.  You must assign the value
  658.     right in the extern statement; it won't work to assign a value at
  659.     run time.  (The "extern" in this context isn't ANSI C and ought not
  660.     to be required, but the above statement is a direct quote from the
  661.     Library Reference manual of Borland C++ 2.0.)  The linker may give
  662.     you a duplicate symbol warning, which you can ignore.
  663.  
  664. Subject:  207. What's the format of an .OBJ file?
  665.  
  666.     (rev: 1 May 1993) Here's what I've been told.  I have verified the
  667.     references marked "(verified)".
  668.  
  669.     - base .OBJ format:  Intel's document number #121748-001, {8086
  670.       Relocatable Object Module Formats}.  (Both Microsoft and Borland
  671.       have extended the .OBJ format, as has IBM for OS/2; and according
  672.       to the MS-DOS encyclopedia, Microsoft doesn't actually use all the
  673.       listed formats.)
  674.  
  675.     - Microsoft-specific .OBJ formats:  a 45-page article in the {MS-DOS
  676.       Encyclopedia}, ISBN 1-55615-049-0 (verified).  I am told there is
  677.       also a "Microsoft Object Module Format (OMF)" Specification,
  678.       printed 22 Nov 1991, from the Microsoft Languages Group.
  679.  
  680.     - Microsoft publishes an .OBJ spec in Windows help format (266K
  681.       after unzipping).  I'm not sure why it's in Windows help format,
  682.       since it's one long document without hypertex links.  Download it
  683.       as /vendor/microsoft/developer-network/ctech/11-9.zip from
  684.       ftp.uu.net (verified).
  685.  
  686.     - Borland-specific .OBJ formats:  Open Architecture Handbook.  The
  687.       Borland Developer's Technical Guide, 1991, no ISBN.  Chapter 2,
  688.       "Object file contents", (pages 27-50) covers the comment records
  689.       sent to the object file by Borland C++ version 3.0 and other
  690.       Borland compilers.  The comment records mostly contain information
  691.       for the Borland debugger.
  692.  
  693.     - A "tutorial on the .OBJ format" comes with the VAL experimental
  694.       linker, downloadable as pd1:<msdos.pgmutl>val-link.arc at Simtel.
  695.  
  696. Subject:  208. What's the format of an .EXE header?
  697.  
  698.     See pages 349-350 of {PC Magazine} 30 June 1992 (xi:12) for the old
  699.     and new formats.  For a more detailed layout, look under INT 21
  700.     function 4B in Ralf Brown's interrupt list.  Ralf Brown's list
  701.     includes extensions for Borland's TLINK and Borland debugger info.
  702.  
  703.     Among the books that detail formats of executable files are {DOS
  704.     Programmer's Reference: 2d Edition} by Terry Dettman and Jim Kyle,
  705.     ISBN 0-88022-458-4; and {Microsoft MS-DOS Programmer's Reference},
  706.     ISBN 1-55615-329-5.
  707.  
  708. Subject:  209. What's the difference between .COM and .EXE formats?
  709.  
  710.     To oversimplify:  a .COM file is a direct image of core, and an .EXE
  711.     file will undergo some further relocation when it is run (and so it
  712.     begins with a relocation header).  A .COM file is limited to 64K for
  713.     all segments combined, but an .EXE file can have as many segments as
  714.     your linker will handle and be as large as RAM can take.
  715.  
  716.     The actual file extension doesn't matter.  DOS knows that a file
  717.     being loaded is in .EXE format if its first two bytes are MZ or ZM;
  718.     otherwise it is assumed to be in .COM format.  For instance, I am
  719.     told that DR-DOS 6.0's COMMAND.COM is in .EXE format.
  720.  
  721. section 3. Keyboard
  722. ===================
  723.  
  724. Subject:  301. How can I read a character without echoing it to the
  725.                screen, and without waiting for the user to press the
  726.                Enter key?
  727.  
  728.     The C compilers from Microsoft and Borland offer getch (or getche to
  729.     echo the character); Turbo Pascal has ReadKey.
  730.  
  731.     In other programming languages, load 8 in register AH and execute
  732.     INT 21; AL is returned with the character from standard input
  733.     (possibly redirected).  If you don't want to allow redirection, or
  734.     you want to capture Ctrl-C and other special keys, use INT 16 with
  735.     AH=10; this will return the scan code in AH and ASCII code (if
  736.     possible) in AL, except that AL=E0 with AH nonzero indicates one of
  737.     the grey "extended" keys was pressed.  (If your BIOS doesn't
  738.     support the extended keyboard, use INT 16 function 0 not 10.)
  739.  
  740. Subject:  302. How can I find out whether a character has been typed,
  741.                without waiting for one?
  742.  
  743.     In Turbo Pascal, use KeyPressed.  Both Microsoft C and Turbo C offer
  744.     the kbhit( ) function.  All of these tell you whether a key has been
  745.     pressed.  If no key has been pressed, they return that information
  746.     to your program.  If a keystroke is waiting, they tell your program
  747.     that but leave the key in the input buffer.
  748.  
  749.     You can use the BIOS call, INT 16 function 01 or 11, to check
  750.     whether an actual keystroke is waiting; or the DOS call, INT 21
  751.     function 0B, to check for a keystroke from stdin (subject to
  752.     redirection).  See Ralf Brown's interrupt list.
  753.  
  754. Subject:  303. How can I disable Ctrl-C/Ctrl-Break and/or Ctrl-Alt-Del?
  755.  
  756.     (rev: 18 Apr 1993)  Several utilities are downloadable from
  757.     pd1:<msdos.keyboard> at Simtel.  In that directory, cadel.zip
  758.     contains a TSR (with source code) to disable those keys.  Also,
  759.     keykill.arc contains two utilities:  keykill.com lets you disable up
  760.     to three keys of your choice, and deboot.com changes the boot key to
  761.     leftShift-Alt-Del.
  762.  
  763.     C programmers who simply want to make sure that the user can't
  764.     Ctrl-Break out of their program can use the ANSI-standard signal( )
  765.     function; the Borland compilers also offer ctrlbrk( ) for handling
  766.     Ctrl-Break.  However, if your program uses normal DOS input, the
  767.     characters ^C will appear on the screen when the user presses Ctrl-C
  768.     or Ctrl-Break.  There are many ways to work around that, including:
  769.     use INT 21 function 7, which allows redirection but doesn't display
  770.     the ^C (or echo any other character, for that matter); or use INT 16
  771.     function 0 or 10; or call _bios_keybrd( ) in MSC or bioskey( ) in
  772.     BC++; or hook INT 9 to discard Ctrl-C and Ctrl-Break before the
  773.     regular BIOS keyboard handler sees them; etc., etc.
  774.  
  775.     You should be aware that Ctrl-C and Ctrl-Break are processed quite
  776.     differently internally.  Ctrl-Break, like all keystrokes, is
  777.     processed by the BIOS code at INT 9 as soon as the user presses the
  778.     keys, even if earlier keys are still in the keyboard buffer:  by
  779.     default the handler at INT 1B is called.  Ctrl-C is not special to
  780.     the BIOS, nor is it special to DOS functions 6 and 7; it _is_
  781.     special to DOS functions 1 and 8 when at the head of the keyboard
  782.     buffer.  You will need to make sure BREAK is OFF to prevent DOS
  783.     polling the keyboard for Ctrl-C during non-keyboard operations.
  784.  
  785.     Some good general references are {Advanced MS-DOS} by Ray Duncan,
  786.     ISBN 1-55615-157-8; {8088 Assembler Language Programming:  The IBM
  787.     PC}, ISBN 0-672-22024-5, by Willen & Krantz; and {COMPUTE]'s Mapping
  788.     the IBM PC}, ISBN 0-942386-92-2.
  789.  
  790. Subject:  304. How can I disable the print screen function?
  791.  
  792.     There are really two print screen functions:  1) print current
  793.     screen snapshot, triggered by PrintScreen or Shift-PrtSc or
  794.     Shift-grey*, and 2) turn on continuous screen echo, started and
  795.     stopped by Ctrl-P or Ctrl-PrtSc.
  796.  
  797.     1) Screen snapshot to printer
  798.  
  799.     The BIOS uses INT 5 for this.  Fortunately, you don't need to mess
  800.     with that interrupt handler.  The standard handler, in BIOSes dated
  801.     December 1982 or later, uses a byte at 0040:0100 (alias 0000:0500)
  802.     to determine whether a print screen is currently in progress.  If it
  803.     is, pressing PrintScreen again is ignored.  So to disable the screen
  804.     snapshot, all you have to do is write a 1 to that byte.  When the
  805.     user presses PrintScreen, the BIOS will think that a print screen is
  806.     already in progress and will ignore the user's keypress.  You can
  807.     re-enable PrintScreen by zeroing the same byte.
  808.  
  809.     Here's some simple code:
  810.  
  811.         void prtsc_allow(int allow) /* 0=disable, nonzero=enable */ {
  812.             unsigned char far* flag = (unsigned char far*)0x00400100UL;
  813.             *flag = (unsigned char)]allow;
  814.         }
  815.  
  816.     2) Continuous echo of screen to printer
  817.  
  818.     If ANSI.SYS is loaded, you can easily disable the continuous echo of
  819.     screen to printer (Ctrl-P or Ctrl-PrtSc).  Just redefine the keys by
  820.     "printing" strings like these to the screen (BASIC print, C printf,
  821.     Pascal Write statements, or ECHO command in batch files):
  822.  
  823.         <27>▌0;114;"Ctrl-PrtSc disabled"p
  824.         <27>▌16;"^P"p
  825.  
  826.     Change <27> in the above to an Escape character, ASCII 27.
  827.  
  828.     If you haven't installed ANSI.SYS, I can't offer an easy way to
  829.     disable the echo-screen-to-printer function.  Please send any tested
  830.     solutions to brown@ncoast.org and I'll add them to this list.
  831.  
  832.     Actually, you might not need to disable Ctrl-P and Ctrl-PrtSc.  If
  833.     your only concern is not locking up your machine, when you see the
  834.     "Abort, Retry, Ignore, Fail" prompt just press Ctrl-P again and then
  835.     I.  As an alternative, install one of the many print spoolers that
  836.     intercept printer-status queries and always return "Printer ready".
  837.  
  838. Subject:  305. How can my program turn NumLock (CapsLock, ScrollLock)
  839.                on or off?
  840.  
  841.     First, if you just don't want NumLock turned on when you reboot,
  842.     check your system's setups.  (Use Ctrl-Alt-Enter any time, or press
  843.     a special key like Del at boot time, or run the setup program
  844.     supplied with your system.)  Many systems now have an option in
  845.     setup to turn NumLock off at boot time.
  846.  
  847.     You need to twiddle bit 5, 6, or 4 of location 0040:0017.  Here's
  848.     some code:  lck( ) turns on a lock state, and unlck( ) turns it off.
  849.     (The status lights on some keyboards may not reflect the change.  If
  850.     yours is one, call INT 16 function 2, "get shift status", and that
  851.     may update them.  It will certainly do no harm.)
  852.  
  853.         #define NUM_LOCK  (1 << 5)
  854.         #define CAPS_LOCK (1 << 6)
  855.         #define SCRL_LOCK (1 << 4)
  856.         void lck(int shiftype) {
  857.             char far* kbdstatus = (char far*)0x00400017UL;
  858.             *kbdstatus != (char)shiftype;
  859.         }
  860.         void unlck(int shiftype) {
  861.             char far* kbdstatus = (char far*)0x00400017UL;
  862.             *kbdstatus &= ~(char)shiftype;
  863.         }
  864.  
  865. Subject:  306. How can I speed up the keyboard's auto-repeat?
  866.  
  867.     The keyboard speed has two components: delay (before a key that you
  868.     hold down starts repeating) and typematic rate (the speed once the
  869.     key starts repeating).  Most BIOSes since 1986 let software change
  870.     the delay and typematic rate by calling INT 16 function 3, "set
  871.     typematic rate and delay"; see Ralf Brown's interrupt list.  If you
  872.     have DOS 4.0 or later, you can use the MODE CON command that you'll
  873.     find in your DOS manual.
  874.  
  875.     On 83-key keyboards (mostly XTs), the delay and typematic rate can't
  876.     easily be changed.  According to the {PC Magazine} of 15 Jan 1991,
  877.     page 409, to adjust the typematic rate you need "a memory-resident
  878.     program which simply '▌watches¿' the keyboard to see if you're
  879.     holding down a key ... and after a certain time ▌starts¿ stuffing
  880.     extra copies of the held-down key into the buffer."  No source code
  881.     is given in that issue; but I'm told that the QUICKEYS utility that
  882.     {PC} published in 1986 does this sort of watching; source and object
  883.     code are downloadable in pd1:<msdos.pcmag>vol5n05.arc from Simtel.
  884.  
  885. Subject:  307. What is the SysRq key for?
  886.  
  887.     There is no standard use for the key.  The BIOS keyboard routines in
  888.     INT 16 simply ignore it; therefore so do the DOS input routines in
  889.     INT 21 as well as the keyboard routines in libraries supplied with
  890.     high-level languages.
  891.  
  892.     When you press or release a key, the keyboard triggers hardware line
  893.     IRQ1, and the CPU calls INT 9.  INT 9 reads the scan code from the
  894.     keyboard and the shift states from the BIOS data area.
  895.  
  896.     What happens next depends on whether your PC's BIOS supports an
  897.     enhanced keyboard (101 or 102 keys).  If so, INT 9 calls INT 15
  898.     function 4F to translate the scan code.  If the translated scan code
  899.     is 54 hex (for the SysRq key) then INT 9 calls INT 15 function 85
  900.     and doesn't put the keystroke into the keyboard buffer.  The default
  901.     handler of that function does nothing and simply returns.  (If your
  902.     PC has an older BIOS that doesn't support the extended keyboards,
  903.     INT 15 function 4F is not called.  Early ATs have 84-key keyboards,
  904.     so their BIOS calls INT 15 function 85 but nor 4F.)
  905.  
  906.     Thus your program is free to use SysRq for its own purposes, but at
  907.     the cost of some programming.  You could hook INT 9, but it's
  908.     probably easier to hook INT 15 function 85, which is called when
  909.     SysRq is pressed or released.
  910.  
  911. Subject:  308. How can my program tell what kind of keyboard is on the
  912.                system?
  913.  
  914.     Ralf Brown's Interrupt List includes MEMORY.LST, a detailed
  915.     breakdown by Robin Walker of the contents of the BIOS system block
  916.     that starts at 0040:0000.  Bit 4 of byte 0040:0096 is "1=enhanced
  917.     keyboard installed".  C code to test the keyboard type:
  918.         char far *kbd_stat_byte3 = (char far *)0x00400096UL;
  919.         if (0x10 & *kbd_stat_byte3)
  920.             /* 101- or 102-key keyboard is installed */
  921.  
  922.     {PC Magazine} 15 Jan 1991 issue suggests on page 412 that "for some
  923.     clones ▌the above test¿ is not foolproof".  If you use this method
  924.     in your program you should provide the user some way to override
  925.     this test, or at least some way to tell your program to assume a
  926.     non-enhanced keyboard.  The article suggests a different approach to
  927.     determining the type of keyboard.
  928.  
  929. Subject:  309. How can I tell if input, output, or stderr has been
  930.                redirected?
  931.  
  932.     (rev: 7 Aug 1993)  Normally, input and output are associated with
  933.     the console (i.e., with the keyboard and the screen, respectively).
  934.     If either is not, you know that it has been redirected.  Some source
  935.     code to check this is available at the usual archive sites.
  936.  
  937.     If you program in Turbo Pascal, you'll want this downloadable
  938.     collection of Turbo Pascal units:
  939.         /pc/ts/tspa32*.zip at Garbo
  940.         pd1:<msdos.turbopas>tspa32*.zip at Simtel.
  941.     (where the * is 70, 60, 55, 50, or 40 for Turbo Pascal 7.0, 6.0,
  942.     5.5, 5.0, or 4.0 respectively.) Source code is not included.  Also
  943.     see the downloadable Frequently Asked Questions files by Timo Salmi:
  944.         /pc/ts/tsfaqp14.zip at Garbo
  945.         pd1:<msdos.info>tsfaqp14.zip at Simtel.
  946.  
  947.     If you program in C, use isatty( ) if your implementation has it.
  948.     Otherwise, pd1:<msdos.sysutl>is_con10.zip is downloadable from
  949.     Simtel; it includes source code.
  950.  
  951.     Good references for the principles are {PC Magazine} 16 Apr 1991
  952.     (x:7) pg 374; Ray Duncan's {Advanced MS-DOS}, ISBN 1-55615-157-8, or
  953.     Ralf Brown's interrupt list for INT 21 function 4400; and Terry
  954.     Dettman and Jim Kyle's {DOS Programmer's Reference:  2d edition},
  955.     ISBN 0-88022-458-4, pp 602-603.
  956.  
  957. Subject:  310. How can I increase the size of the keyboard buffer?
  958.  
  959.     (new: 20 June 1993)  I have tested only one of the many available
  960.     device drivers that do this.  That one has performed flawlessly for
  961.     me in almost two years of use with MS-DOS 5 and Windows 3.1.  It
  962.     extends the keyboard buffer to 160 characters; it's downloadable as
  963.         pd1:<msdos.keyboard>buf160_6.zip at Simtel
  964.         /pc/keyboard/buf160_6.zip at Garbo.
  965.  
  966.  
  967. section 4.  Disks and files
  968. ===========================
  969.  
  970. Subject:  401. What drive was the PC booted from?
  971.  
  972.     Under DOS 4.0 or later, load 3305 hex into AX; do an INT 21.  DL is
  973.     returned with an integer indicating the boot drive (1=A:, etc.).
  974.  
  975. Subject:  402. How can I boot from drive b:?
  976.  
  977.     (rev: 18 Apr 1993)  Downloadable shareware:
  978.         pd1:<msdos.dskutl>boot_b.zip from Simtel
  979.         /pc/bootutil/boot_b.zip from Garbo.
  980.     The included documentation says it works by writing a new boot
  981.     sector on a disk in your a: drive that redirects the boot to your
  982.     b: drive.
  983.  
  984.     If that doesn't work, you can always interchange your a: and b:
  985.     drives by switching ribbon cables and changing the setup in your
  986.     BIOS.  From an article posted 27 Jan 1993 on another newsgroup:
  987.  
  988.     Take the "ribbon" connector, as you call it, and switch them.  To
  989.     double check, start at the end of the cable that connects to the
  990.     motherboard or floppy controller.  Follow the cable until you get to
  991.     the first connector.  Connect this to the drive you want to be b:.
  992.     After this, there should be a few lines on the cable that get
  993.     flipped left to right.  (On most cables, they just cut the lines and
  994.     physically reverse them.  It should be quite obvious from looking at
  995.     the cable.)  Anyway, the connector after the pins get flipped
  996.     right to left is the connector for your a: drive.
  997.  
  998. Subject:  403. Which real and virtual disk drives are valid?
  999.  
  1000.     Use INT 21 function 29 (parse filename).  Point DS:SI at a null-
  1001.     terminated ASCII string that contains the drive letter and a colon,
  1002.     point ES:DI at a 37-byte dummy FCB buffer, set AX to 2900h, and do
  1003.     an INT 21.  On return, AL is FF if the drive is invalid, something
  1004.     else if the drive is valid.  RAM disks and SUBSTed drives are
  1005.     considered valid.
  1006.  
  1007.     Unfortunately, the b: drive is considered valid even on a single-
  1008.     diskette system.  You can check that special case by interrogating
  1009.     the BIOS equipment byte at 0040:0010.  Bits 7-6 contain the one less
  1010.     than the number of diskette drives, so if those bits are zero you
  1011.     know that b: is an invalid drive even though function 29 says it's
  1012.     valid.
  1013.  
  1014.     Following is some code originally posted by Doug Dougherty, with my
  1015.     fix for the b: special case, tested only in Borland C++ 2.0 (in
  1016.     the small model):
  1017.  
  1018.         #include <dos.h>
  1019.         void drvlist(void)  {
  1020.             char *s = "A:", fcb_buff▌37¿;
  1021.             int valid;
  1022.             for (   ;  *s<='Z';  (*s)++) {
  1023.                 _SI = (unsigned) s;
  1024.                 _DI = (unsigned) fcb_buff;
  1025.                 _ES = _DS;
  1026.                 _AX = 0x2900;
  1027.                 geninterrupt(0x21);
  1028.                 valid = _AL ]= 0xFF;
  1029.                 if (*s == 'B'  &&  valid) {
  1030.                     char far *equipbyte = (char far *)0x00400010UL;
  1031.                     valid = (*equipbyte & (3 << 6)) ]= 0;
  1032.                 }
  1033.                 printf("Drive '%s' is %sa valid drive.\n",
  1034.                         s, valid ? "" : "not ");
  1035.             }
  1036.         }
  1037.  
  1038. Subject:  404. How can I make my single floppy drive both a: and b:?
  1039.  
  1040.     Under any DOS since DOS 2.0, you can put the command
  1041.  
  1042.         assign b=a
  1043.  
  1044.     into your AUTOEXEC.BAT file.  Then, when you type "DIR B:" you'll no
  1045.     longer get the annoying prompt to insert diskette B (and the even
  1046.     more annoying prompt to insert A the next time you type "DIR A:").
  1047.  
  1048.     You may be wondering why anybody would want to do this.  Suppose you
  1049.     use two different machines, maybe one at home and one at work.  One
  1050.     of them has only a 3.5" diskette drive; the other machine has two
  1051.     drives, and b: is the 3.5" one.  You're bound to type "dir b:" on
  1052.     the first one, and get the nuisance message
  1053.  
  1054.         Insert diskette for drive B: and press any key when ready.
  1055.  
  1056.     But if you assign drive b: to point to a:, you avoid this problem.
  1057.  
  1058.     Caution:  there are a few commands, such as DISKCOPY, that will not
  1059.     work right on ASSIGNed or SUBSTed drives.  See the DOS manual for
  1060.     the full list.  Before typing one of those commands, be sure to turn
  1061.     off the mapping by typing "assign" without arguments.
  1062.  
  1063.     The DOS 5.0 manual says that ASSIGN is obsolete, and recommends the
  1064.     equivalent form of SUBST: "subst b: a:\".  Unfortunately, if this
  1065.     command is executed when a: doesn't hold a diskette, the command
  1066.     fails.  ASSIGN doesn't have this problem, so I must advise you to
  1067.     disregard that particular bit of advice in the DOS manual.
  1068.  
  1069. Subject:  405. How can I disable access to a drive?
  1070.  
  1071.     (new: 7 Aug 1993)  Reader Eric DeVolder writes that he has made
  1072.     available a program to do this.  It's downloadable from Simtel as
  1073.     pd1:<msdos.dskutl>rmdriv20.zip; I haven't tried it myself.
  1074.  
  1075. Subject:  406. How can a batch file test existence of a directory?
  1076.  
  1077.     (new: 7 Aug 1993)  The standard way, which in fact is documented in
  1078.     the DOS manual, is
  1079.  
  1080.         if exist d:\path\nul goto found
  1081.  
  1082.     Unfortunately, this is not entirely reliable.  I have found it to
  1083.     fail in Pathworks (DEC's network that connects PCs and VAXes, a/k/a
  1084.     PCSA), or on a MARS box that uses an OEM version of MS-DOS 5.0.
  1085.     Other readers have reported that it failed on Novell networks or on
  1086.     DR-DOS.
  1087.  
  1088.     There appears to be no foolproof way to use pure batch commands to
  1089.     test for existence of a directory.  The real solution is to write a
  1090.     program, which returns a value that your batch program can then test
  1091.     with an if errorlevel.  Reader Duncan Murdoch kindly posted the
  1092.     following Turbo Pascal version, which I haven't yet tried myself:
  1093.  
  1094.         program existdir;
  1095.         { Confirms the existence of a directory given on the command line.
  1096.           Returns errorlevel 2 on error, 1 if not found, 0 if found. }
  1097.  
  1098.         uses
  1099.           dos;
  1100.  
  1101.         var
  1102.           s : searchrec;
  1103.  
  1104.         begin
  1105.           if paramcount <> 1 then
  1106.           begin
  1107.             writeln('Syntax:  EXISTDIR directory');
  1108.             halt(2);
  1109.           end
  1110.           else
  1111.           begin
  1112.             findfirst(paramstr(1),Directory,S);
  1113.             while (Doserror = 0) and ((Directory and S.Attr) = 0) do
  1114.               findnext(S);
  1115.             if Doserror <> 0 then
  1116.             begin
  1117.               Writeln('Directory not found.');
  1118.               halt(1);
  1119.             end
  1120.             else
  1121.             begin
  1122.               Writeln('Directory found.');
  1123.               halt(0);
  1124.             end;
  1125.           end;
  1126.         end.
  1127.  
  1128.     Timo Salmi also has a Turbo Pascal version in his Turbo Pascal FAQ,
  1129.     which is downloadable as
  1130.         /pc/ts/tsfaqp14.zip at Garbo
  1131.         pd1:<msdos.info>tsfaqp14.zip at Simtel.
  1132.  
  1133. Subject:  407. Why won't my C program open a file with a path?
  1134.  
  1135.     You've probably got something like the following code:
  1136.  
  1137.         char *filename = "c:\foo\bar\mumble.dat";
  1138.         . . .  fopen(filename, "r");
  1139.  
  1140.     The problem is that \f is a form feed, \b is a backspace, and \m is
  1141.     m.  Whenever you want a backslash in a string constant in C, you
  1142.     must use two backslashes:
  1143.  
  1144.         char *filename = "c:\\foo\\bar\\mumble.dat";
  1145.  
  1146.     This is a feature of every C compiler, because Dennis Ritchie
  1147.     designed C this way.  It's a problem only on MS-DOS systems, because
  1148.     only DOS (and Atari ST/TT running TOS, I'm told) uses the backslash
  1149.     in directory paths.  But even in DOS this backslash convention
  1150.     applies _only_ to string constants in your source code.  For file
  1151.     and keyboard input at run time, \ is just a normal character, so
  1152.     users of your program would type in file specs at run time the same
  1153.     way as in DOS commands, with single backslashes.
  1154.  
  1155.     Another possibility is to code all paths in source programs with /
  1156.     rather than \ characters:
  1157.  
  1158.         char *filename = "c:/foo/bar/mumble.dat";
  1159.  
  1160.     Ralf Brown writes that "All versions of the DOS kernel accept either
  1161.     forward or backslashes as directory separators.  I tend to use this
  1162.     form more frequently than backslashes since it is easier to type and
  1163.     read."  This applies to DOS function calls (and therefore to calls
  1164.     to the file library of every programming language), but not to DOS
  1165.     commands.
  1166.  
  1167. Subject:  408. How can I redirect printer output to a file?
  1168.  
  1169.     (rev: 18 Apr 1993)  My personal favorite utility for this purpose is
  1170.     PRN2FILE from {PC Magazine}, downloadable as:
  1171.         pd1:<msdos.printer>prn2file.arc at Simtel
  1172.         /pc/printer/prn2file.zip at Garbo.
  1173.     {PC Magazine} has given copies away as part of its utilities disks,
  1174.     so you may already have a copy.
  1175.  
  1176.     The directories mentioned above have lots of other utilities to
  1177.     redirect printer output.
  1178.  
  1179. Subject:  409. How can I redirect the output of a batch file?
  1180.  
  1181.     (new: 12 June 1993) Assuming the batch file is called batch.bat, to
  1182.     send its output (stdout) to another file, just invoke COMMAND.COM as
  1183.     a secondary command processor:
  1184.  
  1185.         command /c batch parameters_if_any >outfile
  1186.  
  1187.     Timo Salmi's notes on this and other batch tricks are downloadable:
  1188.         pd1:<msdos.batutl>tsbat43.zip at Simtel
  1189.         /pc/ts/tsbat43.zip at Garbo.
  1190.  
  1191. Subject:  410. How can my program open more files than DOS's limit of 20?
  1192.  
  1193.     (rev: 1 May 1993.  This is a summary of an article Ralf Brown posted
  1194.     on 8 August 1992, with some additions from a Microsoft tech note.)
  1195.  
  1196.     There are separate limits on files and file handles.  For example,
  1197.     DOS opens three files but five file handles:  CON (stdin, stdout,
  1198.     and stderr), AUX (stdaux), and PRN (stdprn).
  1199.  
  1200.     The limit in FILES= in CONFIG.SYS is a system-wide limit on files
  1201.     opened by all programs (including the three that DOS opens and any
  1202.     opened by TSRs); each process has a limit of 20 handles (including
  1203.     the five that DOS opens).  Example:  CONFIG.SYS has FILES=40.  Then
  1204.     program #1 will be able to open 15 file handles.  Assuming that the
  1205.     program actually does open 15 handles pointing to 15 different
  1206.     files, other programs could still open a total of 22 files (40-3-15
  1207.     = 22), though no one program could open more than 15 file handles.
  1208.  
  1209.     If you're running DOS 3.3 or later, you can increase the per-process
  1210.     limit of 20 file handles by a call to INT 21 function 67, Set Handle
  1211.     Count.  Your program is still limited by the system-wide limit on
  1212.     open files, so you may also need to increase the FILES= value in
  1213.     your CONFIG.SYS file (and reboot).  The run-time library that you're
  1214.     using may have a fixed-size table of file handles, so you may also
  1215.     need to get source code for the module that contains the table,
  1216.     increase the table size, and recompile it.
  1217.  
  1218.     In Microsoft C the run-time library limits you to 20 file handles.
  1219.     To change this, you must be aware of two limits:
  1220.  
  1221.     - file handles used with _open( ), _read( ), etc.: Edit _NFILE_ in
  1222.       CRT0DAT.ASM.
  1223.  
  1224.     - stream files used with fopen( ), fread( ), etc.: Edit _NFILE_ in
  1225.       _FILE.C for DOS or FILE.ASM for Windows/QuickWin.  This must not
  1226.       exceed the value of _NFILE_ in CRT0DAT.ASM.
  1227.  
  1228.     (QuickWin uses the constant _WFILE_ in CRT0DAT.ASM and WFILE.ASM for
  1229.     the maximum number of child text windows.)
  1230.  
  1231.     After changing the limits, recompile using CSTARTUP.BAT.  Microsoft
  1232.     recommends that you first read README.TXT in the same directory.
  1233.  
  1234. Subject:  411. How can I read, create, change, or delete the volume
  1235.                label?
  1236.  
  1237.     In DOS 5.0 (and, I believe, in 4.0 as well), there are actually two
  1238.     volume labels: one, the traditional one, is an entry in the root
  1239.     directory of the disk; and the other is in the boot record along
  1240.     with the serial number (see next Q).  The DIR and VOL commands
  1241.     report the traditional label; the LABEL command reports the
  1242.     traditional one but changes both of them.
  1243.  
  1244.     In DOS 4.0 and later, use INT 21 function 69 to access the boot
  1245.     record's serial number and volume label together; see the next Q.
  1246.  
  1247.     Assume that by "volume label" you mean the traditional one, the one
  1248.     that DIR and VOL display.  Though it's a directory entry in the root
  1249.     directory, you can't change it using the newer DOS file-access
  1250.     functions (3C, 41, 43); instead, use the old FCB-oriented directory
  1251.     functions.  Specifically, you need to allocate a 64-byte buffer and
  1252.     a 41- byte extended FCB (file control block).  Call INT 21 AH=1A to
  1253.     find out whether there is a volume label.  If there is, AL returns 0
  1254.     and you can change the label using DOS function 17 or delete it
  1255.     using DOS function 13.  If there's no volume label, function 1A will
  1256.     return FF and you can create a label via function 16.  Important
  1257.     points to notice are that ? wildcards are allowed but * are not; the
  1258.     volume label must be space filled not null terminated.
  1259.  
  1260.     The following MSC 7.0 code worked for me in DOS 5.0; the functions
  1261.     it uses have been around since DOS 2.0.  The function parameter is 0
  1262.     for the current disk, 1 for a:, 2 for b:, etc.  It doesn't matter
  1263.     what your current directory is; these functions always search the
  1264.     root directory for volume labels.  (I didn't try to change the
  1265.     volume label of any networked drives.)
  1266.  
  1267.     // Requires DOS.H, STDIO.H, STRING.H
  1268.     void vollabel(unsigned char drivenum) {
  1269.         static unsigned char extfcb▌41¿, dta▌64¿, status, *newlabel;
  1270.         int chars_got = 0;
  1271.         #define DOS(buff,func) __asm { __asm mov dx,offset buff \
  1272.             __asm mov ax,seg buff  __asm push ds  __asm mov ds,ax \
  1273.             __asm mov ah,func  __asm int 21h  __asm pop ds \
  1274.             __asm mov status,al }
  1275.         #define getlabel(buff,prompt) newlabel = buff;  \
  1276.             memset(newlabel,' ',11);  printf(prompt);   \
  1277.             scanf("%11▌^\n¿%n", newlabel, &chars_got);  \
  1278.             if (chars_got < 11) newlabel▌chars_got¿ = ' ';
  1279.  
  1280.         // Set up the 64-byte transfer area used by function 1A.
  1281.         DOS(dta, 1Ah)
  1282.         // Set up an extended FCB and search for the volume label.
  1283.         memset(extfcb, 0, sizeof extfcb);
  1284.         extfcb▌0¿ = 0xFF;             // denotes extended FCB
  1285.         extfcb▌6¿ = 8;                // volume-label attribute bit
  1286.         extfcb▌7¿ = drivenum;         // 1=A, 2=B, etc.; 0=current drive
  1287.         memset(&extfcb▌8¿, '?', 11);  // wildcard *.*
  1288.         DOS(extfcb,11h)
  1289.         if (status == 0) {            // DTA contains volume label's FCB
  1290.             printf("volume label is %11.11s\n", &dta▌8¿);
  1291.             getlabel(&dta▌0x18¿, "new label (\"delete\" to delete): ");
  1292.             if (chars_got == 0)
  1293.                 printf("label not changed\n");
  1294.             else if (strncmp(newlabel,"delete     ",11) == 0) {
  1295.                 DOS(dta,13h)
  1296.                 printf(status ? "label failed\n" : "label deleted\n");
  1297.             }
  1298.             else {                    // user wants to change label
  1299.                 DOS(dta,17h)
  1300.                 printf(status ? "label failed\n" : "label changed\n");
  1301.             }
  1302.         }
  1303.         else {                        // no volume label was found
  1304.             printf("disk has no volume label.\n");
  1305.             getlabel(&extfcb▌8¿, "new label (<Enter> for none): ");
  1306.             if (chars_got > 0) {
  1307.                 DOS(extfcb,16h)
  1308.                 printf(status ? "label failed\n" : "label created\n");
  1309.             }
  1310.         }
  1311.     }   // end function vollabel
  1312.  
  1313. Subject:  412. How can I get the disk serial number?
  1314.  
  1315.     Use INT 21.  AX=6900 gets the serial number; AX=6901 sets it.  See
  1316.     Ralf Brown's interrupt list, or page 496 of {PC Magazine} July 1992,
  1317.     for details.
  1318.  
  1319.     This function also gets and sets the volume label, but it's the
  1320.     volume label in the boot record, not the volume label that a DIR
  1321.     command displays.  See the preceding Q.
  1322.  
  1323. Subject:  413. What's the format of .OBJ, .EXE., .COM files?
  1324.  
  1325.     Please see section 2, "Compile and link".
  1326.  
  1327. Subject:  414. How can I flush the software disk cache?
  1328.  
  1329.     Please see "How can a program reboot my PC?" in section 7, "Other
  1330.     software questions and problems".
  1331.  
  1332. section 5. Serial ports (COM ports)
  1333. ===================================
  1334.  
  1335. Subject:  501. How do I set my machine up to use COM3 and COM4?
  1336.  
  1337.     Unless your machine is fairly old, it's probably already set up.
  1338.     After installing the board that contains the extra COM port(s),
  1339.     check the I/O addresses in word 0040:0004 or 0040:0006.  (In DEBUG,
  1340.     type "D 40:4 L4" and remember that every word is displayed low
  1341.     byte first, so if you see "03 56" the word is 5603.)  If those
  1342.     addresses are nonzero, your PC is ready to use the ports and you
  1343.     don't need the rest of this answer.
  1344.  
  1345.     If the I/O address words in the 0040 segment are zero after you've
  1346.     installed the I/O board, you need some code to store these values
  1347.     into the BIOS data segment:
  1348.  
  1349.         0040:0004  word  I/O address of COM3
  1350.         0040:0006  word  I/O address of COM4
  1351.         0040:0011  byte (bits 3-1): number of serial ports installed
  1352.  
  1353.     The documentation with your I/O board should tell you the port
  1354.     addresses.  When you know the proper port addresses, you can add
  1355.     code to your program to store them and the number of serial ports
  1356.     into the BIOS data area before you open communications.  Or you can
  1357.     use DEBUG to create a little program to include in your AUTOEXEC.BAT
  1358.     file, using this script:
  1359.  
  1360.             n SET_ADDR.COM      <--- or a different name ending in .COM
  1361.             a 100
  1362.             mov  AX,0040
  1363.             mov  DS,AX
  1364.             mov  wo ▌0004¿,aaaa <--- replace aaaa with COM3 address or 0
  1365.             mov  wo ▌0006¿,ffff <--- replace ffff with COM4 address or 0
  1366.             and  by ▌0011¿,f1
  1367.             or   by ▌0011¿,8    <--- use number of serial ports times 2
  1368.             mov  AH,0
  1369.             int  21
  1370.                                 <--- this line must be blank
  1371.             rCX
  1372.             1f
  1373.             rBX
  1374.             0
  1375.             w
  1376.             q
  1377.  
  1378. Subject:  502. How do I find the I/O address of a COM port?
  1379.  
  1380.     Look in the four words beginning at 0040:0000 for COM1 through COM4.
  1381.     (The DEBUG command "D 40:0 L8" will do this.  Remember that words
  1382.     are stored and displayed low byte first, so a word value of 03F8
  1383.     will be displayed as F8 03.)  If the value is zero, that COM port is
  1384.     not installed (or you've got an old BIOS; see the preceding Q).  If
  1385.     the value is nonzero, it is the I/O address of the transmit/receive
  1386.     register for the COM port.  Each COM port occupies eight consecutive
  1387.     I/O addresses (though only seven are used by many chips).
  1388.  
  1389.     Here's some C code to find the I/O address:
  1390.  
  1391.         unsigned ptSel(unsigned comport) {
  1392.             unsigned io_addr;
  1393.             if (comport >= 1  &&  comport <= 4) {
  1394.                 unsigned far *com_addr = (unsigned far *)0x00400000UL;
  1395.                 io_addr = com_addr▌comport-1¿;
  1396.             }
  1397.             else
  1398.                 io_addr = 0;
  1399.             return io_addr;
  1400.         }
  1401.  
  1402. Subject:  503. But aren't the COM ports always at I/O addresses 3F8,
  1403.                2F8, 3E8, and 2E8?
  1404.  
  1405.     The first two are usually right (though not always); the last two
  1406.     are different on many machines.
  1407.  
  1408. Subject:  504. How do I configure a COM port and use it to transmit data?
  1409.  
  1410.     (rev: 19 Jul 1993) Do you want actual code, or do you want books
  1411.     that explain what's going on?
  1412.  
  1413.     1) Source code
  1414.  
  1415.     First, check your compiler's run-time library.  Many compilers offer
  1416.     functions similar to Microsoft C's _bios_serialcom() or Borland's
  1417.     bioscom(), which may meet your needs.
  1418.  
  1419.     Second, check for downloadable resources at Simtel and Garbo.  At
  1420.     Simtel, pd1:<msdos.c>pcl4c34.zip (March 1993) is described as
  1421.     "Asynchronous communications library for C"; Garbo has a whole
  1422.     /pc/comm directory.  Also, an extended example is in Borland's
  1423.     TechFax TI445, downloadable as part of
  1424.         pd1:<msdos.turbo-c>bchelp10.zip at Simtel
  1425.         /pc/turbopas/bchelp10.zip at Garbo.
  1426.     Though written by Borland, much of it is applicable to other forms
  1427.     of C, and it should give you ideas for other programming languages.
  1428.  
  1429.     2) Reference books
  1430.  
  1431.     After hearing several recommendations, I looked at Joe Campbell's {C
  1432.     Programmer's Guide to Serial Communications}, ISBN 0-672-22584-0,
  1433.     and agree that it is excellent.  He gives complete details on how
  1434.     serial ports work, along with complete programs for doing polled or
  1435.     interrupt-driver I/O.  The book is quite thick, and none of it looks
  1436.     like filler.
  1437.  
  1438.     If Campbell's book is overkill for you, you'll find a good short
  1439.     description of serial I/O in {DOS 5: A Developer's Guide}, ISBN
  1440.     1-55851-177-6, by Al Williams.
  1441.  
  1442.     Finally, a reader has recommended {Serial Communications Programming
  1443.     in C/C++} by Mark Goodwin (ISBN 1558281983), with source code in the
  1444.     book and on disk.  Topics include the basics, various methods of
  1445.     serial communications on the PC (with consideration of high-speed
  1446.     modems), ANSI screen interface, file transfer protocols (Xmodem and
  1447.     Ymodem), etc.  There is code in C, and that code is extended into a
  1448.     C++ class for those who use C++.  There are also subroutines in
  1449.     Assembly.
  1450.  
  1451. section 6. Other hardware questions and problems
  1452. ================================================
  1453.  
  1454. Subject:  601. Which 80x86 CPU is running my program?
  1455.  
  1456.     (rev: 20 June 1993)  According to an article posted by Michael
  1457.     Davidson, Intel's approved code for distinguishing among 8086,
  1458.     80286, 80386, and 80486 and for detecting the presence of an 80287
  1459.     or 80387 is published in Intel's 486SX processor manual (order
  1460.     number 240950-001).  David Kirschbaum's improved version of this is
  1461.     downloadable as
  1462.         pd1:<msdos.sysutl>cpuid593.zip from Simtel
  1463.         /pc/sysinfo/cpuid593.zip from Garbo.
  1464.  
  1465.     According to an article posted by its author, WCPU knows the
  1466.     differences between DX and SX varieties of 386 and 486 chips, and
  1467.     can detect a math coprocessor and a Pentium.  It's downloadable as
  1468.         pd1:<msdos.sysutl>wcpu050.zip at Simtel
  1469.         /pc/sysinfo/wcpu050.zip at Garbo.
  1470.  
  1471. Subject:  602. How can a C program send control codes to my printer?
  1472.  
  1473.     If you just fprintf(stdprn, ...), C will translate some of your
  1474.     control codes.  The way around this is to reopen the printer in
  1475.     binary mode:
  1476.  
  1477.         prn = fopen("PRN", "wb");
  1478.  
  1479.     You must use a different file handle because stdprn isn't an lvalue.
  1480.     By the way, PRN or LPT1 must not be followed by a colon in DOS 5.0.
  1481.  
  1482.     There's one special case, Ctrl-Z (ASCII 26), the DOS end-of-file
  1483.     character.  If you try to send an ASCII 26 to your printer, DOS
  1484.     simply ignores it.  To get around this, you need to reset the
  1485.     printer from "cooked" to "raw" mode.  Microsoft C users must use int
  1486.     21 function 44, "get/set device information".  Turbo C and Borland
  1487.     C++ users can use ioctl to accomplish the same thing:
  1488.  
  1489.         ioctl(fileno(prn), 1, ioctl(fileno(prn),0) & 0xFF ! 0x20, 0);
  1490.  
  1491.     An alternative approach is simply to write the printer output into a
  1492.     disk file, then copy the file to the printer with the /B switch.
  1493.  
  1494.     A third approach is to bypass DOS functions entirely and use the
  1495.     BIOS printer functions at INT 17.  If you also fprintf(stdprn,...)
  1496.     in the same program, you'll need to use fflush( ) to synchronize
  1497.     fprintf( )'s buffered output with the BIOS's unbuffered.
  1498.  
  1499.     By the way, if you've opened the printer in binary mode from a C
  1500.     program, remember that outgoing \n won't be translated to carriage
  1501.     return/line feed.  Depending on your printer, you may need to send
  1502.     explicit \n\r sequences.
  1503.  
  1504. Subject:  603. How can I redirect printer output to a file?
  1505.  
  1506.     Please see section 4, "Disks and files", for the answer.
  1507.  
  1508. Subject:  604. Which video adapter is installed?
  1509.  
  1510.     The technique below should work if your BIOS is not too old.  It
  1511.     uses three functions from INT 10, the BIOS video interrupt.  (If
  1512.     you're using a Borland language, you may not have to do this the
  1513.     hard way.  Look for a function called DetectGraph or something
  1514.     similar.)
  1515.  
  1516.     Set AH=12h, AL=0, BL=32h; INT 10h.  If AL is 12h, you have a VGA.
  1517.     If not, set AH=12h, BL=10h; INT 10h.  If BL is 0,1,2,3, you have an
  1518.     EGA with 64,128,192,256K memory.  If not, set AH=0Fh; INT 10h.  If
  1519.     AL is 7, you have an MDA (original monochrome adapter) or Hercules;
  1520.     if not, you have a CGA.
  1521.  
  1522.     I've tested this for my VGA and got the right answer; but I can't
  1523.     test it for the other equipment types.  Please let me know by email
  1524.     at brown@ncoast.org if your results vary.
  1525.  
  1526. Subject:  605. How do I switch to 43- or 50-line mode?
  1527.  
  1528.     pd1:<msdos.screen>vidmode.zip, downloadable from Simtel, contains
  1529.     .COM utilities and .ASM source code.
  1530.  
  1531. Subject:  606. How can I find the Microsoft mouse position and button
  1532.                status?
  1533.  
  1534.     Use INT 33 function 3, described in Ralf Brown's interrupt list.
  1535.  
  1536.     The Windows manual says that the Logitech mouse is compatible with
  1537.     the Microsoft one, so I assume the interrupt will work the same.
  1538.  
  1539.     Also, many files are downloadable from pd1:<msdos.mouse> at Simtel.
  1540.  
  1541. Subject:  607. How can I access a specific address in the PC's memory?
  1542.  
  1543.     First check the library that came with your compiler.  Many vendors
  1544.     have some variant of peek and poke functions; in Turbo Pascal use
  1545.     the pseudo-arrays Mem, MemW, and MemL.  As an alternative, you can
  1546.     construct a far pointer:  use Ptr in Turbo Pascal, MK_FP in the
  1547.     Turbo C family, and FP_OFF and FP_SEG in Microsoft C.
  1548.  
  1549.     Caution:  Turbo C and Turbo C++ also have FP_OFF and FP_SEG macros,
  1550.     but they can't be used to construct a pointer.  In Borland C++ those
  1551.     macros work the same as in Microsoft C, but MK_FP is easier to use.
  1552.  
  1553.     By the way, it's not useful to talk about "portable" ways to do
  1554.     this.  Any operation that is tied to a specific memory address is
  1555.     not likely to work on another kind of machine.
  1556.  
  1557. Subject:  608. How can I read or write my PC's CMOS memory?
  1558.  
  1559.     (rev: 13 Jun 1993) There are a great many public-domain utilities
  1560.     that do this.  These are downloadable from Simtel:
  1561.  
  1562.     pd1:<msdos.at>
  1563.     cmos14.zip     5965  920817  Saves/restores CMOS to/from file
  1564.     cmoser11.zip  28323  910721  386/286 enhanced CMOS setup program
  1565.     cmosram.zip   76096  920214  Save AT/386/486 CMOS data to file and restore
  1566.     rom2.zip      15692  900131  Save AT and 386 CMOS data to file and restore
  1567.     setup21.zip   18172  880613  Setup program which modifies CMOS RAM
  1568.     viewcmos.zip  11068  900225  Display contents of AT CMOS RAM, w/C source
  1569.  
  1570.     Downloadable from Garbo, /pc/ts/tsutle22.zip contains a CMOS program
  1571.     to check and display CMOS memory, but not to write to it.
  1572.  
  1573.     I have heard good reports of CMOS299.ZIP, available in the pc.dir
  1574.     directory of cantva.canterbury.ac.nz ▌132.181.30.3¿.
  1575.  
  1576.     Of the above, my only experience is with CMOSRAM, which seems to
  1577.     work fine.  It contains an excellent (and witty) .DOC file that
  1578.     explains the hardware involved and gives specific recommendations
  1579.     for preventing disaster or recovering from it.  It's $5 shareware.
  1580.  
  1581.     Robert Jourdain's {Programmer's Problem Solver for the IBM PC, XT,
  1582.     and AT} has code for accessing the CMOS RAM, according to an article
  1583.     posted in this newsgroup.
  1584.  
  1585. Subject:  609. How can I access memory beyond 640K?
  1586.  
  1587.     (rev: 2 May 1993) This is a legitimate FAQ, in that it is frequently
  1588.     asked.  But there is no single agreed-upon answer.  Please see the
  1589.     separate article called "How to access memory above 640K" in
  1590.     comp.os.msdos.programmer and in faqp*.zip at Simtel and Garbo.
  1591.  
  1592. Subject:  610. Where can I find a list of 80x86 opcodes?
  1593.  
  1594.     (new: 2 May 1993)  It's part of a rather long file, the 8 Dec 1992
  1595.     edition of the Info-IBMPC Digest (V92 #185), downloadable as
  1596.     pd2:<archives.ibmpc>9212.1-txt at Simtel.  (Note: pd2, not
  1597.     pd1.)  Opcodes for the 8086 through 80386 are listed.
  1598.  
  1599. section 7. Other software questions and problems
  1600. ================================================
  1601.  
  1602. Subject:  701. How can a program reboot my PC?
  1603.  
  1604.     (rev: 28 July 1993) You can generate a "cold" boot or a "warm" boot.
  1605.     A cold boot is the same as turning the power off and on; a warm boot
  1606.     is the same as Ctrl-Alt-Del and skips the power-on self test.
  1607.  
  1608.     For a warm boot, store the hex value 1234 in the word at 0040:0072.
  1609.     For a cold boot, store 0 in that word.  Then, if you want to live
  1610.     dangerously, jump to address FFFF:0000.  Here's C code to do it:
  1611.  
  1612.         /* WARNING:  data loss possible */
  1613.         void bootme(int want_warm)  /* arg 0 = cold boot, 1 = warm */ {
  1614.             void (far* boot)(void) = (void (far*)(void))0xFFFF0000UL;
  1615.             unsigned far* type = (unsigned far*)0x00400072UL;
  1616.             *type = (want_warm ? 0x1234 : 0);
  1617.             (*boot)( );
  1618.         }
  1619.  
  1620.     What's wrong with that method?  It will boot right away, without
  1621.     closing files, flushing disk caches, etc.  If you boot without
  1622.     flushing a write-behind disk cache (if one is running), you could
  1623.     lose data or even trash your hard drive.
  1624.  
  1625.     There are two methods of signaling the cache to flush its buffers:
  1626.     (1) simulate a keyboard Ctrl-Alt-Del in the keystroke translation
  1627.     function of the BIOS (INT 15 function 4F; but see notes below), and
  1628.     (2) issue a disk reset (DOS function 0D).  Most disk-cache programs
  1629.     hook one or both of those interrupts, so if you use both methods
  1630.     you'll probably be safe.
  1631.  
  1632.     When user code simulates a Ctrl-Alt-Del, one or more of the programs
  1633.     that have hooked INT 15 function 4F can ask that the key be ignored by
  1634.     clearing the carry flag.  For example, HyperDisk does this when it
  1635.     has started but not finished a cache flush.  So if the carry flag
  1636.     comes back cleared, the boot code has to wait a couple of clock
  1637.     ticks and then try again.  (None of this matters on older machines
  1638.     whose BIOS can't support 101- or 102-key keyboards; see "What is the
  1639.     SysRq key for?" in section 3, "Keyboard".)
  1640.  
  1641.     C code that tries to signal the disk cache (if any) to flush is
  1642.     given below.  Equivalent Pascal code by Timo Salmi may be found at
  1643.     question 49 (as of this writing) in the Turbo Pascal FAQ in
  1644.     comp.lang.pascal, and is downloadable in FAQPAS2.TXT in
  1645.         /pc/ts/tsfaqp14.zip at Garbo
  1646.         pd1:<msdos.info>tsfaqp14.zip at Simtel.
  1647.  
  1648.     Here's C code that reboots after trying to signal the disk cache:
  1649.         #include <dos.h>
  1650.         void bootme(int want_warm)  /* arg 0 = cold boot, 1 = warm */ {
  1651.             union REGS reg;
  1652.             void    (far* boot)(void) = (void (far*)(void))0xFFFF0000UL;
  1653.             unsigned far* boottype    =     (unsigned far*)0x00400072UL;
  1654.             char     far* shiftstate  =         (char far*)0x00400017UL;
  1655.             unsigned      ticks;
  1656.             int           time_to_waste;
  1657.             /* Simulate reception of Ctrl-Alt-Del: */
  1658.             for (;;) {
  1659.                 *shiftstate != 0x0C;    /* turn on Ctrl & Alt */
  1660.                 reg.h.ah = 0x4F;        /* see notes below */
  1661.                 reg.h.al = 0x53;        /* 0x53 = Del's scan code */
  1662.                 reg.x.cflag = 1;        /* sentinel for ignoring key */
  1663.                 int86(0x15, ®, ®);
  1664.                 /* If carry flag is still set, we've finished. */
  1665.                 if (reg.x.cflag)
  1666.                     break;
  1667.                 /* Else waste some time before trying again: */
  1668.                 reg.h.ah = 0;
  1669.                 int86(0x1A, ®, ®);/* system time into CX:DX */
  1670.                 ticks = reg.x.dx;
  1671.                 for (time_to_waste = 3;  time_to_waste > 0;  ) {
  1672.                     reg.h.ah = 0;
  1673.                     int86(0x1A, ®, ®);
  1674.                     if (ticks ]= reg.x.dx)
  1675.                         ticks = reg.x.dx , --time_to_waste;
  1676.                 }
  1677.             }
  1678.             /* Issue a DOS disk reset request: */
  1679.             reg.h.ah = 0x0D;
  1680.             int86(0x21, ®, ®);
  1681.             /* Set boot type and boot: */
  1682.             *boottype = (want_warm ? 0x1234 : 0);
  1683.             (*boot)( );
  1684.         }
  1685.  
  1686.     Reader Timo Salmi reported (26 July 1993) that the INT 15 AH=4F call
  1687.     may not work on older PCs (below AT, XT2, XT286), according to Ralf
  1688.     Brown's interrupt list.
  1689.  
  1690.     Reader Roger Fulton reported (1 July 1993) that INT 15 AH=4F call
  1691.     above hangs even a modern PC "ONLY when ANSI.SYS ▌is¿ loaded high
  1692.     using EMM386.EXE.  (Other things loaded high with EMM386.EXE were
  1693.     OK; ANSI.SYS loaded high with QEMM386.SYS was OK; ANSI.SYS loaded
  1694.     low with EMM386.EXE installed was OK.)"  His solution was to use
  1695.     only the disk reset, INT 21 function 0D, which does flush SMARTDRV,
  1696.     then wait five seconds in hopes that any other disk-caching
  1697.     software would have time to flush its queue.
  1698.  
  1699.     I'll publish a more bulletproof solution when one is known.
  1700.  
  1701. Subject:  702. How can I time events with finer resolution than the
  1702.                system clock's 55 ms (about 18 ticks a second)?
  1703.  
  1704.     (rev: 7 Aug 1993) The following files, among others, are
  1705.     downloadable from Simtel:
  1706.  
  1707.     pd1:<msdos.at>
  1708.     atim.zip       4783  881126  Precision program timing for AT
  1709.  
  1710.     pd1:<msdos.c>
  1711.     millisec.zip  37734  911205  MSC/asm src for millisecond res timing
  1712.     mschrt3.zip   53708  910605  High-res timer toolbox for MSC 5.1
  1713.     msec_12.zip    8484  920320  High-def millisec timer v1.2 (C,ASM)
  1714.     ztimer11.zip  77625  920428  Microsecond timer for C, C++, ASM
  1715.         (also at Garbo as /pc/c/ztimer11.zip)
  1716.  
  1717.     pd1:<msdos.turbo-c>
  1718.     tchrt3.zip    53436  910606  High-res timer toolbox for Turbo C 2.0
  1719.     tctimer.arc   20087  891030  High-res timing of events for Turbo C
  1720.         (same as /pc/c/tctimer.zoo at Garbo; both are version 1.0)
  1721.  
  1722.     For Turbo Pascal users, source and object code are downloadable in
  1723.         pd1:<msdos.turbopas>bonus507.zip at Simtel
  1724.         /pc/turbopas/bonus507.zip at Garbo.
  1725.     Also see "Q: How is millisecond timing done?" in FAQPAS.TXT,
  1726.     downloadable as /pc/ts/tsfaqp14.zip from Garbo.
  1727.  
  1728. Subject:  703. How can I find the error level of the previous program?
  1729.  
  1730.     (rev: 20 June 1993)  First, which previous program are you talking
  1731.     about?  If your current program ran another one, when the child
  1732.     program ends its error level is available to the program that
  1733.     spawned it.  Most high-level languages provide a way to do this; for
  1734.     instance, in Turbo Pascal it's Lo(DosExitCode) and the high byte
  1735.     gives the way in which the child terminated.  In Microsoft C, the
  1736.     exit code of a synchronous child process is the return value of the
  1737.     spawn-type function that creates the process.
  1738.  
  1739.     If your language doesn't have a function to return the error code
  1740.     of a child process, you can use INT 21 function 4D (get return
  1741.     code).  By the way, this will tell you the child's exit code and the
  1742.     manner of its ending (normal, Ctrl-C, critical error, or TSR).
  1743.  
  1744.     It's much trickier if the current program wants to get the error
  1745.     level of the program that ran and finished before this one started.
  1746.     G.A.Theall has published source and compiled code to do this; the
  1747.     code is downloadable as
  1748.         pd1:<msdos.batutl>errlvl13.zip at Simtel
  1749.         /pc/batchutil/errlvl13.zip at Garbo.
  1750.     (The code uses undocumented features in DOS 3.3 through 5.0.  Theall
  1751.     says in the .DOC file that the values returned under 4DOS or other
  1752.     replacements won't be right.)
  1753.  
  1754. Subject:  704. How can a program set DOS environment variables?
  1755.  
  1756.     (rev: 13 June 1993)  Program functions that read or write "the
  1757.     environment" typically access only the program's copy of it.  What
  1758.     this Q really wants to do is to modify the active environment, the
  1759.     one that is affected by SET commands in batch files or at the DOS
  1760.     prompt.  You need to do some programming to find the active
  1761.     environment, and that depends on the version of DOS.
  1762.  
  1763.     A fairly well-written article in {PC Magazine} 28 Nov 1989
  1764.     (viii:20), pages 309-314, explains how to find the active
  1765.     environment, and includes Pascal source code.  The article hints at
  1766.     how to change the environment, and suggests creating paths longer
  1767.     than 128 characters as one application.
  1768.  
  1769.     Now as for downloadable source code, there are many possibilities.
  1770.     Of the ones I looked at (not all of them), I liked
  1771.         pd1:<msdos.envutil>rbsetnv1.zip at Simtel
  1772.         /pc/envutil/rbsetnv1.zip at Garbo
  1773.     the best.  It includes some utilities to manipulate the environment,
  1774.     with source code in C.  A newer program is
  1775.         pd1:<msdos.batutl>strings2.zip at Simtel
  1776.         part of /pc/pcmag/vol11n22.zip at Garbo,
  1777.     which is the code from {PC Magazine} 22 Dec 1992 (xi:22).
  1778.  
  1779.     You can also use a call to INT 2E, Pass Command to Interpreter for
  1780.     Execution; see Ralf Brown's interrupt list for details and cautions.
  1781.  
  1782. Subject:  705. How can I change the switch character to - from /?
  1783.  
  1784.     Under DOS 5.0, you can't -- not completely, anyway.  INT 21 function
  1785.     3700, get switch character, always returns a '/' (hex 2F) -- and the
  1786.     DOS commands don't even call that function, but hard code '/' as the
  1787.     switch character.
  1788.  
  1789.     Some history:  DOS used to let you change the switch character by
  1790.     using SWITCHAR= in CONFIG.SYS or by calling DOS function 3701.  DOS
  1791.     commands and other programs called DOS function 3700 to find out the
  1792.     switch character.  If you changed the switch character to '-' (the
  1793.     usual choice), you could then type "dir c:/c700 -p" rather than "dir
  1794.     c:\c700 /p".  Under DOS 4.0, the DOS commands ignored the switch
  1795.     character but functions 3700 and 3701 still worked and could be used
  1796.     by other programs.  Under DOS 5.0, even those functions no longer
  1797.     work, though all DOS functions still accept '/' or '\' in file
  1798.     specs.
  1799.  
  1800.     You can reactivate the functions to get and set switchar by using
  1801.     programs like SLASH.ZIP or the sample TSR called SWITCHAR in
  1802.     amisl091.zip (see "How can I write a TSR?", below.)  DOS commands
  1803.     will still use the slash, but non-DOS programs that call DOS func-
  1804.     tion 3700 will use your desired switch character.  (DOS replacements
  1805.     like 4DOS may honor the switch character for internal commands.)
  1806.  
  1807.     Some readers may wonder why this is even an issue.  Making '-' the
  1808.     switch character frees up the front slash to separate names in the
  1809.     path part of a file spec.  This is easier for the ten-fingered to
  1810.     type, and it's one less difference to remember for commuters between
  1811.     DOS and Unix.  The switch character is the only issue, since all the
  1812.     INT 21 functions accept '/' or '\' to separate directory names.
  1813.  
  1814. Subject:  706. Why does my interrupt function behave strangely?
  1815.  
  1816.     Interrupt service routines can be tricky, because you have to do
  1817.     some things differently from "normal" programs.  If you make a
  1818.     mistake, debugging is a pain because the symptoms may not point at
  1819.     what's wrong.  Your machine may lock up or behave erratically, or
  1820.     just about anything else can happen.  Here are some things to look
  1821.     for.  (See the next Q for general help before you have a problem.)
  1822.  
  1823.     First, did you fail to set up the registers at the start of your
  1824.     routine?  When your routine begins executing, you can count on
  1825.     having CS point to your code segment and SS:SP point to some valid
  1826.     stack (of unknown length), and that's it.  In particular, an
  1827.     interrupt service routine must set DS to DGROUP before accessing any
  1828.     data in its data segments.  (If you're writing in a high-level
  1829.     language, the compiler may generate this code for you automatically;
  1830.     check your compiler manual.  For instance, in Borland and Microsoft
  1831.     C, give your function the "interrupt" attribute.)
  1832.  
  1833.     Did you remember to turn off stack checking when compiling your
  1834.     interrupt server and any functions it calls?  The stack during the
  1835.     interrupt is not where the stack-checking code expects it to be.
  1836.     (Caution:  Some third-party libraries have stack checking compiled
  1837.     in, so you can't call them from your interrupt service routine.)
  1838.  
  1839.     Next, are you calling any DOS functions (INT 21, 25, or 26) in your
  1840.     routine?  DOS is not re-entrant.  This means that if your interrupt
  1841.     happens to be triggered while the CPU is executing a DOS function,
  1842.     calling another DOS function will wreak havoc.  (Some DOS functions
  1843.     are fully re-entrant, as noted in Ralf Brown's interrupt list.
  1844.     Also, your program can test, in a way too complicated to present
  1845.     here, when it's safe to call non-re-entrant DOS functions.  See INT
  1846.     28 and functions 34, 5D06, 5D0B of INT 21; and consult {Undocumented
  1847.     DOS} by Andrew Schulman.  Your program must read both the "InDOS
  1848.     flag" and the "critical error flag".)
  1849.  
  1850.     Is a function in your language library causing trouble?  Does it
  1851.     depend on some initializations done at program startup that is no
  1852.     longer available when the interrupt executes?  Does it call DOS (see
  1853.     preceding paragraph)?  For example, in both Borland and Microsoft C
  1854.     the memory-allocation functions (malloc, etc..) and standard I/O
  1855.     functions (scanf, printf) call DOS functions and also depend on
  1856.     setups that they can't get at from inside an interrupt.  Many other
  1857.     library functions have the same problem, so you can't use them
  1858.     inside an interrupt function without special precautions.
  1859.  
  1860.     Is your routine simply taking too long?  This can be a problem if
  1861.     you're hooking on to the timer interrupt, INT 1C or INT 8.  Since
  1862.     that interrupt expects to be called 18.2 times a second, your
  1863.     routine -- plus any others hooked to the same interrupts -- must
  1864.     execute in less than 55 ms.  If they use even a substantial fraction
  1865.     of that time, you'll see significant slowdowns of your foreground
  1866.     program.  A good discussion is downloadable as
  1867.         pub/msdos/simtel20/info/INTSHARE at ni.funet.fi
  1868.         pd1:<msdos.info>intshare at Simtel.
  1869.  
  1870.     Did you forget to restore all registers at the end of your routine?
  1871.  
  1872.     Did you chain improperly to the original interrupt?  You need to
  1873.     restore the stack to the way it was upon entry to your routine, then
  1874.     do a far jump (not call) to the original interrupt service routine.
  1875.     (The process is a little different in high-level languages.)
  1876.  
  1877. Subject:  707. How can I write a TSR (terminate-stay-resident utility)?
  1878.  
  1879.     (rev: 20 June 1993)  There are books, and there's code to download.
  1880.  
  1881.     First, the books:
  1882.  
  1883.     - Ray Duncan's {Advanced MS-DOS}, ISBN 1-55615-157-8, gives a brief
  1884.       checklist intended for experienced programmers.  The ISBN is for
  1885.       the second edition, through DOS 4; but check to see whether the
  1886.       DOS 5 version is available yet.
  1887.  
  1888.     - {DOS 5:  A Developer's Guide} by Al Williams, ISBN 1-55851-177-6,
  1889.       goes into a little more detail, 90 pages worth]
  1890.  
  1891.     - Pascal programmers might look at {The Ultimate DOS Programmer's
  1892.       Manual} by John Mueller and Wallace Wang, ISBN 0-8306-3534-3, for
  1893.       an extended example in mixed Pascal and assembler.
  1894.  
  1895.     - For a pure assembler treatment, check Steven Holzner's {Advanced
  1896.       Assembly Language}, ISBN 0-13-663014-6.  He has a book with the
  1897.       same title out from Brady Press, but it's about half as long as
  1898.       this one.
  1899.  
  1900.     - For C programmers, there's a chapter in Herbert Schildt's {The Art
  1901.       of C:  Elegant Programming Solutions}.  I haven't seen the book,
  1902.       but a posted article recommended it.
  1903.  
  1904.     Next, the code.  Some of it is companion code to published articles,
  1905.     which are also listed below:
  1906.  
  1907.     - The Alternate Multiplex Interrupt Specification, downloadable as
  1908.         pd1:<msdos.info>altmpx35.zip at Simtel
  1909.         /pc/programming/altmpx35.zip at Garbo
  1910.         /afs/cs/user/ralf/pub/altmpx35.zip at cs.cmu.edu
  1911.  
  1912.     - Ralf Brown's assembly-language implementation of the spec, with
  1913.       utilities in C, downloadable as
  1914.         pd1:<msdos.asmutl>amisl091.zip at Simtel
  1915.         /pc/c/amisl091.zip at Garbo
  1916.         /afs/cs/user/ralf/pub/amisl091.zip at cs.cmu.edu
  1917.  
  1918.     - Douglas Boling's MASM template for a TSR is downloadable as
  1919.         pd1:<msdos.asmutl>template.zip at Simtel.
  1920.  
  1921.     - A posted article mentions Boling's "Strategies and Techniques for
  1922.       Writing State-of-the-Art TSRs that Exploit MS-DOS 5", Microsoft
  1923.       Systems Journal, Jan-Feb 1992, Volume 7, Number 1, pages 41-59,
  1924.       with examples downloadable in
  1925.           pd1:<msdos.msjournal>msjv7-1.zip at Simtel
  1926.  
  1927.     - code for Al Stevens's "Writing Terminate-and-Stay-Resident
  1928.       Programs", Computer Language, February 1988, pages 37-48 and March
  1929.       1988, pages 67-76 is downloadable as
  1930.         pd1:<msdos.c>tsrc.zip at Simtel
  1931.  
  1932.     - software examples to accompany Kaare Christian's "Using Microsoft
  1933.       C Version 5.1 to Write Terminate-and-Stay-Resident Programs",
  1934.       Microsoft Systems Journal, September 1988, Volume 3, Number 5,
  1935.       pages 47-57 are downloadable as
  1936.           pd1:<msdos.msjournal>msjv3-5.arc at Simtel
  1937.  
  1938.     Finally, there are commercial products, of which TesSeRact (for
  1939.     C-language TSRs) is one of the best known.
  1940.  
  1941. Subject:  708. How can I write a device driver?
  1942.  
  1943.     Many books answer this in detail.  Among them are {Advanced MS-DOS}
  1944.     and {DOS 5: A Developer's Guide}, cited in the preceding Q.
  1945.     Michael Tischer's {PC System Programming}, ISBN 1-55755-036-0, has
  1946.     an extensive treatment, as does Dettman and Kyle's {DOS Programmer's
  1947.     Reference: 2d Edition}, ISBN 0-88022-458-4.  For a really in-depth
  1948.     treatment, look for a specialized book like Robert Lai's {Writing
  1949.     MS-DOS Device Drivers}, ISBN 0-201-13185-4.
  1950.  
  1951. Subject:  709. What can I use to manage versions of software?
  1952.  
  1953.     (rev: 7 Aug 1993)  A port of the Unix RCS utility is downloadable
  1954.     from Simtel as pd1:<msdos.gnuish>rcs55ax.zip (EXE and docs) and
  1955.     rcs55as.zip (source).  I haven't used it myself, but I understand
  1956.     this is no longer limited to one-character extensions on filenames
  1957.     (so .CPP and .BAS are fine).
  1958.  
  1959.     As for commercial software, I posted a question asking for readers'
  1960.     experiences in July 1993.  Seven readers responded.  PVCS from
  1961.     Intersolv (formerly Polymake) got five positive reviews, though
  1962.     several readers commented that it's expensive; RCS from MKS got one
  1963.     positive and one negative review; Burton TLIB got one negative
  1964.     review; DRTS from ILSI got one positive review.
  1965.  
  1966. Subject:  710. What's this "null pointer assignment" after my C program
  1967.                executes?
  1968.  
  1969.     (rev: 18 Apr 1993)  Somewhere in your program, you assigned a value
  1970.     _through_ a pointer without first assigning a value _to_ the
  1971.     pointer.  (This might have been something like a strcpy or memcpy
  1972.     with a pointer as its first argument, not necessarily an actual
  1973.     assignment statement.) Your program may look like it ran correctly,
  1974.     but if you get this message you can be certain that there's a bug
  1975.     somewhere.
  1976.  
  1977.     Microsoft and Borland C, as part of their exit code (after a return
  1978.     from your main function), check whether the location 0000 in your
  1979.     data segment contains a different value from what you started with;
  1980.     if so, they infer that you must have used an uninitialized pointer.
  1981.  
  1982.     To track down the problem, you can put exit( ) statements at various
  1983.     spots in the program and narrow down where the uninitialized pointer
  1984.     is being used by seeing which added exit( ) makes the null-pointer
  1985.     message disappear.  Or, in the debugger, set a watch at location
  1986.     0000 in your data segment, assuming you're in small or medium model.
  1987.     (If data pointers are 32 bits, as in the compact and large models, a
  1988.     null pointer will overwrite the interrupt vectors at 0000:0000 and
  1989.     probably lock up your machine.)
  1990.  
  1991.     Under MSC/C++ 7.0, you can declare the undocumented library function
  1992.  
  1993.         extern _cdecl _nullcheck(void);
  1994.  
  1995.     and then sprinkle calls to _nullcheck( ) through your program at
  1996.     regular intervals.
  1997.  
  1998.     Borland's TechFax document #TI726 discusses the null pointer
  1999.     assignment from a Borland point of view.  It's one of many documents
  2000.     downloadable as part of
  2001.         pd1:<msdos.turbo-c>bchelp10.zip at Simtel
  2002.         /pc/turbopas/bchelp10.zip at Garbo.
  2003.  
  2004. Subject:  711. How can my program tell if it's running under Windows?
  2005.  
  2006.     (rev: 18 Apr 1993)  Set AX=4680 and execute INT 2F.  If AX contains
  2007.     0, you're in Windows real mode or standard mode (or under the DOS
  2008.     5.0 shell).  Otherwise, set AX=1600 and INT 2F.  If AL does not
  2009.     contain 0 or 80, you're in Windows 386 enhanced mode.  See {PC
  2010.     Magazine} 24 Nov 1992 (xi:20), pages 492-493.
  2011.  
  2012.     When Windows 3.0 or 3.1 is running, the DOS environment will contain
  2013.     a definition of the string windir, in lower case.
  2014.  
  2015.     For more information, see {PC Magazine} 26 May 1992 (xi:10) pages
  2016.     345-346.  A program, WINMODE, is available as part of
  2017.         pd1:<msdos.pcmag>vol11n10.zip at Simtel
  2018.         /pc/pcmag/vol11n10.zip at Garbo.
  2019.  
  2020. Subject:  712. How do I copyright software that I write?
  2021.  
  2022.     (new: 5 Apr 1993) The following is adapted (and greatly condensed)
  2023.     from chapter 4 of the Chicago Manual of Style (13th edition, ISBN
  2024.     0-226-10390-0).  Disclaimer:  I am not a lawyer, and this is not
  2025.     legal advice.  Also, there are very likely to be differences in
  2026.     copyright law among nations.  No matter where you live, if
  2027.     significant money may be involved, get legal advice.
  2028.  
  2029.     That said, in the U.S. (at least), when you write something, you own
  2030.     the copyright.  (The most significant exception to programmers is
  2031.     "works made for hire", i.e., something you write because your
  2032.     employer or client pays you to.  A contract, agreed in advance, can
  2033.     vest the copyright in the programmer even if an employee.)  You
  2034.     don't have to register the work with the Copyright Office unless
  2035.     (until) the copyright is infringed and you intend to bring suit;
  2036.     however, it is easier to recover damages in court if you did
  2037.     register the work within three months of publication.
  2038.  
  2039.     From paragraph 4.16 of the Chicago Manual:  "... the ▌copyright¿
  2040.     notice consists of three parts: (1) the symbol ▌C-in-a-circle¿
  2041.     (preferred because it also suits the requirements of the Universal
  2042.     Copyright Convention), the word 'Copyright', or the abbreviation
  2043.     'Copr.', (2) a date--the year of first publication, and (3) the name
  2044.     of the copyright owner.  Most publishers also add the phrase 'All
  2045.     rights reserved' because it affords some protection in Central and
  2046.     South American countries ...."  Surprise:  "(C)" is legally not the
  2047.     same as the C-in-a-circle, so those of us who are ASCII-bound must
  2048.     use the word or the abbreviation.
  2049.  
  2050.  
  2051. section A. Downloads
  2052. ====================
  2053.  
  2054. Subject:  A01. What are Simtel, Garbo, and wustl?
  2055.  
  2056.     (rev: 26 July 1993) These are three of the most popular archive
  2057.     sites, with a few bazillion files available for downloading by ftp.
  2058.     (For email access, see next Q.)  Everything is free for downloading,
  2059.     though many of the files are shareware and you're expected to send a
  2060.     payment directly to the authors if you use them regularly.
  2061.  
  2062.     In comp.archives.msdos.d, Samuel Ko posts a two-part "Useful
  2063.     MSDOS Programs at SIMTEL20 and Garbo"; it's downloadable as
  2064.         pd1:<msdos.info>useful27.zip at Simtel
  2065.         /pc/filelist/useful27.zip at Garbo
  2066.         /pub/usenet/news.answers/msdos-archives/part* at rtfm.mit.edu.
  2067.     For rtfm.mit.edu instructions, see "Where are FAQ lists archived?"
  2068.     in section C, "More information".
  2069.  
  2070.     A few words about file names and versions:  Many files at the
  2071.     archive sites are updated from time to time.  I have verified the
  2072.     filenames in this FAQ list as follows:
  2073.  
  2074.         Garbo: from /pc/INDEX.ZIP as of 10 Jun 1993
  2075.         Simtel: from pd1:<msdos.filedocs>simibm.zip as of 1 Jun 1993
  2076.         rtfm.mit.edu: via ftp access on 10 Apr 1993
  2077.  
  2078.     If you can't find a file given in these articles as mumble12.zip,
  2079.     perhaps there's a newer version; try mumble13.zip or mumble14.zip,
  2080.     or mumble*.zip if your ftp program supports wildcards (most do so).
  2081.     Please let me know of any out-of-date file names in these FAQs and
  2082.     I'll gladly update them.
  2083.  
  2084.     I have tried to list both Garbo and Simtel directory and file names
  2085.     for every file mentioned for downloading.  If you see a listing for
  2086.     only one of them, it means that I couldn't find the file at the
  2087.     other site, or that the other site's catalog shows an old version.
  2088.  
  2089.     Also remember that caps and lower case filenames are not inter-
  2090.     changeable at most archive sites, though they are at Simtel.
  2091.  
  2092.     1) Simtel = wsmr-simtel20.army.mil ▌192.88.110.20¿
  2093.  
  2094.     is located in New Mexico, USA.  For instructions, see these monthly
  2095.     articles in comp.archives.msdos.announce:
  2096.  
  2097.         SIMTEL20 archives info for Internet FTP users
  2098.         How to find files in the SIMTEL20 msdos collection
  2099.         How to order SIMTEL20 files via e-mail
  2100.         How to upload files to SIMTEL20
  2101.  
  2102.     These are downloadable from Simtel as pd1:<msdos.starter>simtel20.inf
  2103.     and pd1:<msdos.filedocs>aaaread.me, mailserv.inf, and upload.inf.
  2104.     If you have no ftp access, you can get these files (and anything
  2105.     else) by email; see the next Q.
  2106.  
  2107.     If Simtel is busy, you might try the mirror site oak.oakland.edu,
  2108.     which is operated by the University of Rochester (Michigan).  Both
  2109.     are maintained by Keith Petersen (w8sdz@TACOM-EMH1.Army.Mil or
  2110.     w8sdz@Vela.ACS.Oakland.Edu), so oak will probably be updated faster
  2111.     than any other mirror.  At Oak, the directories /pub/msdos/*
  2112.     correspond to Simtel's pd1:<msdos.*>, so the starter files mentioned
  2113.     above are downloadable as /pub/msdos/starter/simtel20.inf and
  2114.     /pub/msdos/filedocs/aaaread.me, mailserv.inf, and upload.inf.
  2115.  
  2116.     2) Garbo = garbo.uwasa.fi ▌128.214.87.1¿
  2117.  
  2118.     is located at the University of Vaasa in Finland and maintained by
  2119.     Timo Salmi (ts@uwasa.fi) and others.  Garbo and Simtel contain many
  2120.     of the same files, but there are many differences too.  Among them:
  2121.     the directory structures differ greatly, and case is significant in
  2122.     directory and file names at Garbo.
  2123.  
  2124.     3) wustl = wuarchive.wustl.edu ▌128.252.135.4¿
  2125.  
  2126.     mirrors both Garbo (in /mirrors4/garbo.uwasa.fi) and Simtel (in
  2127.     /mirrors/msdos).  As with any mirror site, it may lag by a day or
  2128.     two, so you may not want to try it on the same day you see an upload
  2129.     notice posted.
  2130.  
  2131.     4) others
  2132.  
  2133.     A comprehensive list of MS-DOS archive sites is downloadable as
  2134.     /pc/pd2/moder26.zip at Garbo.
  2135.  
  2136.     For archie.au via Telnet (different from the Archie file-finding
  2137.     mail servers):  Oceanian users should try archie.au first.  Paul
  2138.     Brooks has written to say that it "mirrors Garbo and Simtel-20 (in
  2139.     /micros/pc/simtel-20, /micros/pc/garbo) as well as many other
  2140.     archives.  Telnetting to 'archie.au' and logging on as 'archie' (no
  2141.     password) will access the Oceanic ARCHIE server." Email Craig Warren
  2142.     (ccw@archie.au) for instructions if needed.
  2143.  
  2144. Subject:  A02. I have no ftp access.  How can I get files from the
  2145.                archives?
  2146.  
  2147.     (rev: 14 June 1993) First, be _sure_ that you have no ftp access
  2148.     before trying email methods.  (Ask your sysadmin, or a knowledgeable
  2149.     user at your site.)  ftp is better for you because it's faster, and
  2150.     it uses less net resources too.
  2151.  
  2152.     When using an email server, make sure the Reply-to path in your
  2153.     message is valid.  If it's not, you'll get no reply from the server.
  2154.     Do wait a few days before assuming you're not going to get a
  2155.     response; some servers have long pending queues.  After a suitable
  2156.     wait, get your sysadmin's help to correct your reply-to, and send
  2157.     your message again.
  2158.  
  2159.     Occasionally a machine goes down for an extended period, which may
  2160.     prevent a timely reply to your message.  If you're sure your message
  2161.     bears a good reply path and you haven't got a reply in a week or so,
  2162.     you might send your message again, once.  Don't post it as an
  2163.     article in a newsgroup.
  2164.  
  2165.     For files from Simtel, see "How to order SIMTEL20 files via e-mail",
  2166.     posted monthly in comp.archives.msdos.announce; or send email
  2167.     containing only the word "help" to listserv@vm1.nodak.edu.  For
  2168.     instructions on using Garbo's email server, send a request to
  2169.     Timo Salmi at ts@uwasa.fi.
  2170.  
  2171.     The DEC Western Research Labs server will get files from any ftp
  2172.     site by ftp and then email them to you.  Send email containing
  2173.     "help" to ftpmail@decwrl.dec.com.
  2174.  
  2175. Subject:  A03. Can I get archives on CD-ROM?
  2176.  
  2177.     (rev: 24 May 1993) Copies of the SIMTEL20 MS-DOS, Macintosh and
  2178.     Unix-C collections (also of wuarchive, cica, and others) are
  2179.     available from Walnut Creek CDROM, 1547 Palos Verdes, Suite 260,
  2180.     Walnut Creek, CA 94596-2228, telephone (800) 786-9907 or +1 510
  2181.     674-0783, or FAX +1 510 674-0821, or email rab@cdrom.com.
  2182.  
  2183.     For a catalog of disks available, send email to info@cdrom.com, or
  2184.     ftp the catalog as /cdrom/catalog from cdrom.com.
  2185.  
  2186. Subject:  A04. Where do I find program <mumble>?
  2187.  
  2188.     (rev: 7 Aug 1993)  You _are_ asking about shareware, freeware, or
  2189.     public-domain programs, right?  Commercial software is not legally
  2190.     distributed through the net, in general.  (Occasionally vendors will
  2191.     make patches available, but these are useful only if you already
  2192.     have the software.)
  2193.  
  2194.     That said, there are several newsgroups to help you find a program.
  2195.     comp.binaries.ibm.pc.wanted is generally the best place to ask your
  2196.     question.  Please review the guidelines in "What other newsgroups
  2197.     should I know about?" in section 1, "General questions".
  2198.  
  2199.     Download and check the indexes from Simtel and Garbo (see next Q).
  2200.     Unless what you're looking for is commercial software, there's a
  2201.     good chance it will be at one or both of those sites.
  2202.  
  2203.     The Archie servers maintain directories of many (not all) ftp sites
  2204.     worldwide.  You can Telnet to a server or client to search for
  2205.     files, or perform a search by email.
  2206.  
  2207. Subject:  A05. How can I check Simtel or Garbo before I post a request
  2208.                for a program?
  2209.  
  2210.     (rev: 26 July 1993) Simtel and Garbo have indexes of their contents,
  2211.     which you can download and then search off line.
  2212.  
  2213.     Garbo's index file, /pc/INDEX.ZIP, contains an annotated list, often
  2214.     updated, of the MS-DOS files there.  The news file /pc/pd2/news-pd2
  2215.     contains selected news on all MS-DOS directories at Garbo.
  2216.  
  2217.     Simtel's index files, in pd1:<msdos.filedocs>, are updated several
  2218.     times a month.  SIMLIST.ZIP contains a list in text format.  But you
  2219.     may prefer the file SIMIBM.ZIP, which is comma-delimited for easy
  2220.     use with any of these search facilities:
  2221.  
  2222.     - Two downloadable search programs are SIMTEL35.ARC and
  2223.       SIMDIR22.ZIP.  Of the two, I find I use SIMDIR much more often.
  2224.  
  2225.     - dBASE III or IV users can load the index from SIMLIST.ZIP using
  2226.       instructions in SIMIBM.INF and SIMIBM.DB3.
  2227.  
  2228.     - PC-FILE users should get SIMIBM.HDR, which tells how to use
  2229.       SIMIBM.IBM.
  2230.  
  2231. Subject:  A06. How do I download and decode a program I found?
  2232.  
  2233.     (rev: 7 Aug 1993)  See the "Starter kit" and "Beginner's guide to
  2234.     binaries" in comp.binaries.ibm.pc, usually posted on the first and
  2235.     15th of every month.  Please wait for these articles to come around;
  2236.     don't post a request.  If you can't wait (if?, bwaa-haa-haa), they
  2237.     are downloadable from
  2238.         Garbo as /pc/doc-net/starter.kit and bin.man
  2239.         rtfm.mit.edu, in /pub/usenet/comp.binaries.ibm.pc .  The file
  2240.             names are quite long; try look for names of the form
  2241.             *starter.kit* and *bin.man*
  2242.     For general instructions on rtfm.mit.edu, see "Where are FAQ lists
  2243.     archived?" in section C, "More information".
  2244.  
  2245.     Most binaries are posted and sent through email in 'uuencode'
  2246.     format.  The starter kit contains a uudecode program to turn this
  2247.     file back into binary.  Since the uuencoded file is bigger than the
  2248.     binary, you'll save connect time if you can uudecode it and then
  2249.     download the binary file.  Remember to set file type to binary.
  2250.  
  2251. Subject:  A07. Where is UUDECODE?
  2252.  
  2253.     You can find it at Simtel and Garbo, but it's easier to take it from
  2254.     the "starter kit" mentioned in the preceding Q.
  2255.  
  2256.     If you're logged in at a Unix site, there's almost certainly a
  2257.     uudecode there:  just type "uudecode" followed by a space and the
  2258.     file name.  The binary file is 25% smaller than the uuencoded file,
  2259.     so you'll save connect time if you can uudecode it on the Unix host
  2260.     and then download the binary file.  Remember: set file type binary.
  2261.  
  2262. Subject:  A08. Why do I get errors when extracting from a ZIP file I
  2263.                downloaded?
  2264.  
  2265.     (rev: 5 Apr 1993) There are many possible causes, but two of them
  2266.     probably account for 95% of all problems.
  2267.  
  2268.     1) File transmission:  You must tell the archive site to transfer
  2269.     .ZIP files in binary mode.  Depending on your software, you may also
  2270.     need to set your local software to receive files in binary mode.
  2271.  
  2272.     2) Unzipping program:  Make sure you aren't using an obsolete
  2273.     version.  In <9303290853.kp28285@tacom-emh1.army.mil> on 29 Mar
  2274.     1993, Keith Petersen, Simtel administrator, wrote:  "SIMTEL20 has
  2275.     standardized on the Info-ZIP group's ZIP and UNZIP because they are
  2276.     freely distributable and they have no restrictions on exporting.
  2277.     The latest version of Info-ZIP's ZIP and UNZIP can always be found
  2278.     in directory PD1:<MSDOS.ZIP> and will always have the name
  2279.     'Info-ZIP' in the description to make them easy to locate."  PKUNZIP
  2280.     version 1.10 may not unzip newer stuff from archive sites because
  2281.     site administrators have now embraced version 2.04.  Also see
  2282.     "What's the current version of UNZIP?" in section B, "Vendors and
  2283.     products".
  2284.  
  2285. section B. Vendors and products
  2286. ===============================
  2287.  
  2288. Subject:  B01. How can I contact Borland?
  2289.  
  2290.     (rev: 18 Apr 1993)  Borland has set up these email addresses.
  2291.     However, none of them is for technical support such as help with
  2292.     finding your own programming errors and explaining compiler
  2293.     messages.
  2294.  
  2295.     - bp7-info@borland.com will reply to any message with 17K of info on
  2296.       Borland Pascal with Objects 7.0 and Turbo Pascal 7.0.
  2297.  
  2298.     - customer-support@borland.com is for questions about prices and
  2299.       features of products, replacing bad or missing disks, info on
  2300.       upgrades, etc.  They do not accept emailed credit-card numbers.
  2301.  
  2302.     - bugs@borland.com will take "a well-documented bug report" and send
  2303.       an automated response, but will not give you a workaround or a
  2304.       scheduled fix date or even confirm that it is or is not considered
  2305.       a bug.  "The purpose of bugs@borland.com is to improve future
  2306.       products sooner, not as a substitute for tech support channels."
  2307.  
  2308.     Email tech support is available only through Compuserve (GO BOR).
  2309.  
  2310.     Telephone support is provided through separate phone numbers for
  2311.     most products.  If you're calling from the U.S., dial (800) 841-8180
  2312.     for a recorded list of toll numbers to call.  Borland's BBS is at +1
  2313.     408 439 9096.  The surface-mail address is
  2314.  
  2315.         Technical Support Department
  2316.         Borland International
  2317.         P.O. Box 660001
  2318.         Scotts Valley CA 95067-0001, USA.
  2319.  
  2320.     You'll need to give your product's name, version, and serial number.
  2321.  
  2322.     Borland's TechFax documents are also available for download:
  2323.         pd1:<msdos.turbo-c>bchelp10.zip from Simtel
  2324.         /pc/turbopas/bchelp10.zip from Garbo.
  2325.     These documents are detailed answers to common questions about Turbo
  2326.     C and Borland C products, and aggregate several hundred Kbytes.
  2327.  
  2328. Subject:  B02. How can I contact Microsoft?
  2329.  
  2330.     (rev: 18 Apr 1993) Individual employees of Microsoft (not MicroSoft,
  2331.     please]) post here sometimes.  Their addresses all take the form
  2332.     person@microsoft.com.  However, Microsoft as a company does not
  2333.     provide product support through the Internet, as far as I'm aware.
  2334.     Technical support through your modem is available on Compuserve (GO
  2335.     MICROSOFT) or via Microsoft's BBS at +1 206 936-6735 in the U.S., or
  2336.     +1 416 507-3022 in Canada.
  2337.  
  2338.     If you want to place an order or get general pre-sales information,
  2339.     call the appropriate sales and service number:
  2340.  
  2341.         U.S. end-user sales                   (800) 426-9400
  2342.         U.S. corporate/gov't/reseller/
  2343.                  educational sales            (800) 227-4679
  2344.         Canadian sales                        (800) 568-3503
  2345.         International sales                  +1 206 936-8661
  2346.  
  2347.     For tech support you must make an ordinary long-distance phone call.
  2348.     Microsoft has separate incoming phone numbers for many products.
  2349.     Since it's your nickel, first check your documentation to see if a
  2350.     phone number is listed.  Here are phone numbers (as of 1 June 1992)
  2351.     for a few products of most interest to the readers of this group:
  2352.  
  2353.         C/C++               (206) 635-7007
  2354.         MASM                (206) 646-5109
  2355.         DOS Upgrade Users   (206) 646-5104 (for 90 days after first call)
  2356.         Windows Users       (206) 637-6098
  2357.  
  2358.     If you can't find the direct number any other way, call the "master"
  2359.     numbers below or the sales numbers a few paragraphs above.  You'll
  2360.     get the "voice mail phone tree from h-ll" but you'll eventually get
  2361.     to the right department.  They don't provide technical assistance,
  2362.     but a voice menu will help you find the current phone number for the
  2363.     department you need.
  2364.  
  2365.         U.S. end-user product support         (206) 454-2030
  2366.         U.S. languages support                (206) 637-7096
  2367.  
  2368.     You can also write to Microsoft Product Support, 16011 NE 36th Way,
  2369.     Box 97017, Redmond WA 98073-9717, USA.
  2370.  
  2371. Subject:  B03. What's the current version of UNZIP?
  2372.  
  2373.     (rev: 14 June 1993)  As of April 1993, the administrators of Garbo
  2374.     and Simtel are accepting uploads in the ZIP 2.0 format.  You can use
  2375.     the free Info-ZIP versions, or PKZIP 2.04g (not 2.04c or 2.04e).
  2376.     Simtel has standardized on the Info-ZIP versions for several
  2377.     reasons, as explained in an article posted 29 Mar 1993 in
  2378.     comp.archives.msdos.announce.
  2379.  
  2380.     The official site for the latest versions of Info-ZIP's Zip and
  2381.     unZip programs is quest.jpl.nasa.gov ▌128.129.75.43¿ in directory
  2382.     /pub.  Also downloadable are these files, in pd1:<msdos.zip> at
  2383.     Simtel and /pc/arcers at Garbo (source code at Garbo in /unix/arcers):
  2384.  
  2385.         unz50p1.exe   UnZip 5.0p1 program and documentation
  2386.         unz50p1.zip   UnZip 5.0p1 source code
  2387.         zip19p1x.zip  Zip 1.9p1 .EXEs and docs (PKZIP 2.04 compatible)
  2388.         zip19p1.zip   Zip 1.9p1 source code (PKZIP 2.04 compatible)
  2389.  
  2390.     An advantage of the Info-ZIP versions is that are not restricted to
  2391.     MS-DOS.  Look at quest.jpl.nasa.gov for versions for all supported
  2392.     operating systems.  At Simtel, look in pd8:<misc.unix> and
  2393.     pd8:<misc.vaxvms> for unix and VAX/VMS versions; the source code in
  2394.     pd8:<misc.unix> also compiles under MS-DOS and VAX/VMS.
  2395.  
  2396.     PKZIP and PKUNZIP are shareware products of PKWARE Inc.  The current
  2397.     version is 2.04g, which is the third official version after 1.10.
  2398.     You can download them from PKWARE's bulletin board, +1 414 354 8670,
  2399.     or from Garbo as /pc/arcers/pkz204g.exe.  U.S. law forbids U.S.
  2400.     archive sites from making them available.
  2401.  
  2402.     By the way, if you want to develop your own utilities, you will find
  2403.     the ZIP 2.0 data structures described in the downloadable file
  2404.     pd1:<msdos.zip>appnote.zip at Simtel.
  2405.  
  2406. Subject:  B04. What's in Borland Pascal/Turbo Pascal 7.0?
  2407.  
  2408.     You can send email to bp7-info@borland.com and get an automatic
  2409.     reply of the 17K information file from Borland, or the file is
  2410.     downloadable (6k, ZIPped) as /pc/turbopas/bp7-info.zip from
  2411.     garbo.uwasa.fi.
  2412.  
  2413. Subject:  B05. What's in Microsoft Visual C++?
  2414.  
  2415.     (new: 24 May 1993)  This is the replacement for Microsoft C/C++
  2416.     7.0.  It comes in Standard and Professional versions, as well as an
  2417.     upgrade from MSC 7.0.  The Professional upgrade is $139 in U.S. and
  2418.     includes all software but less than half the full set of manuals.
  2419.  
  2420.     According to Microsoft Sales, (800) 426-9400 in the U.S., the
  2421.     Professional edition can develop applications for Windows or good
  2422.     ol' DOS and includes the optimizing compiler; the Standard edition's
  2423.     compiler lacks the optimization and can't develop Windows
  2424.     applications.
  2425.  
  2426. Subject:  B06. Where is Microsoft C 8.0?
  2427.  
  2428.     There won't be an 8.0.  Visual C++ is the upgrade to C/C++ 7.0 (see
  2429.     previous Q).
  2430.  
  2431. section C. More information
  2432. ===========================
  2433.  
  2434. Subject:  C01. Are there any good on-line references for PC hardware
  2435.                components?
  2436.  
  2437.     (rev: 28 July 1993) I have heard good reports of HELPPC21, which is
  2438.     downloadable as
  2439.         pd1:<msdos.info>helppc21.zip at Simtel
  2440.         /pc/programming/helppc21.zip at Garbo.
  2441.  
  2442.     This hypertext system contains much information on ports and other
  2443.     hardware, as well as some overlap with Ralf Brown's interrupt list
  2444.     (see next Q).  It is shareware ($25).
  2445.  
  2446. Subject:  C02. Are there any good on-line references for PC interrupts?
  2447.  
  2448.     (rev: 6 June 1993)  The definitive work is Ralf Brown's interrupt
  2449.     list, which is packed with information on documented and
  2450.     (officially) undocumented BIOS and DOS interrupts, DOS tables, and
  2451.     interrupts hooked by many software packages.
  2452.  
  2453.     The interrupt list comes from CS.CMU.EDU ▌128.2.222.173¿ in
  2454.     /afs/cs/user/ralf/pub (switch there with a *single* command) as
  2455.     inter35a.zip, inter35b.zip, and inter35c.zip.  It's downloadable as
  2456.         pd1:<msdos.info>inter35*.zip from Simtel
  2457.         /pc/programming/inter35*.zip from Garbo.
  2458.     These versions were uploaded in early June 1993; updates are
  2459.     announced every few months in comp.archives.msdos.announce.
  2460.  
  2461.     There is a book, {PC Interrupts:  A Programmer's Reference to BIOS,
  2462.     DOS, and Third-Party Calls} by Ralf Brown and Jim Kyle
  2463.     (Addison-Wesley; ISBN 0-201-57797-6).  This corresponds to INTER26
  2464.     with the most important new material from INTER27, so the on-line
  2465.     list contains more current information (and more information) than
  2466.     the book.
  2467.  
  2468. Subject:  C03. What and where is "Ralf Brown's interrupt list"?
  2469.  
  2470.     See the preceding Q.
  2471.  
  2472. Subject:  C04. Where can I find lex, yacc, and language grammars?
  2473.  
  2474.     The FAQ list of the comp.compilers newsgroup answers this for Basic,
  2475.     C, Pascal, and other languages.  See later in this section.
  2476.  
  2477. Subject:  C05. What's the best book to learn programming?
  2478.  
  2479.     Sorry, this FAQ list cannot settle religious arguments.
  2480.  
  2481.     Much of the heat over this topic arises because each person believes
  2482.     that the book that he or she learned from is the best book.  But my
  2483.     observation is that different people have very different experiences
  2484.     of the same book.  The only person who can tell you which is the
  2485.     best book for learning a given topic is you.
  2486.  
  2487.     Your best bet is to go to a fairly well-stocked bookstore when you
  2488.     have a couple of hours to spare.  Start at one end of the shelf and
  2489.     work your way methodically through every book that looks like it
  2490.     might cover what you want to learn.  Look at the tables of contents;
  2491.     read a page or two from each book.  Then make your decision.  If
  2492.     money is a problem, or if you're not sure of your choice, check out
  2493.     your top two or three from your library.
  2494.  
  2495. Subject:  C06. Where are FAQ lists archived?
  2496.  
  2497.     (rev: 27 Apr 1993) Very possibly the FAQ list you want is already at
  2498.     your site.  Check the newsgroup news.answers; if your site doesn't
  2499.     carry news.answers, check comp.answers, rec.answers, etc., according
  2500.     to the top-level name in the FAQ list's "home" newsgroup.  Articles
  2501.     are posted to the *.answers groups in a way that should make them
  2502.     last until the next versions are posted.  If they expire sooner at
  2503.     your site, you might want to lobby your sysadmin to treat the
  2504.     moderated *.answers groups as a special case and grant them longer
  2505.     expiry times than other groups.
  2506.  
  2507.     To ftp the FAQ lists, connect to rtfm.mit.edu, which is operated by
  2508.     Jonathan Kamens (jik@gza.com) at MIT.  Change to directory
  2509.     /pub/usenet/news.answers.  The name of the file that you want is the
  2510.     Archive-name from the top of the article.  For instance, to retrieve
  2511.     this article you would get msdos-programmer-faq/part4.
  2512.  
  2513.     By email (only if you have no ftp access, please), the server is
  2514.     mail-server@rtfm.mit.edu; file names omit the leading "/pub/".  For
  2515.     instructions about the mail server, send a message with "help" and
  2516.     "index" on different lines.
  2517.  
  2518.     Not just FAQ lists, but every article listed in the "List of
  2519.     Periodic Informational Postings" (LoPIP) can be obtained by ftp or
  2520.     email from rtfm.mit.edu.  If you have an old copy of an
  2521.     informational article, look for an "Archive-name" at the beginning;
  2522.     rtfm.mit.edu stores it under that name in /pub/usenet/news.answers.
  2523.     If the article has no Archive-name, check the first name on the
  2524.     Newsgroups line and change to that directory under /pub/usenet.
  2525.  
  2526. Subject:  C07. Where can I get the latest copy of this FAQ list?
  2527.  
  2528.     (rev: 22 Apr 1993)  It is posted to news.answers in such a way that
  2529.     it should stick around until the next version has been posted.
  2530.     Please check news.answers or comp.answers first, looking for the
  2531.     Subject line "comp.os.msdos.programmer FAQ".
  2532.  
  2533.     If the article has expired from your site's news.answers, or your
  2534.     site doesn't get news.answers, you can retrieve the latest version
  2535.     of this list as
  2536.         /pub/usenet/news.answers/msdos-programmer-faq/part* via ftp or
  2537.             email from rtfm.mit.edu; see previous Q
  2538.         pd1:<msdos.info>faqp*.zip from Simtel
  2539.         /pc/doc-net/faqp*.zip from Garbo.
  2540.  
  2541. Subject:  C08. How do I use ftp?
  2542.  
  2543.     (new: 16 Mar 1993) I have been much impressed with {The Whole
  2544.     Internet User's Guide and Catalog} by Ed Krol (O'Reilly &
  2545.     Associates, ISBN 1-56592-025-2).  It gives lots of information on
  2546.     using ftp, email, Telnet, Archie, etc.  As a new user of ftp
  2547.     (January 1993), I found the information made me productive quickly.
  2548.  
  2549.     Disclosure:  Though I don't believe it has biased my judgment, you
  2550.     should know that O'Reilly sent me a free evaluation copy.
  2551.  
  2552.     You may also want to look for the "Beginner's Guide to FTP", posted
  2553.     periodically in comp.binaries.ibm.pc.  You can retrieve it from
  2554.     rtfm.mit.edu (see "Where are FAQ lists archived?", above), in
  2555.     /pub/usenet/comp.binaries.ibm.pc, as (hang on])
  2556.     v21inf05:_b.m,_B_s_G_t_F_V1.7_(p_01_01) .
  2557.  
  2558. (end of comp.os.msdos.programmer FAQ)
  2559. --
  2560. Stan Brown, Oak Road Systems                    brown@Ncoast.ORG
  2561.  
  2562. Can't find FAQ lists?  ftp to 'rtfm.mit.edu' and look in /pub/usenet
  2563. (or email me >>> with valid reply-to address <<< for instruct
  2564.