home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / misctext / pcdg9189 / pcdg9189
Text File  |  1991-04-11  |  17KB  |  431 lines

  1.  
  2.  
  3. Received: from MITVMA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id 0788; Wed,
  4.  10 Apr 91 19:10:39 EDT
  5. Received: from WSMR-SIMTEL20.ARMY.MIL by mitvma.mit.edu (IBM VM SMTP R1.2.1MX)
  6.  with TCP; Wed, 10 Apr 91 19:08:52 EDT
  7. Message-ID: <910409001458.V91N89@WSMR-Simtel20.Army.Mil>
  8. Date: Tue,  9 Apr 91 00:14:50 GMT+1
  9. From: "Info-IBMPC Digest" <Info-IBMPC@WSMR-Simtel20.Army.mil>
  10. Reply-To: Info-IBMPC@WSMR-SIMTEL20.ARMY.mil
  11. Subject: Info-IBMPC Digest V91 #89
  12. To: "Info-IBMPC Distribution": ;
  13.  
  14. Info-IBMPC Digest           Tue,  9 Apr 91       Volume 91 : Issue  89
  15.  
  16. Today's Editor:
  17.          Gregory Hicks - Rota Spain <GHICKS@WSMR-Simtel20.Army.Mil>
  18.  
  19. Today's Topics:
  20.          Creating an image of a floppy in a disk file (3 msgs)
  21.                               Mirror Sites
  22.        OBERONM.ZIP - Oberon-M(tm) compiler, lib mods, docs (v1.0)
  23.                             port redirection
  24.           Re: Is there a 'nroff' clone that accepts 'ms macros'
  25.  
  26. Today's Queries:
  27.              A Good 'Fast' Backup for Hard Disk Available?
  28.                         BARCODE standard wanted
  29.                   Billing for Time/Cost program Needed
  30.                       Educational childrens games
  31.               PCX <==> CGM Conversion Utilities Requested
  32.                   Importing Apple II disk images -> PC
  33.                         Ooptional EPROM on PC's
  34.           Encapsulated postscript files/Not Encapsulated Files
  35.                programming (Adaptec) SCSI host interface
  36.                  Reading BBC Micro-Floppy Disks with PC
  37.                  Source Code for Kyoto LISP Available?
  38.  
  39. Send Replies or notes for publication to:
  40. <INFO-IBMPC@WSMR-SIMTEL20.ARMY.MIL>
  41.  
  42. Send requests of an administrative nature (addition to, deletion from
  43. the distribution list, et al) to:
  44. <INFO-IBMPC-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  45.  
  46. Archives of past issues of the Info-IBMPC Digest are available by FTP
  47. only from WSMR-SIMTEL20.ARMY.MIL in directory PD2:<ARCHIVES.IBMPC>.
  48.  
  49. ----------------------------------------------------------------------
  50.  
  51. Date: Thu Apr  4 11:33:51 BST 1991
  52. From: Mike O'Carroll <mike@elec-eng.leeds.ac.uk>
  53. Subject: Creating an image of a floppy in a disk file
  54.  
  55. The "dd" utility supplied with the MKS toolkit can do this.  It can
  56. also be used to save/restore a hard disk image from a file (as long as
  57. the device containing the file is bigger than the saved image :-).
  58.  
  59. Of course you may not want to buy the whole kit just for this!  It is a
  60. fairly easy matter to read/write a disk raw, sector by sector, using
  61. interrupt 13.  You have to know the number of tracks, sectors, etc.
  62.  
  63. I have some bits of assembler and C lying around somewhere if you're
  64. not happy about doing this yourself.
  65.  
  66. Mike O'Carroll, Department of Electronic & Electrical Engineering,
  67.         The University, Leeds, LS2 9JT, UK
  68. E-mail: @ukc.ac.uk:mike@ee.leeds[.ac.uk]
  69. uucp:  ...!mcsun!ukc!lena!mike OR mike@lena.uucp
  70. earn:   mike%ee.leeds@earn-relay.ac.uk
  71.  
  72. ------------------------------
  73.  
  74. Date: 4 Apr 91 17:18:05 GMT
  75. From: msa3b!kevin@gatech.edu (Kevin P. Kleinfelter)
  76. Subject: Creating an image of a floppy in a disk file
  77.  
  78.  
  79. Info-IBMPC@WSMR-SIMTEL20.ARMY.mil writes:
  80. [...]
  81. >We would need a solution where a one-to-one image of a floppy can be
  82. >created in a hard-disk file, from where it can be copied to the new
  83. >floppy disks. The result should be that a DISKCOMP between the original
  84. >disk and a floppy recreated from the hard-disk file yields that the
  85. >floppies are identical.
  86. [...]
  87.  
  88. Easy solution.  Requires programming.  See the "biosdisk" function in
  89. the Turbo C reference manual.  Microsoft seems to call it "_bios_disk".
  90. It is documented much better in the Turbo C manual. If all you've got
  91. is the MS manual, you'll need a BIOS reference as well.
  92.  
  93. You can use this function to read/write by sector to the floppy.  You
  94. can even format as well as copy to the floppy.
  95.  
  96. Kevin Kleinfelter @ Dun and Bradstreet Software, Inc (404) 239-2347
  97. ...gatech!nanovx!msa3b!kevin
  98. Warning: There seem to be multiple 'msa3b' nodes on Usenet, and it is
  99. nanoVX, not nanovAx.
  100.  
  101. ------------------------------
  102.  
  103. Date: Thu, 04 Apr 91 23:34:37 EST
  104. From: Mohit Chadha <MCHADHA@SBCCVM>
  105. Subject: Creating an image of a floppy in a disk file
  106.  
  107. > We need to duplicate a number of DOS floppies (Campus licensed piece
  108. > of software) several hundred times.  We would need a solution where a
  109. > one-to-one image of a floppy can be created in a hard-disk file, from
  110. > where it can be copied to the new floppy disks.
  111.  
  112. A shareware program called COPYQM by Sydex does exactly what you want -
  113. make mutlitple copies from one pass of a diskette.  The file is
  114. probably at SIMTEL in PD:<MSDOS.DSKUTL> and the latest is named
  115. COPYQ225.ZIP
  116.  
  117.                                  ---  Mohit Chadha
  118.  
  119. Bitnet: mchadha@sbccvm        Internet: mchadha@ccvm.sunysb.edu
  120. CompuServe: 70132,1546        Tel : (516)669-5218
  121.  
  122. ------------------------------
  123.  
  124. Date: Fri, 5 Apr 91 14:31:24 CST
  125. From: david@wubios.wustl.edu (David J. Camp)
  126. Subject: Mirror Sites
  127.  
  128. In Reply to this Note From: Kinney <BAUGHMANKR@CONRAD.APPSTATE.EDU>
  129.  
  130. >What are the internet addresses for the Simtel-20 mirror sites?
  131.  
  132. You can access the simtel20 collection via wuarchive.wustl.edu
  133. (128.252.135.4) either via anonymous ftp or NFS.  For information about
  134. NFS, send a human-readable inquiry to archives@wugate.wustl.edu.
  135.  
  136. The simtel20 software is on the mirrors subdirectory.  -David-
  137.  
  138. # david@wubios.wustl.edu             ^     Mr. David J. Camp            #
  139. # david%wubios@wugate.wustl.edu    < * >   +1 314 382 0584              #
  140. # ...!uunet!wugate!wubios!david      v     "God loves material things." #
  141. #             "Priests and Playboys agree:  Be Vulnerable."             #
  142.  
  143. ------------------------------
  144.  
  145. Date: Thu, 4 Apr 91 12:36:01 CST
  146. From: david@wubios.wustl.edu (David J. Camp)
  147. Subject: OBERONM.ZIP - Oberon-M(tm) compiler, lib mods, docs (v1.0)
  148.  
  149. In Reply to this Note From: <E. Videki>
  150. [text deleted]
  151. >Oberon is the 2nd generation programming language past Pascal (and is
  152. >the next step past Modula-2).  It cleans up most of the difficulties of
  153. >Modula, while giving a clean, simple way to do just about anything in a
  154. >type-safe way.  The definition comes from Niklaus Wirth, at ETH in
  155. >Zurich (who of course defined its predecessors).
  156. [text deleted]
  157.  
  158. Does Oberson allow type casts, like C?  The lack of these in Pascal is
  159. IMHO the single biggest flaw in the language.  If they are available in
  160. Oberon, I would have no reason to use C.  -David-
  161.  
  162. # david@wubios.wustl.edu             ^     Mr. David J. Camp            #
  163. # david%wubios@wugate.wustl.edu    < * >   +1 314 382 0584              #
  164. # ...!uunet!wugate!wubios!david      v     "God loves material things." #
  165. #             "Priests and Playboys agree:  Be Vulnerable."             #
  166.  
  167. ------------------------------
  168.  
  169. Date: Fri, 5 Apr 91 14:28:48 CST
  170. From: david@wubios.wustl.edu (David J. Camp)
  171. Subject: port redirection
  172.  
  173. In Reply to this Note From: David Leiser <KDBG100@bgunve.bgu.ac.il>
  174.  
  175. >This is not really about copy protection, tho' it sure looks like it.
  176. >Read on!  I have two programs that require for running that a plug be
  177. >plugged in the printer port. With the printer itself, that makes a
  178. >daisychain of three elements.
  179.  
  180. >Considering that (distance (computer-wall))<Sigma(3 elements) I am
  181. >looking for a way to convince either the security check or the real
  182. >printout stream to go to another parallel port (I have two) I could not
  183. >work it out with lptx.
  184.  
  185. I suggest that you buy a short 25 pin male-to-female DB25 cable for
  186. less than $10.  You can simply turn a corner before attaching your
  187. dongles.  -David-
  188.  
  189. # david@wubios.wustl.edu             ^     Mr. David J. Camp            #
  190. # david%wubios@wugate.wustl.edu    < * >   +1 314 382 0584              #
  191. # ...!uunet!wugate!wubios!david      v     "God loves material things." #
  192. #             "Priests and Playboys agree:  Be Vulnerable."             #
  193.  
  194. ------------------------------
  195.  
  196. Date: Fri, 05 Apr 91 07:54:45 -0500
  197. From: "(Marshall D. Abrams)" <abrams@smiley.mitre.org>
  198. Subject: Yes, there is a 'nroff' clone that accepts 'ms macros'
  199.  
  200. NR: An Implementation of the UNIX NROFF Word Processor is available
  201. from M&T Publishing Inc., 501 Galveston Drive, Redwood City, CA  94063
  202. for $29.95 plus $2.25 shipping, disk included.  There is an 800 number:
  203. 800-533-4372, but no real phone for international use.
  204.  
  205. I am a very satisfied user.
  206.  
  207. Sincerely,
  208.  
  209. - - - - Marshall D. Abrams, phone: (703) 883-6938
  210.    The MITRE Corporation, 7525 Colshire Drive
  211.    Mail Stop Z269, Mc Lean, VA   22102
  212.    FAX: (703) 883-1397
  213.  
  214. ------------------------------
  215.  
  216. Date: Thu, 04 Apr 91 13:09:23 MEX
  217. From: "Gabriel C. Lopez Walle" <COCE01%UNAMVM1.BITNET@ricevm1.rice.edu>
  218. Subject: A Good 'Fast' Backup for Hard Disk Available?
  219.  
  220.   Does anyone know of a product to do good and fast backups from hard
  221. disk (40M), in someone FTP address???
  222.  
  223. ! Gabriel C. Lopez Walle                               !
  224.  
  225. ! Departamento de Investigacion en Sistemas Operativos !
  226. ! Direccion General de Servicios de Computo Academico  !
  227. ! Tel. 550-5215 ext. 3866                              !
  228. ! Universidad Nacional Autonoma de Mexico              !
  229. ! Ciudad de Mexico.                                    !
  230.  
  231. ! BITNET:     COCE01@UNAMVM1                           !
  232. ! INTERNET:   COCE01@UNAMVM1.DGSCA.UNAM.MX             !
  233.  
  234. ------------------------------
  235.  
  236. Date: Fri, 05 Apr 91 17:35:34 IST
  237. From: Baruch Nissenbaum <BARUCH@TAUNIVM.TAU.AC.IL>
  238. Subject: BARCODE standard wanted
  239.  
  240. I am looking for the specification of the 2-of-5 BARCODE standard.  Can
  241. anyone help ?
  242.  
  243. I'll be grateful for any docs / specs / program src / ftp site.
  244.  
  245. Thanks,  Baruch
  246.  
  247. ------------------------------
  248.  
  249. Date: Wed, 03 Apr 91 08:58:21 mst
  250. From: ddodell@stjhmc.fidonet.org (David Dodell)
  251. Subject: Billing for Time/Cost program Needed
  252.  
  253. My wife is a freelance paralegal, and needs a program that she can use
  254. to bill attorneys she works for.  She needs to bill out both hourly,
  255. per job, and include any costs.  If the program could generate an
  256. invoice, besides just keeping track of everything, that would be real
  257. nice too.
  258.  
  259. Does anyone have any recommendations of shareware packages she could
  260. try out?
  261.  
  262. David
  263.           St. Joseph's Hospital and Medical Center, Phoenix, Arizona
  264.         uucp: {gatech, ames, rutgers}!ncar!asuvax!stjhmc!ddodell
  265.     Bitnet: ATW1H @ ASUACAD                    FidoNet=> 1:114/15
  266.     Internet: ddodell@stjhmc.fidonet.org       FAX: +1 (602) 451-1165
  267.  
  268. ------------------------------
  269.  
  270. Date: Thu, 4 Apr 91 18:34:09 CET
  271. From: "Imagine..." <ACSJEC@SEMASSU.BITNET>
  272. Subject: Educational childrens games
  273.  
  274. Hi all,
  275.         My sister just bought an IBM clone for the home.  She has 3
  276. young chil- dren and is interested in good children's games. I've got a
  277. listing of the available programs from SIMTEL-20, but I was wondering
  278. if anybody knew of any commercially available games.  I'd hate to see
  279. her spend 30 or 40 bucks on a game or program for the kids only to find
  280. out it's not what she wanted.  The children are young, the oldest is in
  281. 2nd or 3rd grade (I think) and the other is a preschooler (the youngest
  282. is maybe 2 yrs old and at this point too young I *think*).  I'm don't
  283. have any kids, and haven't played with any programs geered towards kids
  284. so I'm out of my league.
  285.  
  286.         Please reply to me and I'll post the results.  I'm sure
  287. there's enough people out there with children to make it worth posting
  288. in one message. [The editor will be interested!  He has a 2 month old
  289. Baby Girl...  gph]
  290.  
  291.         Thanks for any help in advance,
  292.         Jim Cusson
  293.  
  294.         <ACSJEC@SEMASSU.BITNET>
  295.  
  296. ------------------------------
  297.  
  298. Date: Fri, 5 Apr 91 10:41:58 EDT
  299. From: Joe_Cannata@FALCON.CEO.DG.COM
  300. Subject: PCX <==> CGM Conversion Utilities Requested
  301.  
  302. Does anyone have any PCX to CGM and CGM to PCX conversion utilities?
  303. Our Data General mainframes have a draw package that saves to CGM. I
  304. would like to take these and export to PC Paintbrush.
  305.  
  306. Please contact:
  307. Joe Cannata
  308. Data General Corporation
  309. 7927 Jones Branch Dr Suite 200
  310. Mclean, VA 22102
  311. 703-827-9690
  312.  
  313. ------------------------------
  314.  
  315. Date: 5 Apr 91 02:02:02 GMT
  316. From: Shaun Case <shaunc%gold.gvg.tek.com@RELAY.CS.NET>
  317. Subject: Importing Apple II disk images -> PC
  318.  
  319. I recently got a copy of a really neat Apple 2 emulator from Simtel.
  320. Being a past devotee of the Apple ][ family, I find myself with about
  321. 100 disks of Apple ][ software and development tools, but no Apple.
  322.  
  323. The problem is, the emulator, while quite complete, uses disk images of
  324. apple disks stored on the PC's hard disk (ie, 143k binary files, 1 per
  325. disk.)  The emulator comes with a single disk image but does not
  326. support any kind of serial IO.  So, the problem is -- how can I get my
  327. old Apple ][ disks as binary images on my PC's hard disk?  I can round
  328. up an old Apple II with a modem, but I don't want to transfer files,
  329. just an image of the whole disk.  I could use DDD on the apple side to
  330. create the image, but then when I get it on the PC side, I can't un-DDD
  331. it.
  332.  
  333. What I would like is an apple term program that will send binary images
  334. of a disk in an uncompressed format, using a protocol that does at
  335. least some meager error detection (like Xmodem.)  However, I can't be
  336. choosy, so I'll take what I can get.
  337.  
  338. The author left no address that I could find in the package; if anyone
  339. has an idea about how to do this, please let me know.  I've long since
  340. run out of space for obsolete computers on my desk.  :-)
  341.  
  342. Shaun.
  343.  
  344. ------------------------------
  345.  
  346. Date: Fri, 05 Apr 91 13:52:58 EST
  347. From: Scott Fenstermacher <SCOTT%WMVM1.bitnet@VTVM2.CC.VT.EDU>
  348. Subject: Ooptional EPROM on PC's
  349.  
  350. I would like to add an EPROM with some specialized code on some PC's.
  351. I need to find what DOS requires to do this. I know that BIOS scans
  352. memory between c8000 and e0000 in 2 K blocks for the 2 bytes 55 AA. But
  353. I only have sketchy information on lengths, far jumps, CRC's and
  354. returning back to BIOS. I really could use more information. Does
  355. anyone know where more information could be found? Any help would be
  356. appreciated.
  357.  
  358. Scott
  359. |INTERNET: scott@wmvm1.cc.wm.edu | U.S. Mail:                   |
  360. |          scott@cs.wm.edu       | Scott Fenstermacher          |
  361. |BITNET:   scott@wmvm1           | College of William and Mary  |
  362. |          iusrdsf@wmmvs         | Computer Center - Jones Hall |
  363. |AT&TNET:  (804) 221-3005        | Williamsburg, VA. 23185      |
  364.  
  365. ------------------------------
  366.  
  367. Date: Fri, 05 Apr 1991 12:15:26 EST
  368. From: garber@aru.dom.uab.edu
  369. Subject: Encapsulated postscript files/Not Encapsulated Files
  370.  
  371. What's the difference between a garden-variety postscript printer file
  372. and an encapsulated postscript (EPS) file?
  373.  
  374. ------------------------------
  375.  
  376. Date: Tue, 02 Apr 91 22:09:56 CET
  377. From: Marcin Palacz <PALACZ%PLEARN@pucc.PRINCETON.EDU>
  378. Subject: programming (Adaptec) SCSI host interface
  379.  
  380. I use the EXABYTE tape drive with SCSI Adaptec 1542 host interface in
  381. 386 box. I would like to be able perform simple operations on the tape
  382. i.e.: read/write block of specified length, rewind tape, find EOF mark,
  383. etc...
  384.  
  385. Does anybody can give me any hints for writing such software ?  Where
  386. can I get the list of Adaptec's functions from ?  Does anybody know
  387. about any libraries (callable from Pascal, C or Fortran) doing the job
  388. with Adaptec ?
  389.  
  390. Thanks in an advance !
  391.                          Marcin Palacz
  392.                          Soltan Institute for Nuclear Studies
  393.                          PL 05-400 Swierk
  394.                          Poland
  395.                          e-mail: PALACZ@PLEARN.BITNET
  396.  
  397. ------------------------------
  398.  
  399. Date: Fri, 5 Apr 91 12:17:52 BST
  400. From: David J Bartrum <djb@gec-marconi-software-systems.co.uk>
  401. Subject: Reading BBC Micro-Floppy Disks with PC
  402.  
  403. Does anybody know of a program to reconfigure the IBM PC floppy disk
  404. drive to read BBC micro floppy disks?
  405.  
  406. Failing this, what about any information on reconfiguring the floppy
  407. drive (by software) or info on the physical formats of BBC or PC floppy
  408. disks?
  409.  
  410. ------------------------------
  411.  
  412. Date: Fri, 5 Apr 1991 14:05 CST
  413. From: Anthony Li <U230700%TWNCU865.BITNET@CUNYVM.CUNY.EDU>
  414. Subject: Source Code for Kyoto LISP Available?
  415.  
  416. Does any body know how can I get the source code of Kyoto LISP ?  I
  417. hear form some professors that there is somewhere provide this.
  418.  
  419. Thank you very much.
  420. Anthony Li
  421. National Central University
  422. ChungLi, Taiwan
  423. Bitnet: u230700@twncu865
  424.  
  425. ------------------------------
  426.  
  427. End of Info-IBMPC Digest V91 #89
  428. ********************************
  429. -------
  430. ReadMail: Enter command or !
  431. .