home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / internet / cld9ia27.zip / DIFF.TXT < prev   
Text File  |  1993-06-13  |  8KB  |  174 lines

  1. Archive-name: msdos-programmer-faq/diff1
  2. Last-modified: 13 June 1993
  3.  
  4.  
  5. As the FAQ list is quite long, I'm posting diffs for those of you who
  6. already have copies of the previous issue.  If you want the complete
  7. list, don't worry:  I'm posting it as a separate four-part thread with
  8. Subject lines starting "comp.os.msdos.programmer FAQ part".
  9.  
  10. As usual, I've omitted trivial diffs, those involving only formatting
  11. and punctuation, and those that show renumbered Qs with no text change.
  12.  
  13. Key:  "-" lines were in the previous FAQ list; "+" lines are in this one.
  14.  
  15. +>Last modified: 13 June 1993
  16. ->Last modified: 31 May 1993
  17.  
  18.    Q309. How can I tell if input, output, or stderr has been redirected?
  19. +>    If you program in Turbo Pascal, you'll want this downloadable
  20. +>    collection of Turbo Pascal units:
  21. +>        /pc/ts/tspa32*.zip at garbo
  22. +>        pd1:<msdos.turbopas>tspa32*.zip at Simtel.
  23. +>    (where the * is 70, 60, 55, 50, or 40 for Turbo Pascal 6.0, 5.5,
  24. +>    5.0, or 4.0 respectively.) Source code is not included.  Also see
  25. +>    the downloadable Frequently Asked Questions files by Timo Salmi:
  26. +>        /pc/ts/tsfaqp12.zip at garbo
  27. +>        pd1:<msdos.info>tafaqp12.zip at Simtel.
  28. ->    If you program in Turbo Pascal, download the collection of Turbo
  29. ->    Pascal units:
  30. ->        /pc/ts/tspa*.zip from garbo
  31. ->        pd1:<msdos.turbopas>tspa*.zip from Simtel.
  32. ->    (Choose tspa3160.zip, tspa3155.zip, tspa3150.zip, or tspa3140.zip
  33. ->    for Turbo Pascal 6.0, 5.5, 5.0, or 4.0 respectively.)  Source code
  34. ->    is not included.  Also see the information in garbo.uwasa.fi:
  35. ->    /pc/ts/tsfaq33.zip Frequently Asked Questions, the Turbo Pascal
  36. ->    section.
  37.  
  38. +>Q407. How can I redirect the output of a batch file?
  39. +>    (new: 12 June 1993) Assuming the batch file is called batch.bat, to
  40. +>    send its output (stdout) to another file, just invoke COMMAND.COM as
  41. +>    a secondary command processor:
  42. +>        command /c batch parameters_if_any >outfile
  43. +>    Timo Salmi's notes on this and other batch tricks are downloadable:
  44. +>        pd1:<msdos.batutl>tsbat43.zip at Simtel
  45. +>        /pc/ts/tsbat43.zip at garbo.
  46.  
  47.    Q601. Which 80x86 CPU is running my program?
  48.  
  49. +>    (rev: 13 June 1993)  According to an article posted by Michael
  50. ->    (rev: 18 Apr 1993)  According to an article posted by Michael
  51.  
  52. +>    According to an article posted by its author, WCPU knows the
  53.        differences between DX and SX varieties of 386 and 486 chips, and
  54. +>    can also detect a math coprocessor and a Pentium.  It's downloadable
  55. +>    as pd1:<msdos.sysutl>wcpu050.zip at Simtel.
  56. ->    According to an article posted by its author, wcpu043.zip knows the
  57.        differences between DX and SX varieties of 386 and 486 chips, and
  58. ->    can also detect a math coprocessor.  It's also in pd1:<msdos.sysutl>
  59. ->    at Simtel.
  60.  
  61.    Q608. How can I read or write my PC's CMOS memory?
  62.  
  63. +>    (rev: 13 Jun 1993) There are a great many public-domain utilities
  64. +>    that do this.  These are downloadable from Simtel:
  65. ->    (rev: 2 Feb 1993) There are a great many public-domain utilities
  66. ->    that do this.  These were available for download from Simtel as of
  67. ->    23 Jan 1993:
  68.  
  69. +>    rom2.zip      15692  900131  Save AT and 386 CMOS data to file and
  70. restore
  71. +>    setup21.zip   18172  880613  Setup program which modifies CMOS RAM
  72. +>    viewcmos.zip  11068  900225  Display contents of AT CMOS RAM, w/C source
  73. +>    Downloadable from garbo, /pc/ts/tsutle22.zip contains a CMOS program
  74. +>    to check and display CMOS memory, but not to write to it.
  75. ->    rom2.arc      20497  900131  Save AT and 386 CMOS data to file and
  76. restore
  77. ->    setup21.arc   24888  880613  Setup program which modifies CMOS RAM
  78. ->    viewcmos.arc  15374  900225  Display contents of AT CMOS RAM, w/C source
  79. ->    At garbo, /pc/ts/tsutle21.zip contains a CMOS program to check and
  80. ->    display CMOS memory, but not to write to it.
  81.  
  82.    Q702. How can I time events with finer resolution than the system
  83.          clock's 55 ms (about 18 ticks a second)?
  84.  
  85. +>    (rev: 13 June 1993) The following files, among others, are
  86. +>    downloadable from Simtel:
  87. ->    (rev: 18 Apr 1993) The following files, among others, can be
  88. ->    downloaded from Simtel:
  89.  
  90. +>    atim.zip       4783  881126  Precision program timing for AT
  91. ->    atim.arc       5946  881126  Precision program timing for AT
  92.  
  93.        tctimer.arc   20087  891030  High-res timing of events for Turbo C
  94. +>        (same as /pc/c/tctimer.zoo at garbo?)
  95.  
  96.    Q703. How can I find the error level of the previous program?
  97.  
  98. +>    (rev: 13 June 1993)  First, which previous program are you talking
  99. ->    (rev: 18 Apr 1993)  First, which previous program are you talking
  100.  
  101. +>    G.A.Theall has published source and compiled code to do this; the
  102. +>    code is downloadable as pd1:<msdos.batutl>errlvl13.zip at Simtel.
  103. ->    G.A.Theall has published source and compiled code to do this; you
  104. ->    can download it as
  105. ->        pd1:<msdos.batutl>errlvl12.zip from Simtel
  106. ->        /pc/batchutil/errlvl12.zip from garbo.
  107.  
  108.    QA01. What are Simtel, garbo, and wustl?
  109.  
  110. +>    (rev: 13 Jun 1993) These are three of the most popular archive
  111. ->    (rev: 17 May 1993) These are three of the most popular archive
  112.  
  113. +>    MSDOS Programs at SIMTEL20 and Garbo"; it's downloadable as
  114. +>        pd1:<msdos.info>useful27.zip at Simtel
  115. +>        /pc/filelist/useful27.zip at garbo
  116. ->    MSDOS Programs at SIMTEL20 and Garbo"; it's archived as
  117. ->        pd1:<msdos.info>useful26.zip at Simtel
  118. ->        /pc/filelist/useful26.zip at garbo
  119.  
  120. +>    A few words about file names and versions:  Many files at the
  121. +>    archive sites are updated from time to time.  I have verified the
  122. +>    filenames in this FAQ list as follows:
  123. +>        garbo: from /pc/INDEX as of 10 Jun 1993
  124. +>        Simtel: from pd1:<msdos.filedocs>simibm.zip as of 1 Jun 1993
  125. ->    A few words about file names:  Many files at the archive sites are
  126. ->    updated from time to time.  I have verified the filenames in this
  127. ->    FAQ list as follows:
  128. ->        garbo: from /pc/INDEX as of 13 Apr 1993
  129. ->        Simtel: from pd1:<msdos.filedocs>simibm.zip as of 23 Jan 1993
  130.  
  131. +>    or mumble*.zip if your ftp program supports wildcards (most do so).
  132. ->    or mumble*.zip if your ftp program supports wildcards (and most do).
  133.  
  134. +>    I have tried to list both garbo and Simtel directory and file names
  135. +>    for every file mentioned for downloading.  If you see a listing for
  136. +>    only one of them, it means that I couldn't find the file at the
  137. +>    other site, or that the other site's catalog shows an old version.
  138.  
  139. +>    A comprehensive list of MS-DOS archive sites is downloadable as
  140. +>    /pc/pd2/moder25.zip at garbo.
  141. ->    You can get a comprehensive list of MS-DOS archive sites from garbo
  142. ->    by downloading file /pc/pd2/moder23.zip.
  143.  
  144.    QB03. What's the current version of UNZIP?
  145.  
  146. +>    (rev: 13 June 1993)  As of April 1993, the administrators of garbo
  147. ->    (rev: 18 Apr 1993)  As of April 1993, the administrators of garbo
  148.  
  149. +>    /pub.  Also downloadable are these files, in pd1:<msdos.zip> at
  150. +>    Simtel and /pc/arcers at garbo (no source code at garbo):
  151. ->    /pub.  Also available at Simtel in directory pd1:<msdos.zip>, and at
  152. ->    garbo in /pc/arcers, are:
  153.  
  154.    QC02. Are there any good on-line references for PC interrupts?
  155.  
  156. +>    (rev: 6 June 1993)  The definitive work is Ralf Brown's interrupt
  157. ->    (rev: 18 Apr 1993)  The definitive work is Ralf Brown's interrupt
  158.  
  159. +>    inter35a.zip, inter35b.zip, and inter35c.zip.  It's downloadable as
  160. +>        pd1:<msdos.info>inter35*.zip from Simtel
  161. +>        /pc/programming/inter35*.zip from garbo.
  162. +>    These versions were uploaded in early June 1993; updates are
  163. ->    inter34a.zip, inter34b.zip, and inter34c.zip.  Or download it as
  164. ->        pd1:<msdos.info>inter34*.zip from Simtel
  165. ->        /pc/programming/inter34*.zip from garbo.
  166. ->    These versions were uploaded in early April 1993; updates are
  167.  
  168. (end of comp.os.msdos.programmer diffs)
  169. -- 
  170. Stan Brown, Oak Road Systems                    brown@Ncoast.ORG
  171.  
  172. Can't find FAQ lists?  ftp to 'rtfm.mit.edu' and look in /pub/usenet
  173. (or email me >>> with valid reply-to address <<< for instructions).
  174.