home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / cpm / 8608-1.txt < prev    next >
Text File  |  1993-02-12  |  233KB  |  5,412 lines

  1.  1-Aug-86 02:27:44-MDT,906;000000000000
  2. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 02:27:38-MDT
  4. Received: from brl-smoke.arpa by AMSAA.ARPA id aa03039; 1 Aug 86 3:56 EDT
  5. Received: from USENET by SMOKE.BRL.ARPA id a008372; 1 Aug 86 3:46 EDT
  6. From: "Lynn B. Dobbs" <dobbs%marlin.uucp@BRL.ARPA>
  7. Newsgroups: net.micro.cpm
  8. Subject: Kaypro 4 (1983) bug
  9. Message-ID: <644@marlin.UUCP>
  10. Date: 31 Jul 86 22:47:36 GMT
  11. To:       info-cpm@AMSAA.ARPA
  12.  
  13. When Mike tries to run his serial port above 1200 baud, characters 
  14. begin dropping out of the text.  The system works very well at 1200
  15. or below.  Different terminal programs have been tried, as well as 
  16. different modems.
  17.  
  18. When logged onto a vax running unix, the vax understands all characters
  19. sent from the Kaypro, but the display still drops characters.
  20.  
  21. Has anyone seen this problem?  And does any one have a fix?
  22.  
  23. Thanks.
  24.  1-Aug-86 03:12:01-MDT,1191;000000000000
  25. Return-Path: <info-cpm-request@AMSAA.ARPA>
  26. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 03:11:51-MDT
  27. Received: from brl-smoke.arpa by AMSAA.ARPA id a003039; 1 Aug 86 3:56 EDT
  28. Received: from USENET by SMOKE.BRL.ARPA id a008364; 1 Aug 86 3:46 EDT
  29. From: novick <novick%uoregon.uucp@BRL.ARPA>
  30. Newsgroups: net.micro.cpm
  31. Subject: Osborne I terminal emulation?
  32. Message-ID: <140800001@uoregon.UUCP>
  33. Date: 29 Jul 86 18:56:00 GMT
  34. Nf-ID: #N:uoregon:140800001:000:610
  35. Nf-From: uoregon!novick    Jul 29 10:56:00 1986
  36. To:       info-cpm@AMSAA.ARPA
  37.  
  38. []
  39.  
  40. What terminal does the Osborne I emulate?  I have an original tan-case with
  41. the official double-density and 80/104 column upgrades.  I recall reading in
  42. an old issue of The Portable Companion that the O1 emulated a tvi920.  However,
  43. using this driver results in 1) control codes being displayed on the screen, 
  44. and 2) no line-feeds.  If you're using an O1 to communicate with another
  45. system and you've got a terminal emulation that works, please let me know.
  46.  
  47. Thanks.
  48.  
  49. David Novick
  50. Computer and Information Science Department
  51. University of Oregon
  52. Eugene, Oregon  97403
  53.  
  54. {tek|hp-pcd|ogc-vax}!uoregon!novick
  55.  1-Aug-86 07:09:44-MDT,1315;000000000000
  56. Return-Path: <info-cpm-request@AMSAA.ARPA>
  57. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 07:09:34-MDT
  58. Received: from mitre.arpa by AMSAA.ARPA id a006152; 1 Aug 86 8:23 EDT
  59. Full-Name: Thomas Reid
  60. Message-Id: <8608011223.AA29265@mitre.ARPA>
  61. Organization: The MITRE Corp., Washington, D.C.
  62. To: dobbs%marlin.uucp@BRL
  63. Cc: info-cpm@AMSAA.ARPA
  64. Subject: Re: Kaypro 4(9183) bug
  65. Date: Fri, 01 Aug 86 08:23:49 -0500
  66. From: treid@MITRE.ARPA
  67.  
  68. I had a KP 2x (1984) with the same "feature".  The graphics screen monitor
  69. is so slow that it cannot keep up above 1200 baud.  Microcornucopia sells
  70. a new ROM for Kaypros which is supposed to get you up to about 4800 baud.
  71. The problem is with the line feed portion of the memory mapped I/O.  From
  72. the time that you issue a LF at 9600 baud until the routine returns, you 
  73. have "missed" 3 or 4 characters at the modem port.
  74.  
  75. A possibility is to modify your modem 7 clone or kermit to issue an XOFF
  76. just before you do a line feed to shut off the incoming characters, do the
  77. LF, and then XON to continue receiving. (Your host will hate you.)
  78.  
  79. What you really need is an asynchronous modem port handler.  Check with the
  80. local Kaypro gurus and see if there is one.  The problem can't be all that
  81. rare that someone hasn't done something.
  82.  
  83. Good luck.
  84.  1-Aug-86 08:34:33-MDT,1126;000000000000
  85. Return-Path: <info-cpm-request@AMSAA.ARPA>
  86. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 08:34:25-MDT
  87. Received: from brl-smoke.arpa by AMSAA.ARPA id a008992; 1 Aug 86 9:47 EDT
  88. Received: from USENET by SMOKE.BRL.ARPA id a015362; 1 Aug 86 9:43 EDT
  89. From: Peter Arrgh Korn <korn@cory.ucb-vax.ARPA>
  90. Newsgroups: net.micro.cpm
  91. Subject: Kaypro question
  92. Message-ID: <8608010745.AA16733@cory.Berkeley.EDU>
  93. Date: 1 Aug 86 07:40:09 GMT
  94. Sender: daemon@ucb-vax.ARPA
  95. To:       info-cpm@AMSAA.ARPA
  96.  
  97. First off, many thanks to the many replies I've gotten re: my Plea for
  98. help on a SuperBrain problem.  I'll be posting my results shortly (I'm
  99. taking an alternate route to solve the problem).
  100.  
  101. And now for my question:  Is there a way to take a Kaypro 2/4 and modify
  102. it to be IBM compatible?  I've heard rumors to this effect, but as
  103. yet I've gotten no names of places that'll do it.
  104.  
  105. Thanks again,
  106. Peter
  107.  
  108. -------                          "Fred Astaire?  Ginger
  109. Peter Korn                       Rogers did everything
  110. korn@ucbvax.Berkeley.EDU               he did, backwards
  111. {decvax,dual,hplabs,sdcsvax,ulysses}!ucbvax!korn   and in high heels!"
  112.  1-Aug-86 13:48:08-MDT,2129;000000000000
  113. Return-Path: <info-cpm-request@AMSAA.ARPA>
  114. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 13:47:50-MDT
  115. Received: from lll-mfe.arpa by AMSAA.ARPA id a013417; 1 Aug 86 13:02 EDT
  116. Date: Fri, 1 Aug 86 13:01 EST
  117. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  118. Subject: Kaypro-as-terminal problems
  119. To: INFO-CPM@AMSAA.ARPA
  120.  
  121. From:    <SECRIST%OAK.SAINET.MFENET@LLL-MFE.Arpa>   (Richard C. Secrist)
  122. Date:    Fri,  1-AUG-1986 13:02 EST
  123. To:      INFO-CPM@AMSAA.ARPA
  124. Message-ID: <[OAK.SAINET.MFENET].EB197AE0.008F2CA7.SECRIST>
  125. Header-Disclaimer: I don't like my headers either.
  126. Quote: "May your future be limited only by your dreams." -- Christa McAuliffe
  127. Organization:  Science Applications Int'l. Corp., Oak Ridge, Tenn., USA
  128. CompuServe-ID: [71636,52]
  129. X-VMS-Mail-To: CPM
  130.  
  131. >       From: "Lynn B. Dobbs" <dobbs%marlin.uucp@BRL.ARPA>
  132. >       Subject: Kaypro 4 (1983) bug
  133. >       Date: 31 Jul 86 22:47:36 GMT
  134. >       
  135. >       When Mike tries to run his serial port above 1200 baud, characters 
  136. >       begin dropping out of the text.  The system works very well at 1200
  137. >       or below.  Different terminal programs have been tried, as well as 
  138. >       different modems.
  139. >       
  140. >       When logged onto a vax running unix, the vax understands all characters
  141. >       sent from the Kaypro, but the display still drops characters.
  142. >       
  143. >       Has anyone seen this problem?  And does any one have a fix?
  144. >
  145. >       Thanks.
  146.  
  147. I have had similar problems using a friend's '2 on a VAX under VMS.  I
  148. could do like 3600 if I turned up the NULLS, but the problem then was
  149. his monitor displayed them as /@@@@/ for however many I turned on, which
  150. loses.
  151.  
  152. Are you familar with Micro Cornucopia magazine ?  Amongst their
  153. public doman collections for the Kaypro is a terminal program that does
  154. the Right Thing for Kaypros (whatever that is) so I could run 9600 no
  155. problem without nulls.  The Micro-8 monitor ROM upgrade (?!) from the 
  156. same folks also took care of the null-echo problem.
  157.  
  158. If you don't have an address I can go find it and post it.
  159.  
  160. r c s
  161. SECRIST%OAK.SAInet.MFEnet@LLL-MFE.Arpa
  162.  1-Aug-86 13:49:10-MDT,1359;000000000000
  163. Return-Path: <info-cpm-request@AMSAA.ARPA>
  164. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 13:48:52-MDT
  165. Received: from lll-mfe.arpa by AMSAA.ARPA id a013675; 1 Aug 86 13:12 EDT
  166. Date: Fri, 1 Aug 86 13:10 EST
  167. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  168. Subject: Osborne I emulation
  169. To: INFO-CPM@AMSAA.ARPA
  170.  
  171. From:    <SECRIST%OAK.SAINET.MFENET@LLL-MFE.Arpa>   (Richard C. Secrist)
  172. Date:    Fri,  1-AUG-1986 13:11 EST
  173. To:      INFO-CPM@AMSAA.ARPA
  174. Message-ID: <[OAK.SAINET.MFENET].3D6750A0.008F2CA9.SECRIST>
  175. Header-Disclaimer: I don't like my headers either.
  176. Quote: "May your future be limited only by your dreams." -- Christa McAuliffe
  177. Organization:  Science Applications Int'l. Corp., Oak Ridge, Tenn., USA
  178. CompuServe-ID: [71636,52]
  179. X-VMS-Mail-To: CPM
  180.  
  181. >       From: novick <novick%uoregon.uucp@BRL.ARPA>
  182. >       Subject: Osborne I terminal emulation?
  183. >       Date: 29 Jul 86 18:56:00 GMT
  184. >       
  185. >       What terminal does the Osborne I emulate?  I have an original...
  186. >                                       ...
  187. >                                       ...
  188. >       David Novick
  189.  
  190. If you don't have any luck getting an answer (or if someone out there has
  191. an "unknown" type) we could compile a list of say, all known DEL EOL
  192. sequences and you could just write a program to try them all until one
  193. connected...
  194.  
  195. r c s
  196.  1-Aug-86 14:43:30-MDT,1181;000000000000
  197. Return-Path: <info-cpm-request@AMSAA.ARPA>
  198. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 14:43:16-MDT
  199. Received: from rand-unix.arpa by AMSAA.ARPA id a019167; 1 Aug 86 15:58 EDT
  200. Received: from rondo.RSAC (rondo) by rand-unix.ARPA; Fri, 1 Aug 86 11:55:31 pdt
  201. Received: from holst by rondo.RSAC; Fri, 1 Aug 86 11:53:40 PDT
  202. From: Chris McMenomy <christe%rondo@RAND-UNIX.ARPA>
  203. Message-Id: <8608011853.AA05698@rondo.RSAC>
  204. To: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  205. Cc: INFO-CPM@AMSAA.ARPA
  206. Cc: christe%rondo@RAND-UNIX.ARPA
  207. Subject: Re: Osborne I emulation
  208. In-Reply-To: Your message of Fri, 1 Aug 86 13:10 EST.
  209.              <8608011753.AA01235@rand-unix.ARPA>
  210. Date: Fri, 01 Aug 86 11:52:34 PDT
  211.  
  212.  
  213.  
  214.  
  215. The Osborne I (brown case) emulates the old televideo 920.  I have used
  216. the standard TERMCAP for the tvi920 with the columns modified to 51 for
  217. four years, and been able to use the Rand editor and play rogue (under a
  218. version that thought 51 columns was okay) and do other heavy cursor
  219. package routines from home with a hayes modem at 1200 baud and the public
  220. domain OTERM terminal package.
  221.  
  222. Hope that helps.
  223.  
  224.  
  225. Christe McMenomy
  226. Rand Corporation
  227.  
  228.  1-Aug-86 22:28:09-MDT,848;000000000000
  229. Return-Path: <info-cpm-request@AMSAA.ARPA>
  230. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 1 Aug 86 22:27:57-MDT
  231. Received: from brl-smoke.arpa by AMSAA.ARPA id a021823; 1 Aug 86 21:51 EDT
  232. Received: from USENET by SMOKE.BRL.ARPA id a013410; 1 Aug 86 21:42 EDT
  233. From: Tim Born <timborn%ihlpg.uucp@BRL.ARPA>
  234. Newsgroups: net.micro.cpm
  235. Subject: Can Ampro R/W other floppies?
  236. Message-ID: <2287@ihlpg.UUCP>
  237. Date: 1 Aug 86 07:37:45 GMT
  238. To:       info-cpm@AMSAA.ARPA
  239.  
  240. The Ampro little board is pretty flexible as far as disk formats.  I'm trying
  241. to figure out the parameters for the Ampro so it can read and write disks
  242. from an Apple (running CP/M) and an AT&T 6300 (also running CP/M).  If you
  243. have twiddled with the Ampro's disk formats before, please let me know what
  244. your experience has been.
  245.  
  246. Regards,
  247. tim
  248.  
  249. ...ihnp4!hvlpb!tborn
  250.  2-Aug-86 04:13:27-MDT,715;000000000000
  251. Return-Path: <info-cpm-request@AMSAA.ARPA>
  252. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 2 Aug 86 04:13:20-MDT
  253. Received: from brl-smoke.arpa by AMSAA.ARPA id a025385; 2 Aug 86 5:43 EDT
  254. Received: from USENET by SMOKE.BRL.ARPA id a016226; 2 Aug 86 5:41 EDT
  255. From: Stephen King <king%dciem.uucp@BRL.ARPA>
  256. Newsgroups: net.micro.cpm
  257. Subject: wanted: PD DBMS or spreadsheet
  258. Message-ID: <1903@dciem.UUCP>
  259. Date: 30 Jul 86 17:52:36 GMT
  260. To:       info-cpm@AMSAA.ARPA
  261.  
  262. /* munch */
  263.  
  264. Hello! Does anyone know of a public domain (or cheap) data base
  265. manager for a cp/m-80 machine? (Epson QX) A spreadsheet with
  266. data base capabilities would do just as well. Thanks.
  267.  
  268.                     ...sjk
  269.     ...!ihnp4!utzoo!dciem!king
  270.  2-Aug-86 04:30:44-MDT,2084;000000000000
  271. Return-Path: <info-cpm-request@AMSAA.ARPA>
  272. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 2 Aug 86 04:30:32-MDT
  273. Received: from brl-smoke.arpa by AMSAA.ARPA id a025503; 2 Aug 86 5:55 EDT
  274. Received: from USENET by SMOKE.BRL.ARPA id a016310; 2 Aug 86 5:44 EDT
  275. From: dick gardner <gardner%kodak.uucp@BRL.ARPA>
  276. Newsgroups: net.micro.cpm
  277. Subject: Re: Text Editors
  278. Message-ID: <513@kodak.UUCP>
  279. Date: 31 Jul 86 14:54:55 GMT
  280. To:       info-cpm@AMSAA.ARPA
  281.  
  282. This doesn't qualify as a Public Domain entry, but the price is
  283. so low, it's almost stealing.
  284.  
  285. I have used the MIX editor that you've seen advertised everywhere
  286. for $29 with great success. 
  287.  
  288. My system: in case it's important, is a Lobo Max-80.  It is a 5 Mhz
  289. Z80-based system w/128k RAM, 2 serial ports, built-in 5" and 8" floppy
  290. drivers, as well as SASI H.D. interface, Real Time Clock, etc.
  291. It runs Radio Shack MIII programs (under LDOS) and also runs CPM 2.2
  292. and CPM PLUS (3.0).
  293.  
  294. I won't clutter up the net with a lot of specs (unless someone requests
  295. specific information), but this Editor made it possible for me to use
  296. CPM effectively. Previously, I was not able to do very much in the way
  297. of programming, lacking a decent editor.
  298.  
  299. Quickie, condensed specs:  all of the commands are based on those that
  300. Micropro's Wordstar uses. They are just about exactly the same.  If you
  301. don't like that, you can change all the key bindings. This thing does
  302. windows, multiple files, long files, split screens, etc.  You can set
  303. up initialization files so that different versions are available.
  304. It has a very nice Macro command facility.
  305.  
  306. Quite a bargain for $29 bucks!
  307.  
  308. Usual disclaimer: I have no vested interest in this company, am just
  309. a satisfied user.
  310.  
  311.  
  312. =#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
  313.  
  314.              Dick Gardner
  315.              Eastman Kodak Co.
  316.              Rochester, New York  14650
  317.              (716) 477-1002
  318.        UUCP: rochester!kodak!gardner
  319.  
  320. To err is human -- to really screw it up
  321.            you need a computer!
  322. =#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
  323.   
  324.  2-Aug-86 04:53:59-MDT,1048;000000000000
  325. Return-Path: <info-cpm-request@AMSAA.ARPA>
  326. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 2 Aug 86 04:53:53-MDT
  327. Received: from brl-smoke.arpa by AMSAA.ARPA id a025505; 2 Aug 86 5:56 EDT
  328. Received: from USENET by SMOKE.BRL.ARPA id a016357; 2 Aug 86 5:46 EDT
  329. From: Russ Herman <rwh%aesat.uucp@BRL.ARPA>
  330. Newsgroups: net.micro.cpm,net.micro.pc
  331. Subject: CP/M-86 help wanted
  332. Message-ID: <626@aesat.UUCP>
  333. Date: 31 Jul 86 17:41:45 GMT
  334. To:       info-cpm@AMSAA.ARPA
  335.  
  336. I am trying to use CP/M-86 ver 1.1 (Mar. 83) on an 2-floppy XT clone. At some
  337. point in the boot process, it goes beserk from receiving an interrupt from
  338. the hard disk controller. Is there any patch available to make the system
  339. totally oblivious of the hard disk? Please E-mail if you can help. Thanks.
  340. -- 
  341.   ______            Russ Herman
  342.  /      \            {allegra,ihnp4,pyramid,decvax}!utzoo!aesat!rwh
  343. @( ?  ? )@            
  344.  (  ||  )            The opinions above are strictly personal, and 
  345.  ( \__/ )            do not reflect those of my employer (or even
  346.   \____/            possibly myself an hour from now.)
  347.  2-Aug-86 22:21:29-MDT,5289;000000000000
  348. Return-Path: <info-cpm-request@AMSAA.ARPA>
  349. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 2 Aug 86 22:21:11-MDT
  350. Received: from brl-smoke.arpa by AMSAA.ARPA id a025959; 2 Aug 86 7:51 EDT
  351. Received: from USENET by SMOKE.BRL.ARPA id a017274; 2 Aug 86 7:43 EDT
  352. From: Erik Lindberg <del%pilchuck.uucp@BRL.ARPA>
  353. Newsgroups: net.micro.pc,net.micro.cpm
  354. Subject: Running CPM *and* Z80 code under DOS!!
  355. Message-ID: <381@pilchuck.UUCP>
  356. Date: 1 Aug 86 23:34:24 GMT
  357. Keywords: Greatest Public Domain Program ever.
  358. To:       info-cpm@AMSAA.ARPA
  359.  
  360. This posting is in response to an article requesting information on
  361. running CPM applications under MS-DOS (not for him, for his sister :-)
  362. One response suggested a V20 chip, but that really doesn't help, because
  363. that only handles the 8080 instructions (most CPM machines are Z80) and
  364. also does not provide you with the BDOS interface critical to any CPM
  365. program. But there is a good solution:
  366.  
  367. Tell your sister it *is* possible to run almost any program from a true
  368. CPM environment, where "true" is defined as one that does not depend on
  369. any hardware specific features of the system it was running under. The
  370. efficiency of the operation depends on your implementation.
  371.  
  372. 1) FREE: This is the method I use. It is also the slowest method, but
  373.    has some side benefits I find irresistable, besides the price. There
  374.    is a public domain program that fully implements the Z80 instruction
  375.    set and all the relevant CPM BDOS calls. It also provides a VT52
  376.    emulator which may be turned on or off with a simple command. You can
  377.    suspend your CPM task at any time and examine memory, debug, set break
  378.    points, disassemble, even execute a DOS subshell, and then pick up
  379.    execution where it left off. In fact it includes a very flexible and
  380.    complete symbolic debugger as part of the "CPM" environment, which
  381.    even has an option to generate an output file that may be recompiled
  382.    with MAC80 to create the original COM file. Variables and labels are
  383.    assigned on the fly or read from an initialization file.
  384.  
  385.    I have run DbaseII, SuperCalc, Laboratory Microsystems FORTH, Turbo
  386.    pascal and MS-BASIC under the shell with no problems. You get a
  387.    63k TPA, too, which I have never seen in any *real* CPM system!
  388.    Utilities like STAT, directory sorters, and the like don't work, they
  389.    make no sense given the environment you are in. You use the resident
  390.    PC utilities for that stuff by prefixing it with "!" (just like the
  391.    big boys on Unix Ma!).
  392.  
  393.    For number crunching we are hurting in this department. A typical PC
  394.    at 4.77Mhz benchmarks at the equivalent of a 250 Khz Z80 CPU, not too
  395.    impressive (or impressive in a negative sense of the word :-). File
  396.    access is done in native mode, so it is alot better. On my 8Mhz AT
  397.    the emulator benchmarks at 1.2 Mhz equivalent Z80 speed, but the file
  398.    access is so much faster that my Dbase applications run at the same
  399.    speed they did under my 4Mhz Z80 CPM system. And that was the original
  400.    reason *I* was interested in this.
  401.  
  402.    If anyone is interested in this program, E-mail me and we can setup
  403.    some way to get it to you. I won't send it over the net, it is too big.
  404.    But you could download it from me, or send me a disk, or something.
  405.  
  406. 2) <$100: Buy the V20 chip and one of the commercial emulators that provide
  407.    emulation of the missing Z80 opcodes and the CPM environment. Total cost
  408.    will be very nearly $100. From a speed standpoint this solution is vastly
  409.    superior. From a compatibility standpoint, somewhat less so. I tried this
  410.    method first, and was disappointed. Besides not haveing the great
  411.    environment of (1), allowing DOS execution and debugging, there was
  412.    generally a poor user interface and compatibility problem. Without going
  413.    into a more lengthy discussion, I found that some packages would work in
  414.    one environment and not in another. Some packages require you to go to
  415.    painfull contortions to get the application up and running.
  416.  
  417. 3) >$250: Buy a Z80 host board and plug it into your PC. I am currently
  418.    considering this option. Logically you could expect the best of all
  419.    worlds in this case. You have a true Z80 processor, with it's own
  420.    memory, and it only depends on the PC for doing it's I/O. You 
  421.    could have *real* CPM running on this hummer! At 8 Mhz! I have seen
  422.    several different boards to do this, the cheapest one which seems to
  423.    have the capabilities I would be looking for is advertised in last
  424.    months Byte magazine for only $199. The catch here is that you are
  425.    dependant on how they wrote their BIOS as to whether you have a really
  426.    useable system. I don't have any experience with the company, so I
  427.    can't really say how good it is likely to be, but if you are not 
  428.    in a hurry, I will probably be buying this system and I could post a 
  429.    review to the net. For about $600-$800 you can get the original "Blue"
  430.    board, which has a good reputation for compatibility.
  431.  
  432. Hope this helps!!
  433.  
  434.  
  435. del (Erik Lindberg) aka Hugable
  436.  
  437.  
  438. Hugs: One of the few good things in life that are still free.
  439. -- 
  440.  
  441. del (Erik Lindberg) aka Hugable
  442.  
  443.  
  444. Hugs: One of the few good things in life that are still free.
  445.  3-Aug-86 04:27:46-MDT,1534;000000000000
  446. Return-Path: <info-cpm-request@AMSAA.ARPA>
  447. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 3 Aug 86 04:27:33-MDT
  448. Received: from brl-smoke.arpa by AMSAA.ARPA id aa02489; 3 Aug 86 5:50 EDT
  449. Received: from USENET by SMOKE.BRL.ARPA id a002498; 3 Aug 86 5:44 EDT
  450. From: pete%stc.co.uk@BRL.ARPA
  451. Newsgroups: net.micro.cpm
  452. Subject: Re: CP/M Text Editors
  453. Message-ID: <980@bute.tcom.stc.co.uk>
  454. Date: 1 Aug 86 09:54:19 GMT
  455. Posted: Fri Aug  1 09:54:19 1986
  456. To:       info-cpm@AMSAA.ARPA
  457.  
  458. >
  459. > f anyone wants more information about PMATE, I would welcome their
  460. > nquiries, since I am probably the most active supporter around of the 8-bit
  461. > ersion of PMATE (there are 16-bit versions, too).  A special section (with
  462. > estricted access) of my remote access system, the Newton Z-Node
  463. > 617-965-7259, pw=DDT), is devoted to PMATE support.  It includes a bulletin
  464. > oard with suggestions and tips on exploiting PMATE's capabilities and an
  465. > xtensive collection of macros.
  466.  
  467.         My apologies for posting this; my attempt at sending email
  468.         to you bounced.
  469.  
  470.         This sounds like the greatest thing since unsliced bread!
  471.         Can you point me (and perhaps other USEnetters) to where
  472.         PMATE can be obtained, please?  Particularly, outside the USA.
  473. -- 
  474.     Peter Kendell <pete@tcom.stc.co.uk>
  475.  
  476.     ...!mcvax!ukc!stc!pete
  477.  
  478.     "Lord Finchley tried to mend the Electric Light,
  479.      Himself.
  480.      It Struck him Dead! And Serve him Right!
  481.      It is the Duty of the Wealthy Man,
  482.      To give Employment to the Artisan."
  483.  3-Aug-86 04:50:14-MDT,1374;000000000000
  484. Return-Path: <info-cpm-request@AMSAA.ARPA>
  485. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 3 Aug 86 04:50:07-MDT
  486. Received: from brl-smoke.arpa by AMSAA.ARPA id a002489; 3 Aug 86 5:50 EDT
  487. Received: from USENET by SMOKE.BRL.ARPA id a002481; 3 Aug 86 5:43 EDT
  488. From: Bob Amen <amen%quequeg.uucp@BRL.ARPA>
  489. Newsgroups: net.micro.cpm
  490. Subject: Re: Text Editors
  491. Message-ID: <113@quequeg.UUCP>
  492. Date: 1 Aug 86 22:39:58 GMT
  493. To:       info-cpm@AMSAA.ARPA
  494.  
  495. In article <513@kodak.UUCP>, gardner@kodak.UUCP (dick gardner) writes:
  496. > This doesn't qualify as a Public Domain entry, but the price is
  497. > so low, it's almost stealing.
  498. > I have used the MIX editor that you've seen advertised everywhere
  499. > for $29 with great success. 
  500.  
  501.     What sounds like an even greater deal is their current
  502. package price for both the editor and their C compiler...does
  503. anybody know whether their compiler is any good???  They claim
  504. its a complete C...how about code size and compile times.  If
  505. anybody has any experience with their compiler I, for one,
  506. would like to heare about it.  I'm currently looking for
  507. a decent C for my Z80 CP/M system that's not too costly.
  508. $55 sounds pretty good.
  509.  
  510.     Bob Amen
  511.  
  512. UUCP:  seismo!umcp-cs!aplcen!quequeg!amen
  513.  
  514. USPS:    Chesapeake Bay Institute
  515.     4800 Atwell Rd
  516.     Shady Side, MD 20764-0037
  517.  
  518. Voice:    (301)867-7550
  519.     (301)269-5373 (Balt.)
  520.  3-Aug-86 20:22:15-MDT,2369;000000000000
  521. Return-Path: <info-cpm-request@AMSAA.ARPA>
  522. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 3 Aug 86 20:22:07-MDT
  523. Received: from brl-smoke.arpa by AMSAA.ARPA id a005632; 3 Aug 86 21:46 EDT
  524. Received: from USENET by SMOKE.BRL.ARPA id a004903; 3 Aug 86 21:41 EDT
  525. From: "Willie Smith, LTN Components Eng." <w_smith@wookie.dec.com>
  526. Newsgroups: net.micro.cpm
  527. Subject: re: MIX editor
  528. Message-ID: <4589@decwrl.DEC.COM>
  529. Date: 3 Aug 86 16:37:06 GMT
  530. Sender: daemon@dec.ARPA
  531. To:       info-cpm@AMSAA.ARPA
  532.  
  533. In a previous article, Dick (kodak!gardner) Gardner sang the
  534. praises of the MIX editor ($30 through MIX Software), and I
  535. thought I should give equal time to an opposing view.  I bought
  536. the MIX editor about a year ago and had all sorts of problems
  537. with it.  A quick look at it with a debugger, and the setting
  538. up of a new stack pointer at the beginning of the program helped
  539. some of the more serious (random) crashes, but I still had some
  540. problems with it.  It seemed to crash if you reached the end of
  541. the memory buffer without _manually_ swapping buffers, it took
  542. _forever_ to do a block move, there was no easy way to back up
  543. in large files, and it would occasionally go away at random
  544. times.  I have renamed it to the MIXmaster editor and stuffed
  545. it into a drawer somewhere.  I called the company to tell them
  546. about my partial fix (the stack pointer) and they denied there
  547. was a problem, treated me like an idiot {I may be one, but I
  548. resent the attitude of 'there couldn't be anything wrong with
  549. _our_ software, dummy'}, and made me call their 'technical'
  550. line (my dime) with my bug report.
  551.     Admittedly, this is a (potentially) wonderful program, as
  552. when it was working, it worked really well, I was able to set
  553. it up about halfway between RSX KED and Wordstar, and was very
  554. powerful and extensable.  However, unexplained random crashes
  555. and serious problems with large files made me put it aside and
  556. purchase Wordstar...
  557.     My system is a (primarily) Compupro S-100 machine running
  558. CP/M 2.2N with (at the time) 64K, 6MHz Z-80, no interrupts, and
  559. 2 8 inch floppies.
  560.  
  561. Willie Smith
  562. UUCP:    decwrl!wookie.dec.com!smith
  563. Internet:    smith@wookie.dec.com
  564.  
  565. The opinions above are those of myself, and I have no affiliation
  566. (other than that of a customer) of Compupro, MIX Software, or
  567. Digital Research, whose trademarks appear above.
  568.  3-Aug-86 22:00:50-MDT,14296;000000000000
  569. Return-Path: <info-cpm-request@AMSAA.ARPA>
  570. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 3 Aug 86 22:00:09-MDT
  571. Received: from simtel20.arpa by AMSAA.ARPA id a006107; 3 Aug 86 23:14 EDT
  572. Date: Sun, 3 Aug 1986  21:14 MDT
  573. Message-ID: <KPETERSEN.12228004475.BABYL@SIMTEL20.ARPA>
  574. Sender: KPETERSEN@SIMTEL20.ARPA
  575. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  576. To:   Info-Cpm@AMSAA.ARPA
  577. Subject: New CP/M files on SIMTEL20 30-Jun-86 thru 31-Jul-86
  578.  
  579. Below is a list of new files added to SIMTEL20's <CPM.*> directories
  580. between 30-Jun-86 and 31-Jul-86.
  581.  
  582. For a complete list of all files, get:
  583.  
  584. PD:<CPM>CPM.CRCLST - directory name, filename, type, size and CRC
  585. PD:<CPM>FILES.DIR  - directory and filenames only
  586. PD:<CPM>FILES.IDX  - directory name, file name, size, date on each line
  587.  
  588.         Filename                Type     Bytes   CRC
  589.  
  590. PD:<CPM.BASIC>
  591.         B-COMPIL.LBR.1          BINARY   87424  D5E5H
  592.         BASCMNOT.LBR.1          BINARY    9088  6FB0H
  593.         CODECRAK.LBR.1          BINARY    2048  2CB5H
  594.  
  595. PD:<CPM.BBSLISTS>
  596.         FIDOLIST.80.1           ASCII    85556  0921H
  597.         FINDRCPM.LBR.1          BINARY   13184  FEA9H
  598.         PBBS002.LQT.1           BINARY    6528  2A00H
  599.         RBBS-26G.LST.1          ASCII    34235  9DD3H
  600.         RCPM077.LQT.1           BINARY   58240  D3E8H
  601.  
  602. PD:<CPM.BDOS>
  603.         P2DOS21.LBR.1           BINARY  101120  A508H (PD BDOS replacement)
  604.  
  605. PD:<CPM.BYE5>
  606.         B5C-ADV.IQS.1           BINARY    1536  B0A3H
  607.         FFOR.AQM.1              BINARY    8320  6DCBH
  608.         KMD21.LBR.1             BINARY   48000  B30CH
  609.         NEW06.AQM.1             BINARY   13056  A794H
  610.  
  611. PD:<CPM.COMMODORE>
  612.         CP4-C128.LBR.1          BINARY   15872  1712H (Kermit for C128)
  613.         VDE211C8.LBR.1          BINARY   21248  F30EH (C128 Video editor)
  614.  
  615. PD:<CPM.CPM3>
  616.         CCP104P.LBR.1           BINARY   84608  B7EAH (original name CCP104+)
  617.         HISTPLUS.LBR.1          BINARY   11520  DA26H (original name HIST+)
  618.  
  619. PD:<CPM.CPMLIB>
  620.         CPMSHAR.LBR.1           BINARY   32768  0DE6H (extract/make SHARs)
  621.  
  622. PD:<CPM.DATABASE>
  623.         CHEF.LBR.1              BINARY   98048  6869H (Recipe database)
  624.         CHEFDOC1.WQ.1           BINARY    4480  74C0H   "
  625.         CHEFREC.4Q.1            BINARY   26368  2337H   "
  626.         CHX8010A.LBR.1          BINARY   85760  BD24H
  627.         CHX8010B.LBR.1          BINARY  111744  1B1FH
  628.         FILECARD.LBR.1          BINARY   95616  2E40H (Filecard database)
  629.         FMLYTRE2.LBR.1          BINARY   16000  9A2BH (Family Geneology)
  630.         GENSTAT.LBR.1           BINARY   68864  54D9H (General statistics)
  631.         HIPPO11C.LBR.1          BINARY  165504  9964H (Investment portfolio)
  632.         MAIL20.LBR.1            BINARY  176000  4507H (Mailing list database)
  633.  
  634. PD:<CPM.DIRUTL>
  635.         MAKE26.AQM.1            BINARY   23296  49B0H
  636.         MAP104.LBR.1            BINARY   16640  11EBH
  637.         RECOVER.LBR.1           BINARY    5248  51D7H
  638.         SD120.LBR.1             BINARY   78208  B8ABH
  639.         SETDRU13.LBR.1          BINARY   45056  DBA8H
  640.         WHERFIND.LBR.1          BINARY   47872  824BH
  641.  
  642. PD:<CPM.DSKUTL>
  643.         MEGADISK.LBR.1          BINARY   42112  C94AH
  644.  
  645. PD:<CPM.EDUCATION>
  646.         PR11.LBR.1              BINARY   54784  975BH
  647.  
  648. PD:<CPM.FILCPY>
  649.         NEWNC115.LBR.1          BINARY    8960  C08DH
  650.  
  651. PD:<CPM.FILE-DOCS>
  652.         JULBEST.LQT.1           BINARY   29184  D221H
  653.          ^--Read this to see what's new in the public domain world
  654.             (file updated monthly)
  655.  
  656. PD:<CPM.GENDOC>
  657.         BONDWEL2.MQR.1          BINARY    1408  EB12H
  658.         BONDWEL2.RQV.1          BINARY    8320  4F29H
  659.         CRYPTANA.LBR.1          BINARY   24320  BA96H
  660.         FUTUREOF.CQM.1          BINARY   12160  0591H
  661.          ^--discusses future of CP/M
  662.  
  663. PD:<CPM.IMP>
  664.         I2TV-4.AQM.1            BINARY   10112  5E0EH
  665.         IMP-SP.LBR.1            BINARY   50176  599AH
  666.  
  667. PD:<CPM.KAYPRO>
  668.         HARDNOTE.TQT.1          BINARY    9344  4B92H
  669.         KAYEASEL.LBR.2          BINARY  101760  B6EAH (graphics easel)
  670.         TRANSKP4.LBR.1          BINARY   41472  1549H
  671.         TROMPAT1.LBR.1          BINARY   66432  1DD6H
  672.         TRPATCH1.LBR.1          BINARY   27648  7997H
  673.         TRSTATLN.LBR.1          BINARY    8832  D8CCH
  674.         TURBKPEX.LBR.1          BINARY    1792  3B59H
  675.         TURBOROM.DQC.1          BINARY   24064  A2DEH
  676.         TURBOSAF.LBR.1          BINARY    6016  1773H
  677.  
  678. PD:<CPM.LIST>
  679.         BRAD-DOC.LBR.1          BINARY   12288  CBD4H
  680.         FONT-FOG.LBR.1          BINARY  145024  A664H
  681.         PSET16A.LBR.1           BINARY   38528  D30CH (printer set util)
  682.  
  683. PD:<CPM.MBBS>
  684.         MBYE45.LBR.1            BINARY   84224  FC89H
  685.  
  686. PD:<CPM.MEX>
  687.         MXM-2410.AQM.1          BINARY   19072  FBEDH (2400/1200 auto step)
  688.         MXO-RS4P.AQM.1          BINARY   15104  FC65H (Rs mod 4 ovly)
  689.         MXO-SM4P.AQM.1          BINARY    5376  15B3H   "
  690.  
  691. PD:<CPM.MISC>
  692.         INTEREST-GROUPS-1.TXT.61        ASCII    68715  8636H (Arpa groups)
  693.         INTEREST-GROUPS-2.TXT.61        ASCII    68281  4450H (Arpa groups)
  694.  
  695. PD:<CPM.MODEM>
  696.         2400$389.MDM.1          ASCII     1312  8F0EH
  697.         FR21.LBR.1              BINARY   11776  6007H
  698.         MNP-INTV.TXT.2          ASCII    12726  1D17H
  699.         X25.LBR.1               BINARY  142080  923AH
  700.  
  701. PD:<CPM.PCPURSUIT>
  702.         PCSAVE$.DOC.2           ASCII    16039  1F5CH
  703.         PURSUIT.PCW.1           ASCII     4757  92CBH
  704.  
  705. PD:<CPM.RCPM>
  706.         CHAT46.LBR.1            BINARY   28544  727EH
  707.         LUX52.LBR.1             BINARY   88064  3BF7H
  708.         PBBS-MSD.HQK.1          BINARY    6528  5402H
  709.         PBBS3-01.FIX.1          BINARY    1152  030FH
  710.         PBBS3-02.FIX.1          BINARY     768  3976H
  711.         PBBS3-03.FQX.1          BINARY    1408  3313H
  712.         PBBSCPM3.NQT.1          BINARY    1408  B736H
  713.         PBBUTL-3.LBR.1          BINARY   11520  6C95H
  714.         PBYE3-01.FIX.1          BINARY    1280  2A3AH
  715.         PBYEHACK.ADD.1          ASCII     1063  F6E8H
  716.         PCHAT01.MQC.1           BINARY    4992  866AH
  717.         PCHAT11.MQC.1           BINARY    5376  4727H
  718.         PHACKS01.LBR.1          BINARY   10240  78D4H
  719.         SURVEY.LBR.1            BINARY   18688  A8BFH
  720.         WHATSA-T.WIT.1          ASCII     3119  7E8BH
  721.         XFRTABLE.LBR.1          BINARY   31104  E573H
  722.         XMDM125.LBR.1           BINARY  114816  295DH
  723.  
  724. PD:<CPM.ROS>     (Remote BYE/BBS/XMODEM in Turbo Pascal - Z80 only)
  725.         ROS-MAC.LBR.1           BINARY   87936  6288H
  726.         ROS1K.LBR.1             BINARY   12160  26D3H
  727.         ROS34.LBR.1             BINARY  128128  7B2EH
  728.         ROSMISC.LBR.1           BINARY   30080  F86CH
  729.  
  730. PD:<CPM.SCREENGEN>
  731.         SFGR.LBR.1              BINARY   60160  6008H
  732.  
  733. PD:<CPM.SQUSQ>
  734.         TYPELN13.LBR.1          BINARY   10880  98AEH
  735.         TYPELZ13.LBR.1          BINARY   31872  4BE1H
  736.  
  737. PD:<CPM.SYSUTL>
  738.         CPM22PAT.LBR.1          BINARY    8064  AC4CH (official DR 2.2 pats)
  739.         DOSLIKE.LBR.1           BINARY   14848  D688H (CP/M 2.2 MSDOS-like)
  740.  
  741. PD:<CPM.TOPS-20>
  742.         TMODEM.MAC.401          ASCII   129054  AB9AH
  743.  
  744. PD:<CPM.TURBODOS>
  745.         LUX53-TD.LBR.1          BINARY   51968  AB72H
  746.  
  747. PD:<CPM.TURBODOS-SIGI>  (Sigi Kluger Turbo-DOS utilities and patches)
  748.         -READ.ME.1              ASCII     3461  079AH <--read this first
  749.         ALLDIR.COM.1            BINARY    1408  C538H
  750.         ALLDIR.DOC.1            ASCII      622  8C9AH
  751.         ATTREM.AQ.1             BINARY    3968  51F4H
  752.         ATTREM.CMD.1            BINARY    1024  67FDH
  753.         ATTREM.COM.1            BINARY     512  D9E3H
  754.         ATTREM.MAC.1            ASCII     2466  A627H
  755.         BINDEC.A.1              ASCII     1185  BF92H
  756.         BREAKO.MAC.1            ASCII     1492  EC06H
  757.         CBTOD.AQM.1             BINARY    2688  3526H
  758.         DCHECK.COM.1            BINARY    2304  6F40H
  759.         DCHECK.DOC.1            ASCII      933  5961H
  760.         DCHECK.MQC.1            BINARY    4480  02F1H
  761.         DELALL.MQC.1            BINARY    4608  0C9DH
  762.         DIRPAT3.COM.1           BINARY    6656  F4D8H
  763.         DIRPAT3.MQC.1           BINARY   13824  2825H
  764.         DIRPAT3.MQN.1           BINARY    9344  D256H
  765.         DPINST.COM.1            BINARY    1536  81B7H
  766.         DPINST.MQC.1            BINARY    1920  6CBAH
  767.         DSKRAM.AQ.1             BINARY    3200  0DDBH
  768.         DSKRAM.DQC.1            BINARY    2176  3514H
  769.         DSKRAM.O.1              BINARY     512  B5CEH
  770.         DUT.COM.1               BINARY    3584  4203H
  771.         DUT.DO.1                ASCII       46  A4A8H
  772.         DUT.MQC.1               BINARY    8192  D708H
  773.         EMPTY.DOC.1             ASCII      335  70EEH
  774.         EMPTY.MAC.1             ASCII     1104  04B2H
  775.         EMUL.AQ.1               BINARY    8064  2237H
  776.         EMUL.CMD.1              BINARY    2432  FD17H
  777.         EMUL.DQC.1              BINARY    5248  2698H
  778.         FANLED.AQ.1             BINARY   11904  2AB9H
  779.         FANLED.DQC.1            BINARY    6528  7460H
  780.         FANLED.MQC.1            BINARY    9344  D05FH
  781.         FKEY.A.1                ASCII     1342  094BH
  782.         FKEY.DQC.1              BINARY    2176  0253H
  783.         FKEY.MAC.1              ASCII     1290  0426H
  784.         FREE.MAC.1              ASCII      918  BF97H
  785.         HEXDEC.A.1              ASCII      861  244DH
  786.         HXDC24.MQC.1            BINARY    2176  5976H
  787.         MENU.AQ.1               BINARY    7168  E6F6H
  788.         MENU.GEN.1              ASCII        6  1B41H
  789.         MENU.PAR.1              ASCII     2923  04FCH
  790.         NSWPT.COM.1             BINARY   11648  F868H
  791.         NSWPT.DQC.1             BINARY    3456  39FAH
  792.         NSWPT.GEN.1             ASCII        7  F0BDH
  793.         NSWPT.MQC.1             BINARY   40832  50D7H
  794.         NSWPT.PAR.1             ASCII      490  9312H
  795.         NSWPT.REL.1             BINARY   12544  32A4H
  796.         PD.MAC.1                ASCII     1135  82A2H
  797.         PDIR.DOC.1              ASCII      617  5062H
  798.         PDIR.MAC.1              ASCII      676  4211H
  799.         REMCH0.A.1              ASCII     1530  E217H
  800.         REMCH0.MAC.1            ASCII     1354  EE91H
  801.         REMCH1.A.1              ASCII     1530  4326H
  802.         REMCH1.MAC.1            ASCII     1354  EF4FH
  803.         REMDRV.AQ.1             BINARY    2816  C248H
  804.         REMDRV.DQC.1            BINARY    6656  B95BH
  805.         REMDRV23.MQC.1          BINARY    2688  B12EH
  806.         RETBIT.MAC.1            ASCII      929  F23AH
  807.         RS.COM.1                BINARY    2816  D8F0H
  808.         RS.MQC.1                BINARY    5504  44FFH
  809.         RS16.MQC.1              BINARY    3072  03CEH
  810.         RTDS14.LBR.1            BINARY   84992  AA39H
  811.         RTDS15UP.LBR.1          BINARY   33280  5A81H
  812.         SUSPEND.COM.1           BINARY     640  9AE4H
  813.         SUSPEND.MAC.1           ASCII     1168  548FH
  814.         SYSTAT.DOC.1            ASCII     1251  ECF1H
  815.         SYSTAT.MAC.1            ASCII     3608  2624H
  816.         TCHECK.MAC.1            ASCII      937  2C90H
  817.         TERMINAL.CFG.1          ASCII     1300  AB09H
  818.         TIME.A.1                ASCII      794  CFC3H
  819.         TIMECL.A.1              ASCII     1209  C053H
  820.         TIMECL.DOC.1            ASCII      369  F0F7H
  821.         TIMECL.MAC.1            ASCII     1358  6373H
  822.         TIMECL.O.1              BINARY     256  F571H
  823.         TIMECL1.MAC.1           ASCII     1358  0B06H
  824.         TIMEDIF.AQ.1            BINARY    3840  6021H
  825.         TIMEDIF.ASM.1           ASCII     4345  DFA6H
  826.         TLOGOFF.COM.1           BINARY     896  C2F6H
  827.         TLOGOFF.MQC.1           BINARY    2944  FE1EH
  828.         TLOGON.COM.1            BINARY    4480  ED55H
  829.         TLOGON.DO.1             ASCII       80  6B20H
  830.         TLOGON.MQC.1            BINARY   10752  FED9H
  831.         TLRS.COM.1              BINARY     640  F027H
  832.         TLRS.MAC.1              ASCII     1160  F3D6H
  833.         TSHELL.ANN.1            ASCII     6490  293CH
  834.         TSHELL.DEF.1            ASCII     2720  B800H
  835.         TSHELL.DO.1             ASCII      133  185BH
  836.         TSHELL.FCN.1            ASCII     2609  62DBH
  837.         TSHELL.IDS.1            BINARY     256  DBB7H
  838.         TSHELL.MQC.1            BINARY    9216  BA32H
  839.         TSHELL.SCR.1            ASCII      752  69FAH
  840.         TYPEL.MQC.1             BINARY   11136  AA5AH
  841.         UNDATE.REL.1            BINARY     512  58B1H
  842.         USRSTAT.DOC.1           ASCII      452  B310H
  843.         USRSTAT.MQC.1           BINARY    1792  8F14H
  844.         WHO.MAC.1               ASCII      271  94CAH
  845.         WILDEX.MAC.1            ASCII     1016  7D9FH
  846.         WSPAT.ASM.1             ASCII     1474  D785H
  847.  
  848. PD:<CPM.TURBOPAS>
  849.         MAP17.LBR.1             BINARY   19712  1BD6H
  850.         RNF-PAS.LBR.1           BINARY  105088  60C2H (roff in Pascal)
  851.         SORTDIR.PQS.1           BINARY   15104  3169H
  852.         SQZTURBO.LBR.1          BINARY   59648  A571H (squeeze/unsqueeze)
  853.         TP-LA1.LBR.1            BINARY   27776  A5D2H
  854.         TRUN.LBR.1              BINARY   16896  1F0EH (chain programs)
  855.  
  856. PD:<CPM.VDOEDIT>    (Video editor)
  857.         VDE211.LBR.1            BINARY   47232  3C91H
  858.         VDE211H8.AQM.1          BINARY    8320  D9B1H
  859.  
  860. PD:<CPM.WSTAR>
  861.         KEYSTOWS.AQT.1          BINARY   18560  E216H
  862.         SAVESTAR.LBR.1          BINARY    6272  94CFH
  863.         WS-MACRO.TQT.1          BINARY   21120  089FH (macros for WS)
  864.         WSKEYS.MQS.1            BINARY   26240  3498H
  865.         YANKBACK.TQT.1          BINARY    3840  A6D9H (yank killed txt)
  866.  
  867. PD:<CPM.ZMODEM>
  868.         GZ..2                   ASCII       15  0792H
  869.         RBSB.C.3                ASCII     7748  E717H
  870.         RZ.1.2                  ASCII     6295  3EBAH
  871.         RZ.C.2                  ASCII    24907  AA2BH
  872.         RZ.MAN.3                ASCII     6978  7093H
  873.         SZ.1.3                  ASCII     8834  9FE7H
  874.         SZ.C.2                  ASCII    26587  3998H
  875.         SZ.MAN.4                ASCII    10211  63E9H
  876.         ZM.C.2                  ASCII     9913  3DB9H
  877.         ZMODEM.H.2              ASCII     4400  F9F1H
  878.  
  879. --end--
  880.  4-Aug-86 07:52:15-MDT,1135;000000000000
  881. Return-Path: <info-cpm-request@AMSAA.ARPA>
  882. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 4 Aug 86 07:52:05-MDT
  883. Received: from wiscvm.arpa by AMSAA.ARPA id a012378; 4 Aug 86 9:01 EDT
  884. Received: from (GA.OLS)ISUMVS.BITNET by WISCVM.ARPA on 08/04/86 at
  885.   08:01:24 CDT
  886. Date:      Sun,  3 Aug 86 20:40:06 CDT
  887. To:  Info-Cpm@AMSAA.ARPA
  888. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  889. From:        Rob Olson <GA.OLS%ISUMVS.BITNET@WISCVM.ARPA>
  890. Subject:   Looking for a good C compiler
  891.  
  892. I am looking into learning C and I wondered if anyone would have
  893. any suggestions on what compilers are worthwhile.  I have the
  894. following requirements arranged in some sort of order of importance:
  895.  
  896. 1.  Cheap.
  897. 2.  I would like a unit that is also available for the IBM PC because
  898.     I am slowly rebuilding my system to be 8088 based.
  899. 3.  Something with at least a rotten tutorial since I've never used
  900.     the language.
  901.  
  902. I have been looking into a compiler from MIX corp. and Dr Dobb's
  903. small Compiler.  If anyone has any comments about these, I'd love to
  904. hear them!
  905.  
  906. Thanks in advance,
  907. Rob
  908. <F1.REO@ISUMVS.BITNET>
  909.  
  910.  4-Aug-86 09:09:33-MDT,1697;000000000000
  911. Return-Path: <info-cpm-request@AMSAA.ARPA>
  912. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 4 Aug 86 09:09:23-MDT
  913. Received: from nadc.arpa by AMSAA.ARPA id a018813; 4 Aug 86 10:20 EDT
  914. Date: 4 Aug 1986 10:08:57-EDT
  915. From: prindle@nadc.ARPA
  916. To: info-cpm@AMSAA.ARPA
  917. Subject: Mix C+ 
  918.  
  919. There is a review of Mix C in the June 86 issue of BYTE magazine.  May I add
  920. that I own a copy for CP/M-80 and have found that it works in general, though
  921. a bit slower than Aztec C; the generated code is somewhat more bulky and runs
  922. more slowly too.  It also has some strange characteristics for the unwary -
  923. for example, string substitutions (from #defines) eat up the whitespace 
  924. following the token to be replaced, and if the replacement string does not
  925. include a trailing comment, no whitespace is replaced. E.G.:
  926.  
  927. #define EXTERN extern
  928. EXTERN int noodle;
  929.  
  930. expands to:
  931.  
  932. externint noodle;
  933.  
  934. Which, of course, generates a compiler error.  The solution is to add a comment
  935. to the end of the #define with intervening whitespace:
  936.  
  937. #define EXTERN extern /**/
  938.  
  939. Also, it's treatment of comments is somewhat nonstandard - I believe something
  940. like this blows off:
  941.  
  942.     /*commented out        inode++; /*increment node pointer*/
  943.  
  944. All in all, such things wouldn't bother you once you know about them, but they
  945. are a pain if trying to port a program written for another compiler.  So for
  946. $40.00, you probably get more than you pay for, though not everything you always
  947. wanted, and there is a huge book included (not the best C tutorial I've
  948. ever seen, but acceptable).  Suggest you read the Byte article for more
  949. details on the cans and cannots.
  950.  
  951. Sincerely,
  952. Frank Prindle
  953. Prindle@NADC.arpa
  954.  4-Aug-86 10:00:23-MDT,435;000000000000
  955. Return-Path: <info-cpm-request@AMSAA.ARPA>
  956. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 4 Aug 86 10:00:18-MDT
  957. Received: from brl-smoke.arpa by AMSAA.ARPA id a022022; 4 Aug 86 11:24 EDT
  958. Date:     Mon, 4 Aug 86 11:18:57 EDT
  959. From:     Lee A Butler (Space Telescope|mike) <butler@BRL.ARPA>
  960. To:       info-cpm@AMSAA.ARPA
  961. Subject:  deletion
  962.  
  963. please remove me from the info-cpm mailing list
  964.  
  965.         Lee Butler
  966.         Butler@BRL.ARPA
  967.  4-Aug-86 10:54:56-MDT,955;000000000000
  968. Return-Path: <info-cpm-request@AMSAA.ARPA>
  969. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 4 Aug 86 10:54:32-MDT
  970. Date:     Mon, 4 Aug 86 12:15:26 EDT
  971. From:     David Towson (SECAD) <towson@AMSAA.ARPA>
  972. To:       Keith Petersen <kpetersen@simtel20.ARPA>
  973. cc:       info-cpm@AMSAA.ARPA
  974. Subject:  Bad files in <CPM.TURBODOS-SIGI>
  975.  
  976. Keith - I just FTPed the whole directory and started unsqueezing all squeezed
  977. files.  Two of them, "dpinst.mqc" and "nswpt.mac" failed to unsqueeze, and
  978. caused a UNIX error.  The UNIX error is an artifact of the particular
  979. unsqueezer program I am using, but the cause is real enough:  There is a
  980. high-bit set in the name-field at the beginning of each file.  I used a UNIX
  981. file-dumper program (od -h filename) to make this determination.  It is
  982. interesting to note that the TOPS-20 unsqueezer is able to deal with this
  983. situation.  I copied and unsqueezed the files on SIMTEL20 without difficulty.
  984.  
  985.  
  986. Dave
  987.  
  988.  4-Aug-86 12:08:58-MDT,822;000000000000
  989. Return-Path: <info-cpm-request@AMSAA.ARPA>
  990. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 4 Aug 86 12:08:50-MDT
  991. Received: from nosc.arpa by AMSAA.ARPA id a024885; 4 Aug 86 13:18 EDT
  992. Received: by bass.ARPA (5.31/4.7)
  993.     id AA11989; Mon, 4 Aug 86 10:19:12 PDT
  994. Received: by trout.ARPA (5.31/4.7)
  995.     id AA00638; Mon, 4 Aug 86 10:19:08 PDT
  996. Date: Mon, 4 Aug 86 10:19:08 PDT
  997. From: Alan Gordon <agordon%trout@NOSC.ARPA>
  998. Message-Id: <8608041719.AA00638@trout.ARPA>
  999. To: dobbs%marlin.uucp@BRL.ARPA
  1000. Cc: info-cpm@AMSAA.ARPA
  1001. Subject: Re: Kaypro 4 (1983) bug
  1002. In-Reply-To: Your message of Fri Aug  1 01:22:00 1986
  1003.  
  1004. -------
  1005. There is a dumb terminal program in the Kaypro section of the SIMTEL20
  1006. archives called FASTTERM.COM which will not drop characters, even at 
  1007. 9600 baud.
  1008.  
  1009. Al Gordon
  1010. agordon@NOSC.ARPA
  1011. -------
  1012.  
  1013.  5-Aug-86 04:20:01-MDT,1735;000000000000
  1014. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1015. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 5 Aug 86 04:19:53-MDT
  1016. Received: from brl-smoke.arpa by AMSAA.ARPA id a005616; 5 Aug 86 5:45 EDT
  1017. Received: from USENET by SMOKE.BRL.ARPA id a004250; 5 Aug 86 5:45 EDT
  1018. From: dick gardner <gardner%kodak.uucp@BRL.ARPA>
  1019. Newsgroups: net.micro.cpm
  1020. Subject: Re: Text Editors
  1021. Message-ID: <527@kodak.UUCP>
  1022. Date: 4 Aug 86 15:45:05 GMT
  1023. Keywords:MIX C compiler, speed, size
  1024. To:       info-cpm@AMSAA.ARPA
  1025.  
  1026. I am not an expert on C compilers, but I did buy and use the MIX C and
  1027. found it to be adequate for the programs that I write. (Occasional)
  1028.  
  1029. The main concern about MIX C is that it compiles into psuedo-code, and
  1030. requires a run-time support package, which translates to a rather large
  1031. code size.  The run-time package can exist separately or be included in
  1032. the program.    
  1033.  
  1034. Included in the package are utilities to optimize for size and/or speed.
  1035. MIX C programs run noticeably slower than those that create assembler
  1036. source, naturally.  A simple test of a software timing loop resulted in
  1037. code 1/4 the speed of Aztec C, for example.  Keep in mind that the
  1038. cost is about 1/3.
  1039.  
  1040. It is a full-blown implementation of C, with some nice enhancements.
  1041. The tutorial/manual is excellent, with sensible examples, and clear
  1042. explanations.
  1043.  
  1044. All in all, the package is certainly worth $59.
  1045.  
  1046. =#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
  1047.  
  1048.              Dick Gardner
  1049.              Eastman Kodak Co.
  1050.              Rochester, New York  14650
  1051.              (716) 477-1002
  1052.        UUCP: rochester!kodak!gardner
  1053.  
  1054. To err is human -- to really screw it up
  1055.            you need a computer!
  1056. =#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
  1057.   
  1058.  5-Aug-86 06:42:42-MDT,985;000000000000
  1059. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1060. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 5 Aug 86 06:42:21-MDT
  1061. Received: from xerox.arpa by AMSAA.ARPA id a007769; 5 Aug 86 7:54 EDT
  1062. Received: from Burger.ms by ArpaGateway.ms ; 05 AUG 86 04:54:19 PDT
  1063. Sender: Michael_Krause.ROCH@xerox.ARPA
  1064. Date: 5 Aug 86 04:53:52 PDT (Tuesday)
  1065. Subject: Re: wanted: PD DBMS or spreadsheet
  1066. From: Michael_Krause.ROCH@xerox.ARPA
  1067. To: king%dciem.uucp@BRL.ARPA
  1068. cc: Michael_Krause.ROCH@xerox.ARPA, info-cpm@AMSAA.ARPA
  1069. In-Reply-to: king%dciem.uucp%BRL:ARPA:Xerox's message of 2-August-86
  1070.  (Saturday) 7:17:02 EDT
  1071. Reply-to: Michael_Krause.ROCH@xerox.ARPA
  1072. Message-ID: <860805-045419-2096@Xerox>
  1073.  
  1074. If you're in to programming, Borlunds Turbo Pascal and Turbo Toolbox (or
  1075. Database Toolbox) is well worth the investment.  Mail order is cheapest.
  1076. The source code supplied will allow you to create B-Tree type indexes
  1077. that provide almost immediate look-up and access of very large files. 
  1078.  
  1079. mak
  1080.  6-Aug-86 14:37:29-MDT,6746;000000000000
  1081. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1082. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 6 Aug 86 14:36:38-MDT
  1083. Date:     Wed, 6 Aug 86 11:23:10 EDT
  1084. From:     Dave Towson (info-cpm-request) <cpmlist@AMSAA.ARPA>
  1085. To:       info-cpm@AMSAA.ARPA
  1086. Subject:  Posting software directly to info-cpm or net.micro.cpm:
  1087.  
  1088. Fellow CP/Mers - On the 19th of July I went on a one week vacation.  While I
  1089. was gone, a revolutionary thing happened on this list: messages with sizes in
  1090. the thirty to forty thousand byte range containing software encoded for
  1091. transmission via mail channels started showing up.  Now, I am beginning to
  1092. receive queries from info-cpm readers wanting to know what's going on.
  1093.  
  1094.      To understand this reaction, one must recall some fairly recent history:
  1095. For at least the last several years (the time during which I have been
  1096. maintaining this list), we have from time to time received requests from the
  1097. USENET community to not post messages containing tens of thousands of
  1098. characters because much of the USENET relies on dialup telephone connections
  1099. for transmission, and these telephone calls cost money.  Similar requests have
  1100. been heard from the DDN side because info-cpm is a mail-list, and some readers
  1101. have accounts that are subject to disk storage quotas.  I can personally
  1102. attest that this is a problem for some people, because I must from time
  1103. to time temporarily delete people from the list because they have gone on
  1104. vacation (or whatever) and their mail has built up to the point that their
  1105. disk quotas have been exceeded, causing all subsequent mail to be rejected
  1106. (which causes automated "nastygrams" to be returned to me as list maintainer,
  1107. and to originators of messages to info-cpm).
  1108.  
  1109.      But during this same time, a very important evolution has occurred:
  1110. "mail-only" connections have been established between the DDN and several
  1111. other networks.  And thus, a significant number of people using these networks
  1112. have begun receiving info-cpm (and net.micro.cpm via the automatic message
  1113. forwarding service provided by the Army Ballistic Research Laboratory).  Many
  1114. of these people are from overseas (England, Germany, Norway, Denmark, Sweden
  1115. and Holland come to mind).  And at a time when we are hearing that "CP/M is
  1116. dead", the enthusiasm of these people seems to suggest that some sort of
  1117. "rebirth" of CP/M may be occurring overseas.  Now imagine (if you're not one
  1118. of them) how frustrating it must be for these new readers to constantly read
  1119. messages describing the wealth of free software available from SIMTEL20 to
  1120. those of us using hosts connected to the DDN.  (Readers in the CSNET and
  1121. USENET, into which info-cpm has been relayed for some time, don't have to
  1122. imagine how this feels; THEY KNOW.)  As far as these "outsiders" are
  1123. concerned, SIMTEL20 might as well be on the planet Pluto.
  1124.  
  1125.      To deal with this situation as best I can, I have created separate
  1126. "welcome" messages to be sent to new info-cpm subscribers.  The one for the
  1127. DDN people contains the "archive blurb" (a sort of SIMTEL20 archives
  1128. handbook), while the one for non-DDN readers explains that the archives are
  1129. not available to them, and includes the nice writeup by Jeff Edelheit
  1130. describing alternate sources for much of this software.  Also, when I update
  1131. the blurb, I limit the distribution of the new version to DDN subscribers
  1132. so as not to burden the non-DDN people with something that can only be a
  1133. source of frustration.  I wish I could do more, but I don't know how.
  1134.  
  1135.      So given this situation, along come some folks who have worked up CP/M
  1136. versions of programs used in the UNIX world to transmit groups of files (the
  1137. functional equivalent of a CP/M archive) and encoded binary files via ordinary
  1138. mail channels.  AND all this stuff can be processed on UNIX machines before
  1139. downloading to a micro.  Suddenly, there is a ray of hope for the hordes of
  1140. "disenfranchised" readers, and from the limited reactions I have seen so far
  1141. THEY LOVE IT!
  1142.  
  1143.      Now the idea of sending software via mail and news-feed channels is not
  1144. new:  This has been going on in newsgroups like the USENET's net.sources for
  1145. quite a while.  But USENET sites can arrange to not receive selected
  1146. newsgroups if the disk storage or transmission costs are more than they wish
  1147. to bear.  I would not like to see info-cpm dumped into the "bit bucket" for
  1148. such a reason.  Frankly, I am surprised that I have not seen "screams of
  1149. anguish" from the USENET community in response to the recent high-volume
  1150. activity in info-cpm/net.micro.cpm.  Maybe everybody has fat wallets and huge
  1151. disks these days...
  1152.  
  1153.      So what to do?  It has been suggested that a separate USENET newsgroup,
  1154. something like "net.cpm.sources", could be established.  This would be a nice
  1155. solution for USENET, I think, because it would allow each site the option I
  1156. mentioned above.  But it would not do much for people in other networks.  What
  1157. other possibilities are there?  And is anyone willing to VOLUNTEER to provide
  1158. some sort of archive service in the other networks (I believe BITNET has
  1159. something going now, but I don't really know anything about it)?  And most
  1160. important, how do you feel about direct software distribution via info-cpm.
  1161.  
  1162.      I realize that asking these questions is likely to start a free-for-all,
  1163. but I think this is a really important issue.  It is, for example, conceivable
  1164. that the info-cpm <-> net.micro.cpm message forwarding service might have to
  1165. be discontinued if things get really out of control, but I in my opinion this
  1166. would be EXTREMELY UNDESIRABLE.  I am not implying that such a move is at
  1167. all imminent; it is NOT.  But we are faced with an important policy decision
  1168. concerning how we want our newsgroup to operate.  This issue is muddied
  1169. somewhat by the "government interest".  The US Army provides considerable
  1170. resources to maintain the SIMTEL20 archives, and info-cpm is one of the
  1171. channels through which the contents of those archives are made known to
  1172. government users.  So I think the Government has some rights regarding how
  1173. this list is operated, although I'm not sure what they are.  I hope Frank
  1174. Wancho will comment on this.
  1175.  
  1176.      So please send your comments and opinions regarding this matter to the
  1177. list as a whole, and not just to me as list maintainer.  I think this needs to
  1178. be an open discussion.  And please "make sure your brain is running before
  1179. putting your mouth (or fingers, in this case) in gear".  There are diverse
  1180. interests at stake here, and this is not a trivial question.  Let's do the
  1181. best we can.
  1182.  
  1183.  
  1184.  
  1185.                 Looking forward to a good discussion,
  1186.  
  1187.                 Dave Towson <info-cpm-request@amsaa.arpa>
  1188.                 info-cpm list maintainer
  1189.  
  1190.  
  1191.  6-Aug-86 15:26:00-MDT,623;000000000000
  1192. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1193. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 6 Aug 86 15:25:51-MDT
  1194. Received: from bbnccc.arpa by AMSAA.ARPA id a027295; 6 Aug 86 16:10 EDT
  1195. Date: Wed, 6 Aug 86  7:30:11 EDT
  1196. From: "Jack D. Hill" <jdhill@bbnccc.ARPA>
  1197. Subject: foot notes for WS 3.3
  1198. To: info-cpm@AMSAA.ARPA
  1199.  
  1200. Does anyone know of a utility, PD or otherwise, that allows you to enter and
  1201. format foot notes in Word Star? I have version 3.3. While browsing through a
  1202. book store, I read in a Word Star tutorial that such a utility exists, but it
  1203. didn't mention where.
  1204. Thanks,
  1205. Jack Hill
  1206. jdhill@bbnccc
  1207.  
  1208.  6-Aug-86 15:27:57-MDT,2422;000000000000
  1209. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1210. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 6 Aug 86 15:27:45-MDT
  1211. Date:     Wed, 6 Aug 86 15:55:52 EDT
  1212. From:     David Towson (SECAD) <towson@AMSAA.ARPA>
  1213. To:       info-cpm@AMSAA.ARPA
  1214. Subject:  [Keith Petersen:  Bad files in <CPM.TURBODOS-SIGI>]
  1215.  
  1216. Fellow CP/Mers - A couple days ago I sent Keith Petersen a message (with a
  1217. copy to this list) describing what I perceived to be a problem with certain
  1218. squeezed files in the <CPM> archive.  Basically, when I tried to unsqueeze
  1219. these files on a BSD 4.2 UNIX system, I got a core dump.  The problem was
  1220. being caused by high-bits set in the filename field inside the squeezed file.
  1221. The contents of this field are read during unsqueezing, and determine the
  1222. filename under which the unsqueezed file will be stored.  When UNIX tried to
  1223. create files having high-bits set in the filename, it really "lost it".  Here
  1224. is Keith's reply to my message:
  1225.  
  1226.  
  1227. ----- Forwarded message # 1:
  1228.  
  1229. Date: Mon, 4 Aug 1986  22:04 MDT
  1230. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  1231. To:   David Towson (SECAD) <towson@AMSAA.ARPA>
  1232. Subject: Bad files in <CPM.TURBODOS-SIGI>
  1233.  
  1234. Dave, the UnSQueezer program is supposed to strip off the high order
  1235. bits of the filenames in case they had any CP/M attributes set when
  1236. they were LBR'ed.  This was added to the specification for USQ some
  1237. time ago after some SysOps started using attributes inside LBRs for
  1238. certain controls over privacy and downloading by callers.
  1239.  
  1240. --Keith
  1241.  
  1242. ----- End of forwarded messages
  1243.  
  1244.      The unsqueezer I have been using is from <UNIX.CPM>XUSQ107.C in the
  1245. SIMTEL20 <UNIX> archive.  A look at the source code reveals that the high-
  1246. bits of the filename characters are indeed not being stripped.  The fix is
  1247. very simple.  Here it is:
  1248.  
  1249.     p = origname;                /* Get original file name */
  1250.     do {                    /* send it to array */
  1251.         *p = getc(in);
  1252.         *p &= 0177;    <---------------- ADD THIS LINE
  1253.     } while(*p++ != '\0');
  1254.  
  1255.  
  1256. The new line goes after line number 136 (at least in my copy).
  1257.  
  1258.      I don't know whether a similar change would be desirable for XTYPE107.C
  1259. and/or XSQ107.C as I haven't looked.  If you would like to know whether the
  1260. unsqueezer you are using can handle filenames having CP/M attribute (high)
  1261. bits set, grab a copy of <CPM.TURBODOS-SIGI>DPINST.MQC from SIMTEL20 and try
  1262. to unsqueeze it.
  1263.  
  1264.      Thanks for your help, Keith.
  1265.  
  1266.  
  1267.  
  1268. Dave
  1269.  
  1270.  7-Aug-86 08:36:14-MDT,741;000000000000
  1271. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1272. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 7 Aug 86 08:35:52-MDT
  1273. Received: from crdc-vax3.arpa by AMSAA.ARPA id a011311; 7 Aug 86 9:28 EDT
  1274. Date:     Thu, 7 Aug 86 9:27:22 EDT
  1275. From:     "Jack H. Smith" <jhsmith@crdc-vax3.ARPA>
  1276. To:       info-cpm@AMSAA.ARPA
  1277. Subject:  Posting software
  1278.  
  1279.     
  1280.     Dave,
  1281.  
  1282.         I see nothing particularly distasteful with the idea of
  1283.     posting software to the list. My only suggestion is that we 
  1284.     devise a subject-naming convention that would give readers a
  1285.     clue as to which messages are software, etc.
  1286.  
  1287.         This way the readers could look at the headers and see
  1288.     if they want to read them or delete them.  
  1289.  
  1290.                     More later,
  1291.  
  1292.                     Jack H. Smith
  1293.  
  1294.  
  1295.  7-Aug-86 09:28:48-MDT,588;000000000000
  1296. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1297. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 7 Aug 86 09:28:39-MDT
  1298. Received: from wiscvm.arpa by AMSAA.ARPA id a014588; 7 Aug 86 10:32 EDT
  1299. Received: from (PFENNIGE)CGEUGE51.BITNET by WISCVM.ARPA on 08/07/86 at
  1300.   09:31:47 CDT
  1301. Date: 7 AUG 86 10:48-N
  1302. From:  PFENNIGER%CGEUGE51.BITNET@WISCVM.ARPA
  1303. To:  INFO-CPM@AMSAA.ARPA
  1304. Subj: RAM expansion modules for C128
  1305.  
  1306. Can anyone tell me from where can I obtain the circuit diagram for the 128k
  1307. or 512k versions of the RAM expansion modules for the Commodore 128. Many
  1308. thanks in advance.
  1309.  7-Aug-86 09:44:17-MDT,1454;000000000000
  1310. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1311. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 7 Aug 86 09:44:11-MDT
  1312. Received: from nadc.arpa by AMSAA.ARPA id a016016; 7 Aug 86 11:13 EDT
  1313. Date: 7 Aug 1986 11:06:43-EDT
  1314. From: prindle@nadc.ARPA
  1315. To: info-cpm@AMSAA.ARPA
  1316. Subject: re: Posting software
  1317.  
  1318. What is distasteful about posting software to the list are all the negatives
  1319. that Dave mentioned plus:
  1320.  
  1321. Software ends up being "kept" in two places and in two different forms.  Thus
  1322. DDN users (who may have just joined the group and haven't received previous
  1323. mail) must not only "look" at the CP/M,CPMUG,and SIGM directories on SIMTEL
  1324. where software is stored in it's natural form (files), but must also "look"
  1325. for more software embedded throughout the mail archives.  One cannot, un-
  1326. fortunately, even if he knew the subject line or date of a pertinent mailing
  1327. which contained software, ftp a single mail item from the mail archives, but
  1328. must retrieve a whole year's mail and then edit through it to separate out
  1329. the software of interest.  Also, this form of storage is very inefficient:
  1330. instead of taking up less space than the original file (i.e. by using sq, lu,
  1331. or arc), software ends up taking much *more* space than the original file
  1332. because it's encoded.  In other words, though there may be reasons to do
  1333. it for the non-DDN community, it is clearly detrimental to the DDN side.
  1334.  
  1335. Sincerely,
  1336. Frank Prindle
  1337. Prindle@NADC.arpa
  1338.  7-Aug-86 11:14:13-MDT,920;000000000000
  1339. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1340. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 7 Aug 86 11:14:05-MDT
  1341. Received: from nadc.arpa by AMSAA.ARPA id a017133; 7 Aug 86 12:03 EDT
  1342. Date: 7 Aug 1986 11:56:01-EDT
  1343. From: prindle@nadc.ARPA
  1344. To: info-cpm@AMSAA.ARPA, w8sdz@simtel20.ARPA
  1345. Subject: re: [Keith Petersen: Bad squeezed files....]
  1346.  
  1347. Gee, Keith, I've been using the unsqueezer from <cpm.squ-port> it seems like
  1348. forever, and it sure doesn't strip off the high bit from file name characters,
  1349. and this is the first file I've heard of it doesn't work with.  With this
  1350. program, under UNIX 4.1BSD, you get a file name with a ? in it that you can't
  1351. delete without writing a program to unlink it!  Are you implying that the
  1352. portable "usq" needs to be updated to be compatible with newer "sq" programs?
  1353. Does this problem affect any version of "usq" running under CP/M?
  1354.  
  1355. Frank Prindle
  1356. Prindle@NADC.arpa
  1357.  
  1358.  7-Aug-86 15:29:25-MDT,1281;000000000000
  1359. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1360. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 7 Aug 86 15:28:58-MDT
  1361. Received: from simtel20.arpa by AMSAA.ARPA id a000743; 7 Aug 86 16:38 EDT
  1362. Date: Thu, 7 Aug 1986  14:37 MDT
  1363. Message-ID: <WANCHO.12228980774.BABYL@SIMTEL20.ARPA>
  1364. From: WANCHO@SIMTEL20.ARPA
  1365. To:   towson@AMSAA.ARPA
  1366. Cc:   WANCHO@SIMTEL20.ARPA, prindle@NADC.ARPA, INFO-CPM@AMSAA.ARPA
  1367. Subject: Posting software
  1368. In-reply-to: Msg of 7 Aug 1986  09:06-MDT from prindle at nadc.ARPA
  1369.  
  1370. Frank has brought up a very important point.  The INFO-CPM mail
  1371. archives are also stored here (in PS:<ARCHIVES.CPM>) from Day 1 (less
  1372. some holes), completely unedited, except to occassionally split the
  1373. current file into "manageable" chunks.  We also hold the mail archives
  1374. for 18 other mailing lists.  The intent is to keep all archives
  1375. online.  However, with disk space currently at a premium, the
  1376. duplication would quickly use up whatever's left.
  1377.  
  1378. So, from our standpoint, we would much rather prefer a new spin-off
  1379. list be formed, ala net.sources or mod.sources, perhaps named either
  1380. net.micro.cpm.sources or net.sources.cpm or mod.sources.cpm, or
  1381. whatever is correct by the prevailing convention(s), and leave
  1382. net.micro.cpm off that newsgroup, please.
  1383.  
  1384. --Frank
  1385.  7-Aug-86 20:46:39-MDT,1017;000000000000
  1386. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1387. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 7 Aug 86 20:46:33-MDT
  1388. Received: from acc.arpa by AMSAA.ARPA id a001714; 7 Aug 86 20:18 EDT
  1389. Date: 7 Aug 86 17:04:00 PST
  1390. From: shawn@ACC.ARPA
  1391. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  1392. Subject: mailing software
  1393. To: info-cpm <info-cpm@AMSAA.ARPA>
  1394. cc: shawn@acc.ARPA
  1395. Reply-To: shawn@ACC.ARPA
  1396. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  1397.  
  1398. With all of the wizzards out there, there aught to be
  1399. a demon that accepts mail with a path/filename in it.
  1400. This demon takes the path/filename, goes into the simtel20
  1401. archive, gets the file, encodes it, and mails it back out.
  1402. The only person effected, is the requestor. Is something like this
  1403. possible? even if only parts of it are demonable, maybe it 
  1404. would be much easier for someone to keep up?
  1405.     I'm just a hardware type, stuck here in the
  1406. real world, so one of you software types will have to answer this.
  1407.     shawn@acc.arpa
  1408.  
  1409. ------
  1410.  8-Aug-86 02:32:53-MDT,1790;000000000000
  1411. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1412. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 02:32:45-MDT
  1413. Received: from brl-smoke.arpa by AMSAA.ARPA id a002982; 8 Aug 86 3:57 EDT
  1414. Received: from USENET by SMOKE.BRL.ARPA id a003811; 8 Aug 86 3:45 EDT
  1415. From: Ross Alford <alford%ecsvax.uucp@BRL.ARPA>
  1416. Newsgroups: net.micro.cpm
  1417. Subject: Re: Kaypro question
  1418. Message-ID: <1887@ecsvax.UUCP>
  1419. Date: 6 Aug 86 04:18:25 GMT
  1420. To:       info-cpm@AMSAA.ARPA
  1421.  
  1422.  
  1423. Your question re Kaypro-->PClone modification is something I've 
  1424. wondered about.  The SWP board is more useful as a ramdisk than as
  1425. a MSDOS system--I have the 256k version, and it's great under CP/M,
  1426. but almost completely IBM-uncompatible, and there is very little
  1427. truly generic software around for MSDOS.  However, just because SWP
  1428. hasn't done it doesn't mean it can't be done:  A Kaypro provides
  1429. almost all of the parts you would need to build a PClone, except for
  1430. the motherboard--a nice sturdy case, power supply, keyboard (which
  1431. would need either modification or a tricky BIOS), two disk drives,
  1432. and an external-synch monitor.  It also has a large base of installed
  1433. systems, many of the owners of which are feeling that the world is
  1434. passing them by.  A clever hardware person ought to be able to install
  1435. one of these 'little-board' style all-in-one (serial, parallel
  1436. interfaces and pseudo color- or mono- graphics adapter all on the
  1437. board) motherboards in a Kaypro case for little more than the cost of 
  1438. the board.  A REALLY clever hardware/software person could probably
  1439. even build in Z80 support so the Kaypro could continue to fulfill
  1440. its original role.  I suspect that a kit of this sort could sell
  1441. briskly for around $400-500 and make someone a mint.  
  1442.  
  1443. Ross Alford
  1444.    ...mcnc!ecsvax!alford
  1445.  8-Aug-86 03:30:52-MDT,1443;000000000000
  1446. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1447. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 03:30:40-MDT
  1448. Received: from brl-smoke.arpa by AMSAA.ARPA id a002974; 8 Aug 86 3:54 EDT
  1449. Received: from USENET by SMOKE.BRL.ARPA id a003736; 8 Aug 86 3:42 EDT
  1450. From: Jay Denebeim <jay%ethos.uucp@BRL.ARPA>
  1451. Newsgroups: net.micro.cpm
  1452. Subject: Re: Kaypro question
  1453. Message-ID: <665@ethos.UUCP>
  1454. Date: 5 Aug 86 13:41:36 GMT
  1455. To:       info-cpm@AMSAA.ARPA
  1456.  
  1457.  
  1458.     The answer to your question is 'sort of'.  SWP makes (made?) a piggy
  1459. back board that contained an 8088  and 256/512K of memory.  It gave you a ram
  1460. disk in Kaypro mode, and allowed you to run MS-DOS on the 8088.  NOTE this does
  1461. not mean IBM compatible.  It had no graphics, and the memory map doesn't look
  1462. at all like the IBM.  It will run MS-DOS software, not IBM software.  This
  1463. constitutes around 10% of the total IBM software.  WordStar 3.0 would run, but
  1464. not 3.3, DBase II, but not DBase III etc.  The reason for this is the IBM is
  1465. *SLOW* and people found the only way to get decient speed out of the beast  was
  1466. to blow the DOS away and drive the hardware directly, added to this MS-DOS has
  1467. no graphics support in it, and you'll see that not very much IBM software is
  1468. going to run on the thing.
  1469.  
  1470. -- 
  1471. Jay Denebeim                "One world, one egg, one basket."
  1472. UUCP:  {seismo,decvax,ihnp4}!mcnc!rti-sel!ethos!jay
  1473. BBS:   Deep Thought, ZNode #42 300/1200/2400 919-471-6436
  1474.  8-Aug-86 04:35:03-MDT,1479;000000000000
  1475. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1476. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 04:34:55-MDT
  1477. Received: from brl-smoke.arpa by AMSAA.ARPA id aa03721; 8 Aug 86 5:58 EDT
  1478. Received: from USENET by SMOKE.BRL.ARPA id a007425; 8 Aug 86 5:48 EDT
  1479. From: Bdale Garbee <bdale%winfree.uucp@BRL.ARPA>
  1480. Newsgroups: net.micro.cpm
  1481. Subject: Re: Can Ampro R/W other floppies?
  1482. Message-ID: <78@winfree.UUCP>
  1483. Date: 7 Aug 86 02:44:17 GMT
  1484. To:       info-cpm@AMSAA.ARPA
  1485.  
  1486. In article <2287@ihlpg.UUCP> timborn@ihlpg.UUCP (Tim Born) writes:
  1487. >If you
  1488. >have twiddled with the Ampro's disk formats before, please let me know what
  1489. >your experience has been.
  1490.  
  1491. I have an Ampro Little Board, and have read and written a wide variety of 
  1492. disks on it.  Don't know about the ATT box, it came out since I stopped using
  1493. that machine as my primary (own a unix box now, you know how it is...).  I
  1494. wish you luck with the Apple disks though, the controller uses an entirely
  1495. different concept for storing information on the disk.  I've not seen a 
  1496. standard disk drive ever be able to read/write from one.  I worked for a 
  1497. dealer for a while, and so aquired a bunch of apple hardware.  Neat, but
  1498. very incompatible with the rest of the world.
  1499. -- 
  1500.  
  1501.  
  1502. Bdale Garbee, N3EUA
  1503. uucp: {bellcore, crash, hp-lsd, hpcsma, pitt, symmetric, vixie}!winfree!bdale
  1504. arpa: bdale@g.cs.cmu.edu    phone: 303/593-9828 h, 303/590-2868 w
  1505. fido: sysop of 128/18        packet: n3eua @ wb0blv, Colorado Springs
  1506.  8-Aug-86 04:51:02-MDT,528;000000000000
  1507. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1508. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 04:48:42-MDT
  1509. Received: from brl-smoke.arpa by AMSAA.ARPA id a003867; 8 Aug 86 6:18 EDT
  1510. Received: from USENET by SMOKE.BRL.ARPA id a007954; 8 Aug 86 5:57 EDT
  1511. From: Trey Chapman <trey%nadine.uucp@BRL.ARPA>
  1512. Newsgroups: net.micro.cpm.ctl
  1513. Subject: newgroup net.micro.cpm
  1514. Message-ID: <615@nadine.UUCP>
  1515. Date: 7 Aug 86 12:07:57 GMT
  1516. Control: newgroup net.micro.cpm
  1517. To:       info-cpm@AMSAA.ARPA
  1518.  
  1519. This is net.micro.cpm. 
  1520.  8-Aug-86 05:19:50-MDT,2550;000000000000
  1521. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1522. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 05:19:34-MDT
  1523. Received: from brl-smoke.arpa by AMSAA.ARPA id a003721; 8 Aug 86 5:58 EDT
  1524. Received: from USENET by SMOKE.BRL.ARPA id a007419; 8 Aug 86 5:48 EDT
  1525. From: Bdale Garbee <bdale%winfree.uucp@BRL.ARPA>
  1526. Newsgroups: net.micro.cpm
  1527. Subject: Re: Looking for a good C compiler
  1528. Message-ID: <76@winfree.UUCP>
  1529. Date: 6 Aug 86 13:58:14 GMT
  1530. To:       info-cpm@AMSAA.ARPA
  1531.  
  1532. In article <2776@brl-smoke.ARPA> GA.OLS%ISUMVS.BITNET@WISCVM.ARPA (Rob Olson) writes:
  1533. >I am looking into learning C and I wondered if anyone would have
  1534. >any suggestions on what compilers are worthwhile.
  1535. > ...
  1536. >I have been looking into a compiler from MIX corp. and Dr Dobb's
  1537. >small Compiler.  If anyone has any comments about these, I'd love to
  1538. >hear them!
  1539.  
  1540. We used the MIX compiler for the PC in a consulting job a while back, and were
  1541. not very happy with it.  I wasn't using it myself, so comments are all at 
  1542. least second hand, but I think the docs were poor, and the compatibility with
  1543. other C compilers seemed to be lacking.  Again, this was about a year ago, and
  1544. I wasn't the one hacking with it.
  1545.  
  1546. SmallC is fun, and a neat way to learn the language, but I feel it is 
  1547. insufficient for doing any "real", large applications.  Sources have been
  1548. posted a couple times, and I'm sure you can get an executable by asking 
  1549. around.
  1550.  
  1551. I used the C/80 compiler for CP/M for quite a while, and was pretty happy with
  1552. it.  It can be purchased with the floating point stuff and a good tutorial for
  1553. about $100 from several places.  I got mine from Sprite Software, I think.
  1554.  
  1555. Currently, the compiler I use the most is the Aztec family from Manx.  The
  1556. fact that versions are available for a wide variety of targets is a big plus.
  1557. I've got the CP/M and MS-Dos versions, both seem to work pretty well.  Good
  1558. correlation with the 4.2bsd compiler, and a fair set of runtimes.  
  1559. Unfortunately, Aztec compilers are NOT cheap. 
  1560.  
  1561. In any case, get a copy of Kernighan and Ritchie's "The C Programming 
  1562. Language"... there may be better tutorials around, and there may be more
  1563. complete references for modern compilers, but my graphic-designer girlfriend
  1564. learned C with it... and gave it high marks for understandability.
  1565.  
  1566. -- 
  1567.  
  1568.  
  1569. Bdale Garbee, N3EUA
  1570. uucp: {bellcore, crash, hp-lsd, hpcsma, pitt, symmetric, vixie}!winfree!bdale
  1571. arpa: bdale@g.cs.cmu.edu    phone: 303/593-9828 h, 303/590-2868 w
  1572. fido: sysop of 128/18        packet: n3eua @ wb0blv, Colorado Springs
  1573.  8-Aug-86 06:21:12-MDT,919;000000000000
  1574. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1575. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 06:21:03-MDT
  1576. Received: from xerox.arpa by AMSAA.ARPA id a005088; 8 Aug 86 7:33 EDT
  1577. Received: from Riesling.ms by ArpaGateway.ms ; 08 AUG 86 04:33:30 PDT
  1578. Sender: Michael_Krause.ROCH@xerox.ARPA
  1579. Date: 8 Aug 86 04:32:58 PDT (Friday)
  1580. Subject: Re: foot notes for WS 3.3
  1581. From: Michael_Krause.ROCH@xerox.ARPA
  1582. To: jdhill@bbnccc.ARPA
  1583. cc: Michael_Krause.ROCH@xerox.ARPA, info-cpm@AMSAA.ARPA
  1584. In-Reply-to: jdhill%CCC.BBN:COM:Xerox's message of 7-August-86
  1585.  (Thursday) 4:40:29 EDT
  1586. Reply-to: Michael_Krause.ROCH@xerox.ARPA
  1587. Message-ID: <860808-043330-1815@Xerox>
  1588.  
  1589. Jack, I beleive that StarIndex by MicroPro is the utility that you're
  1590. looking for.  It uses dot prompts like Mailmerge to do its thing.  I
  1591. assume that you're aware that you can assign a footer message in
  1592. WordStar using a ".fo" dot command.
  1593.  
  1594. Mike
  1595.  8-Aug-86 18:18:08-MDT,1597;000000000000
  1596. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1597. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 18:17:55-MDT
  1598. Received: from mit-ai.arpa by AMSAA.ARPA id a000368; 8 Aug 86 19:49 EDT
  1599. Date: Fri,  8 Aug 86 19:52:33 EDT
  1600. From: "Michael A. Patton" <MAP@mit-ai.ARPA>
  1601. Subject:  Posting software directly to info-cpm or net.micro.cpm:
  1602. To: Info-CPM@AMSAA.ARPA
  1603. cc: cpmlist@AMSAA.ARPA, MAP@mit-ai.ARPA
  1604. In-reply-to: Msg of Wed 6 Aug 86 11:23:10 EDT from Dave Towson (info-cpm-request) <cpmlist at AMSAA.ARPA>
  1605. Message-ID: <[AI.AI.MIT.EDU].81139.860808.MAP>
  1606.  
  1607.  
  1608. It seems to me that there is a simple solution (if everyone goes
  1609. along).  That is to split the source distribution on Usenet off from
  1610. the main list (call it net.micro.cpm.source or net.source.cpm or
  1611. whatever they want to use), then to gateway that list in the same way
  1612. that the main list is now, but as a seperate list.  All of the non-DDN
  1613. subscribers will probably want to be on the list as well as some on
  1614. the DDN side.  It would also be useful if someone in the DDN world
  1615. would extract useful things and submit them to the archive, but I
  1616. suspect the more useful entries will end up there eventually anyway.
  1617.  
  1618. A more elaborate form of this might be to allow some automated
  1619. procedure to extract items from the "sources" list and keep them
  1620. somewhere for a while.  Then people submitting source could send a
  1621. note to the main list and DDN types could get a copy of useful stuff
  1622. without being required to receive and store it all.  This is similar
  1623. to the way many UNIX (tm) sites handle net.sources now.
  1624.  
  1625. Mike Patton
  1626.  
  1627.  8-Aug-86 21:24:57-MDT,582;000000000000
  1628. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1629. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 21:24:52-MDT
  1630. Received: from mit-ai.arpa by AMSAA.ARPA id a000714; 8 Aug 86 22:55 EDT
  1631. Date: Fri 8 Aug 86 22:24:30-EDT
  1632. From: Mark Becker <Cent.Mbeck%OZ.AI.MIT.EDU@mit-xx.ARPA>
  1633. Subject: Re: TVX source code
  1634. To: Info-CPM@AMSAA.ARPA
  1635. Message-ID: <12229306049.15.CENT.MBECK@OZ.AI.MIT.EDU>
  1636.  
  1637. [Sacrifice to the line eater]
  1638.  
  1639. My thanks to all who informed me the TVX source code is available in
  1640. the SIMTEL20 archives, specifically in:
  1641.  
  1642.     PD:<MSDOS.TVX-EDITOR>
  1643.  
  1644. Mark
  1645. -------
  1646.  8-Aug-86 22:42:15-MDT,6804;000000000000
  1647. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1648. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 22:41:48-MDT
  1649. Date:     Sat, 9 Aug 86 0:10:44 EDT
  1650. From:     Dave Towson (info-cpm-request) <cpmlist@AMSAA.ARPA>
  1651. To:       info-cpm@AMSAA.ARPA
  1652. Subject:  [prindle:  access to SIMTEL20 from other nets]
  1653.  
  1654. Fellow CP/Mers - Thanks to all who have contributed to this discussion so
  1655. far.  The comments have all been quite thoughtful and reasonable, in my
  1656. opinion.  With this note, I am relaying a message sent to me at the list
  1657. maintainer's address for the reason stated therein.  This message, like some
  1658. others, suggests an approach that would require the development of some new
  1659. software.  Assuming that a host to run some special software (not necessarily
  1660. exactly as described here, but something new) were available, does anyone care
  1661. to volunteer to write such software?  
  1662.  
  1663.  
  1664. Dave
  1665.  
  1666.  
  1667. ----- Forwarded message # 1:
  1668.  
  1669. Received: from nadc.arpa by AMSAA.ARPA id a013593; 7 Aug 86 10:11 EDT
  1670. Date: 7 Aug 1986 10:07:44-EDT
  1671. From: prindle@NADC
  1672. To: cpmlist@amsaa
  1673. Subject: access to SIMTEL20 from other nets
  1674.  
  1675. Dave,
  1676. I am sending this to you rather than the whole list because:
  1677.  
  1678. 1. It is long.
  1679. 2. It may be totally out in left field!
  1680.  
  1681. If you think it has any merit, then by all means post it to INFO-CPM and/or
  1682. INFO-ADA.  But if you think I'm crazy, tell me so, 'cause I still have plenty
  1683. to learn about networks.
  1684.  
  1685. Incidentally, if for no other reason, CP/M re-birth may be attributed partially
  1686. to the Commodore 128.  That's certainly why I'm here!
  1687.  
  1688. Thanks,
  1689. Frank Prindle
  1690.  
  1691. --------------------------------Cut Here--------------------------------------
  1692. I know I have gotten requests to help non-DDN people get selective pieces of
  1693. software from the SIMTEL20 archives.  To do this manually, while tolerable in
  1694. extreme moderation, is impossible on any sort of large scale.  On the other
  1695. hand, wholesale distribution of software over the INFO-xxx mailing lists is
  1696. just not practical.
  1697.  
  1698. There is, perhaps, a technical solution to the problem of how to allow non-DDN
  1699. network users to submit software to, and extract software from, the SIMTEL20
  1700. public domain archives (CP/M, MSDOS, UNIX, and ADA). First let's work up to
  1701. the solution with some observations:
  1702.  
  1703. First -
  1704.  
  1705. DDN hosts seem quite capable of receiving mail from, and mailing to, hosts on
  1706. other networks through a fairly extensive network of relay sites.  Although
  1707. there seem to be a variety of syntax variations, the following form (from the
  1708. DDN side) seems more or less universally understood:
  1709.  
  1710.     mail person%host.hisdomain@relayhost.mydomain
  1711.  
  1712. where "relayhost" has access to both "mydomain" and "hisdomain" networks.
  1713.  
  1714.  (e.g.) mail smith%umass.bitnet@wiscvm.arpa
  1715.  
  1716. I don't know the details of mail syntax from other networks to get the mail to
  1717. a relay site, but it obviously can be done, and if it gets to a relay addressed
  1718. to someone%somewhere.arpa, it will no doubt make it to it's DDN destination.
  1719. (This will undoubtedly be somewhat complicated soon, as there is a movement
  1720. afoot to have DDN hosts adopt more exotic domain names as opposed to just
  1721. plain ".arpa".  This will just blow off about half the mailers and mail
  1722. servers in the world for a few months until all the software gets modified to
  1723. handle the new domain syntax).
  1724.  
  1725. Second -
  1726.  
  1727. The "person" to whom mail is addressed may, in actuality, be an automaton
  1728. (e.g. a re-distribution list) as opposed to a real person who sifts through
  1729. mail.  Thus, properly formatted mail might easily be processed as input to
  1730. a computer program, the actions of which would be directed by the contents
  1731. of the mail.  A simple example of this would be a periodic batch demon
  1732. checking a user's mailbox every hour or so and sending out a canned reply
  1733. to the sender: SORRY, I AM OUT OF TOWN FOR TWO WEEKS - WILL REPLY 8/16/86.
  1734. Of course, the demon would have to have a few ounces of intelligence; for 
  1735. example, it would be most unkind to send such a reply to a distribution list
  1736. like INFO-CPM, for this would start an endless loop (don't laugh, it has
  1737. happened!).
  1738.  
  1739. Now, for the potential solution -
  1740.  
  1741. Instead of a non-DDN user posting an encoded form of his software to the entire
  1742. world, he would mail his encoded software (adhering to specific formatting
  1743. rules) to a DDN "server" mailbox.  If "uuencode" were used, perhaps it would
  1744. be best if this server were on a UNIX machine rather than TOPS-20, but other
  1745. encoders/decoders (e.g. public domain atob/btoa) could be used.  The server
  1746. would scan the sender's message, sense that it was a submission and properly
  1747. formatted, send an acknowledgement back to the sender, and queue the decoded
  1748. files for "ftp" transmission to SIMTEL20 archive administrators (the last step
  1749. would not be necessary if the "server" were SIMTEL20 itself).  When and if the
  1750. archive adminstrator put the software in the archives, he/she would notify the
  1751. original user by mail, who in turn could post a short note to the mailing list
  1752. abstracting the software and noting that it was now in the archives.
  1753.  
  1754. When a non-DDN user wished files or a directory from a particular archive,
  1755. he would again mail to the "server", this time formatted as a "software
  1756. request" rather than a submission.  The server would scan the sender's message,
  1757. sense that it was a software request, ftp the requested software from SIMTEL20,
  1758. encode it according to the rules, and mail it to the requestor.
  1759.  
  1760. When the "server" receives an ill-formatted message, notice to that effect is
  1761. simply returned to the sender.  A single server need not handle all the
  1762. SIMTEL20 archives, nor is it necessary for a single server to handle both
  1763. the submissions and the software requests for a single archive (i.e. sharing
  1764. the burden!).
  1765.  
  1766. But can it work? -
  1767.  
  1768. Now I'm not saying such an approach is without substantial technical risk or
  1769. complexity.  It obviously represents a potentially large increase in computing
  1770. resource burden to be absorbed by the administrator(s) of the server(s).  It
  1771. may also be administratively unacceptable to the DDN regulators or to the
  1772. regulators of the other networks.  It also may not work at all, for a variety
  1773. of technical reasons (e.g. mail messages on USENET are generally limited to
  1774. 100000 bytes, so large files would have to be broken up).  By building a new
  1775. (and inefficient) File Transfer Protocol on top of the mail connections, it
  1776. probably borders on heresy!  Furthermore, interactions with "net.sources" and
  1777. other such special arrangements should be considered.  Finally, it represents
  1778. a lot of work to implement.
  1779.  
  1780. Nuff said - I'll ramble no further.  Perhaps this discussion should be moved
  1781. to INFO-NETS.
  1782.                         Frank Prindle
  1783.                         Prindle@NADC.arpa
  1784.  
  1785. ----- End of forwarded messages
  1786.  8-Aug-86 23:01:34-MDT,1547;000000000000
  1787. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1788. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 23:01:25-MDT
  1789. Date:     Sat, 9 Aug 86 0:33:02 EDT
  1790. From:     Dave Towson (info-cpm-request) <cpmlist@AMSAA.ARPA>
  1791. To:       info-cpm@AMSAA.ARPA
  1792. Subject:  [rbthomas:  Re: Posting software directly to info-cpm or net.micro.cpm:]
  1793.  
  1794. Fellow CP/Mers - Here is another message sent to the list maintainer's
  1795. address.  I see no reason why a separate DDN cpm sources list could not be set
  1796. up and gatewayed with the USENET.  But I am not keen on making the existing
  1797. info-cpm list the starting point for the new distribution.  I am open to
  1798. rebuttal, though.
  1799.  
  1800.  
  1801. Dave
  1802.  
  1803.  
  1804. ----- Forwarded message # 1:
  1805.  
  1806. Received: from ru-caip.arpa by AMSAA.ARPA id a010087; 8 Aug 86 10:51 EDT
  1807. Received: by caip.rutgers.edu; Fri, 8 Aug 86 10:51:27 edt
  1808. Date: Fri, 8 Aug 86 10:51:27 edt
  1809. From: rbthomas@caip.rutgers.edu (Rick Thomas)
  1810. Message-Id: <8608081451.AA14778@caip.rutgers.edu>
  1811. To: cpmlist@amsaa.arpa
  1812. Subject: Re: Posting software directly to info-cpm or net.micro.cpm:
  1813. In-Reply-To: USENET article <2828@brl-smoke.ARPA>
  1814.  
  1815. Can a separate mailing list (gatewayed to the proposed separate usenet
  1816. newsgroup) be setup for sources only (info-cpm-sources???) Then people
  1817. could subscribe or not as they chose.  I would (personally) like to
  1818. see the initial list of recipients for the new mailing list be a clone
  1819. of the present info-cpm mailing list, but that could be worked out.
  1820.  
  1821. Rick Thomas
  1822. rbthomas@caip.rutgers.edu
  1823.  
  1824. ----- End of forwarded messages
  1825.  8-Aug-86 23:20:43-MDT,1042;000000000000
  1826. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1827. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 23:20:37-MDT
  1828. Received: from nosc.arpa by AMSAA.ARPA id a000206; 8 Aug 86 18:51 EDT
  1829. Received: by bass.ARPA (5.31/4.7)
  1830.     id AA03167; Fri, 8 Aug 86 15:13:54 PDT
  1831. Received: by cod.ARPA (5.31/4.7)
  1832.     id AA07235; Fri, 8 Aug 86 15:13:51 PDT
  1833. Message-Id: <8608082213.AA07235@cod.ARPA>
  1834. Date: Fri, 8 Aug 86 13:51:49 PDT
  1835. From: Marc Wilson <crash!pnet01!pro-mercury!mwilson@NOSC.ARPA>
  1836. To: pnet01!crash!noscvax!info-cpm-request@AMSAA.ARPA
  1837. Subject: Re: Can Ampro R/W other floppies?
  1838. Cc: mwilson@NOSC.ARPA
  1839. Resent-Date:  Sat, 9 Aug 86 0:38:28 EDT
  1840. Resent-From:  cpmlist@AMSAA.ARPA
  1841. Resent-To:    info-cpm@NOSC.ARPA
  1842.  
  1843.      The current AMPRO BIOS allows the reading of over 60 different disk
  1844. formats, but sadly, Apple is not among them. An Apple drive uses GCR coding,
  1845. rather than the MFM format that most drives use. I'm not saying that it's
  1846. impossible, but I don't think it can be done.
  1847.  
  1848. Marc Wilson
  1849. crash!pnet01!pro-mercury!mwilson@nosc
  1850.  8-Aug-86 23:35:18-MDT,820;000000000000
  1851. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1852. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 8 Aug 86 23:35:13-MDT
  1853. Received: from nosc.arpa by AMSAA.ARPA id a001129; 9 Aug 86 0:45 EDT
  1854. Received: by bass.ARPA (5.31/4.7)
  1855.     id AA03875; Fri, 8 Aug 86 21:45:44 PDT
  1856. Received: by cod.ARPA (5.31/4.7)
  1857.     id AA15243; Fri, 8 Aug 86 21:45:42 PDT
  1858. Message-Id: <8608090445.AA15243@cod.ARPA>
  1859. Date: Fri, 8 Aug 86 21:22:54 PDT
  1860. From: Matt Smiley <crash!pnet01!msmiley@NOSC.ARPA>
  1861. To: crash!noscvax!info-cpm@AMSAA.ARPA
  1862. Subject: Re:  Posting software directly to info-cpm or net.micro.cpm:
  1863.  
  1864. Being very new and inexperinced in this field, I would like some more
  1865. information on accessing the files at SIMTEL20. Is it true an ASCII file (such
  1866. as a .LBR file) can be sent to you in mail? I do not have on-line access to
  1867. SIMTEL20.
  1868.  9-Aug-86 00:13:41-MDT,714;000000000000
  1869. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1870. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 00:13:35-MDT
  1871. Received: from wiscvm.arpa by AMSAA.ARPA id a001232; 9 Aug 86 1:42 EDT
  1872. Received: from (BW2)HARVARDA.BITNET by WISCVM.ARPA on 08/04/86 at
  1873.   13:10:11 CDT
  1874. Date:   Saturday, 2 August 1986, 13:05:03 EDT
  1875. From:     Bruce Waldman <BW%HARVARDA.bitnet@WISCVM.ARPA>
  1876. To:  info-cpm@AMSAA.ARPA
  1877. Subject:   Bondwell CP/M computers
  1878.  
  1879. I have just seen an ad for a Bondwell model 12 for $399.  Anyone have any
  1880. experience with this portable?  Does it intrinsically emulate any common
  1881. CP/M machine?  Also a model 14 with double-sided drives and 128K for
  1882. $100 more.  Seem like bargains unless ..... ????
  1883.  
  1884.  9-Aug-86 04:00:59-MDT,920;000000000000
  1885. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1886. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 04:00:51-MDT
  1887. Received: from wiscvm.arpa by AMSAA.ARPA id a001601; 9 Aug 86 5:32 EDT
  1888. Received: from (CADS074)CALSTATE.BITNET by WISCVM.ARPA on 08/07/86 at
  1889.   17:45:53 CDT
  1890. Date: Thu, 07 Aug 1986 15:25 PDT
  1891. From:   "Mr. Bill" <CADS074%CALSTATE.BITNET@WISCVM.ARPA>
  1892. Subject: BDS C on an Apple //e
  1893. To:  INFO-CPM@AMSAA.ARPA
  1894. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  1895.  
  1896.    Can anyone out there help me in getting BDS C (ver. 1.50) working
  1897. on an Apple //e?  I'm running CP/M 2.23 on an ALS Z-card.  Everything
  1898. runs fine until the second phase of the compiler.  About 30 seconds
  1899. after phase two starts, the screen fills with garbage and then
  1900. hangs.  Any help would be appreciated.
  1901.  
  1902.                                      Bill Wood
  1903.                                      Bitnet:  CADS074@CALSTATE
  1904.  
  1905.  9-Aug-86 18:46:46-MDT,1296;000000000000
  1906. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1907. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 18:46:40-MDT
  1908. Received: from uci-icsa.arpa by AMSAA.ARPA id a003322; 9 Aug 86 16:10 EDT
  1909. Received: from localhost by ICS.UCI.EDU id a001534; 9 Aug 86 13:09 PDT
  1910. To: "Mr. Bill" <CADS074%CALSTATE.BITNET@wiscvm.ARPA>
  1911. cc: INFO-CPM@AMSAA.ARPA
  1912. cc: jsweet@uci-icsa.ARPA
  1913. Subject: Re: BDS C on an Apple //e
  1914. In-reply-to: Your message of Thu, 07 Aug 1986 15:25 PDT.
  1915. Date: Sat, 09 Aug 86 13:08:44 -0800
  1916. Message-ID: <1527.524002124@ics.uci.edu>
  1917. From: Jerry Sweet <jsweet@uci-icsa.ARPA>
  1918.  
  1919.  
  1920. I have a related experience that might help.  It seems that when I
  1921. tried to install the 60K version of Microsoft CP/M on my Apple ][ Plus,
  1922. BDS C would roll over and croak.  I was forced to go back to 56K CP/M.
  1923. I hypothesize that in 60K CP/M, Microsoft folds the CCP (and possibly
  1924. other parts of CP/M) into the alternative 4K memory bank on the
  1925. language card, and BDS C makes direct use of memory locations or
  1926. routines in the CCP.
  1927.  
  1928. Conclusion: you must somehow switch the CCP in and out of the normal
  1929. address space during compilation in such a way that BDS C can make use
  1930. of both the CCP and the CP/M system services (a difficult, perhaps
  1931. impossible task), or use a 56K version of CP/M.
  1932.  
  1933. -jns
  1934.  9-Aug-86 18:47:00-MDT,862;000000000000
  1935. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1936. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 18:46:52-MDT
  1937. Received: from mit-mc.arpa by AMSAA.ARPA id a003453; 9 Aug 86 17:50 EDT
  1938. Date: Sat 9 Aug 86 17:54:32-EDT
  1939. From: Mark Becker <Cent.Mbeck%OZ.AI.MIT.EDU@mit-xx.ARPA>
  1940. Subject: Info Request - DTC 510A Winnie controller
  1941. To: Info-CPM@AMSAA.ARPA
  1942. Message-ID: <12229519047.23.CENT.MBECK@OZ.AI.MIT.EDU>
  1943.  
  1944. Hello -
  1945.  
  1946.      I recently traded some hardware with a local and discovered a
  1947. Data Technology Corp DTC-510A controller plus User Manual in the
  1948. collection.
  1949.  
  1950.      If you've interfaced such a thing to a CP/M system, I would
  1951. appreciated your sending mail.  Before I go and lay out the $ for a
  1952. drive, I'd like to ask some questions.
  1953.  
  1954.      If there is enough interest, I can post a summary to the net.
  1955.  
  1956. Thanks in advance..
  1957.  
  1958. Mark
  1959. -------
  1960.  9-Aug-86 18:58:02-MDT,1207;000000000000
  1961. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1962. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 18:57:53-MDT
  1963. Received: from ucb-vax.arpa by AMSAA.ARPA id a003299; 9 Aug 86 15:52 EDT
  1964. Received: by ucbvax.Berkeley.EDU (5.53/1.14)
  1965.     id AA26601; Sat, 9 Aug 86 12:52:46 PDT
  1966. Received: by jade.Berkeley.Edu (5.31 (CFC 4.21)/5.6.2)
  1967.     id AA02583; Sat, 9 Aug 86 12:52:42 PDT
  1968. Received: by amber.Berkeley.Edu (4.20/5.6)
  1969.     id AA09492; Sat, 9 Aug 86 12:52:41 pdt
  1970. Date: Sat, 9 Aug 86 12:52:41 pdt
  1971. From: swillett%amber@ucb-vax.ARPA
  1972. Message-Id: <8608091952.AA09492@amber.Berkeley.Edu>
  1973. To: info-cpm@AMSAA.ARPA, jdhill@bbnccc.ARPA
  1974. Subject: Re:  foot notes for WS 3.3
  1975.  
  1976. There exists a PD footnoting utility for WordStar called (not surprisingly)
  1977. FOOTNOTE.  It appeared in volume 34 of our library (Bay Area Kaypro Users and
  1978. Programmers, or BAKUP, 412 61st St., Oakland, CA 94609).  Our library disks are
  1979. available only to our members ($10 per year, $1.50 for a listing of the disks
  1980. in the library), but the DOC file with FOOTNOTE has the name of the author -
  1981. Eric Meyer, 427 N. Washington, Bloomington, IN 47401.
  1982.  
  1983. Hope this is of use.
  1984.  
  1985. Steve Willett (swillett@amber.berkeley.edu)
  1986. BAKUP Librarian
  1987.  
  1988.  9-Aug-86 22:28:45-MDT,4106;000000000000
  1989. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1990. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 22:28:29-MDT
  1991. Received: from simtel20.arpa by AMSAA.ARPA id a003949; 10 Aug 86 0:05 EDT
  1992. Date: Sat, 9 Aug 1986  21:58 MDT
  1993. Message-ID: <KPETERSEN.12229585316.BABYL@SIMTEL20.ARPA>
  1994. Sender: KPETERSEN@SIMTEL20.ARPA
  1995. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  1996. To:   Info-Cpm@AMSAA.ARPA, Info-Micro@BRL.ARPA
  1997. Cc:   Info-Modem7@SIMTEL20.ARPA
  1998. Subject: Telenet PC Pursuit will not upload certain files
  1999.  
  2000. The following is relayed from GEnie's CP/M RoundTable.
  2001.  
  2002. --Keith Petersen
  2003. Arpa: W8SDZ@SIMTEL20.ARPA
  2004. uucp: {ihnp4,allegra,cmcl2,dual,decvax,mcnc,mcvax,vax135}!seismo!w8sdz
  2005. GEnie Mail: W8SDZ
  2006. RCP/M Royal Oak: 313-759-6569
  2007.  
  2008. ---forwarded message---
  2009. TO:       All PC Pursuit Users
  2010.  
  2011. WARNING:  PC Pursuit will not upload certain files!
  2012.  
  2013. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2014.  
  2015. As if the busy signals and disconnects were not enough (sigh),
  2016. listen to this...
  2017.  
  2018. Under certain circumstances, files may not be uploaded to a
  2019. remote system with Christensen ("XMODEM") protocol using the PC
  2020. Pursuit service of GTE Telenet.  In particular, the three-byte
  2021. ASCII sequence <CR, '@', CR> (binary <0DH, 40H, 0DH>) is ALWAYS
  2022. interpreted as an escape to Telenet command level.  If this
  2023. sequence occurs in an appropriate place within a file, that file
  2024. cannot be uploaded!  The typical effect with most file transfer
  2025. programs is the occurrence of repeated local timeout errors, and
  2026. an apparent loss of connection when the user returns to terminal
  2027. mode to attempt recovery after the transfer is aborted.
  2028.  
  2029. I have verified the above with Telenet customer service and
  2030. engineering representatives.  Their response was that this is an
  2031. unfortunate result of the established Telenet command structure,
  2032. and it is not likely that any attempt will be made to provide a
  2033. solution to this problem for PC Pursuit customers!  (Considering
  2034. the difficulty of making network connections at almost any hour
  2035. of the night, I'm sure there must be A LOT of us PC Pursuers out
  2036. there...  At $25 per month each, I had hoped we deserved a better
  2037. response than that.)
  2038.  
  2039. Note that this situation is unlikely to occur within an ASCII
  2040. text file produced on CP/M or MS-DOS systems, since CR is almost
  2041. always followed by LF in such files.  But it is certainly
  2042. possible within a binary (e.g. .COM) file.  (The high bit of each
  2043. byte is insignificant to Telenet, so there are actually eight
  2044. different 3-byte binary sequences which may cause this problem.) 
  2045. Also, there is a small likelihood of this occurring even during a
  2046. text file transfer, due to the binary record count and checksum
  2047. or CRC bytes which are generated by the protocol.  From my own
  2048. experience, the problem seems most likely to occur within
  2049. SQueezed files.
  2050.  
  2051. As a possible workaround to this problem, I would suggest trying
  2052. either of the following:
  2053.  
  2054. 1.  Change the file compression.  I.e., (un)SQueeze or (un)CRUNCH
  2055.     the file, as appropriate to its original form.  Then leave a
  2056.     message to the remote system's SysOp requesting that the file
  2057.     be restored after it is received.
  2058.  
  2059. 2.  If you are using XMODEM-CRC mode, try Checksum mode (or vice-
  2060.     versa).  If you are using 1K-byte (YMODEM) transfers, try
  2061.     using the slower 128-byte transfers instead.  Either of these
  2062.     changes may allow recovery from a small class of situations
  2063.     which could cause the problem.
  2064.  
  2065. The following facts should also be noted:
  2066.  
  2067. 1.  This problem occurs only with uploads.  Downloads from a
  2068.     remote system are not affected.
  2069.  
  2070. 2.  Once such a file transfer has been aborted, you have NOT lost
  2071.     your connection to the remote system!  Simply issue the
  2072.     command CONT (continue) at the Telenet @ prompt.
  2073.  
  2074. I hope this information will save others the hours of aggravation
  2075. it has caused me.
  2076.  
  2077.                                 Bob Freed
  2078.                                 Newton Centre, MA
  2079.                                 August 6, 1986
  2080.  
  2081. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2082.  9-Aug-86 23:09:20-MDT,2002;000000000000
  2083. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2084. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 9 Aug 86 23:09:07-MDT
  2085. Received: from nosc.arpa by AMSAA.ARPA id a004006; 10 Aug 86 0:41 EDT
  2086. Received: by bass.ARPA (5.31/4.7)
  2087.     id AA06289; Sat, 9 Aug 86 21:42:05 PDT
  2088. Received: by cod.ARPA (5.31/4.7)
  2089.     id AA25637; Sat, 9 Aug 86 21:42:03 PDT
  2090. Message-Id: <8608100442.AA25637@cod.ARPA>
  2091. Date: Sat, 9 Aug 86 19:34:18 PDT
  2092. From: Matt Smiley <crash!pnet01!msmiley@NOSC.ARPA>
  2093. To: crash!noscvax!info-cpm@AMSAA.ARPA
  2094. Subject: Re:   Bondwell CP/M computers
  2095.  
  2096. Yes, I owned a model 12 for a month or so before I picked up my Kaypro. I must
  2097. say it was an excellant machine. The thing is essentially a Kaypro 4-84, with
  2098. a 4 meg clock, two drives, and a 9" amber monitor. In addition you get
  2099. function keys, an external monitor output, and (in my case) WordStar,
  2100. DataStar, CalcStar, and a couple other Star's with complete documentation,
  2101. i.e. copies of Micro Pro's complete manuals. The cabinet design is far
  2102. superior to the Kaypro's. It is made of a thick plastic, with all the controls
  2103. (power, contrast, reset) on the front next to the monitor. The cord stores in a
  2104. compartment on the back, which, when closed, protects all the plugs, (monitor
  2105. output, 2 RS-232, 1 serial, power input). The only reason I didn't keep it was
  2106. that I needed double sided drives, which your $399 model probably doesn't have.
  2107. (although they *are* manufactured with DSDD drives, for what would have cost me
  2108. $400 more). It also comes with a program that allows it to read and write to
  2109. Kaypro II, Osbourne, and some other strange make disks, although it cannot
  2110. format Kaypro, etc.
  2111.  
  2112. I would avoid the model 14, which uses CP/M 3.0 like the Commodore 128. Not
  2113. that there's anything wrong with 3.0, it's just that there evidently isn't a
  2114. whole lot of machines that use it.
  2115.  
  2116. BTW, Kaypro is selling model 1's again for $595! You may want to look into one
  2117. of those. You can buy them directly from the factory at that price.
  2118. 10-Aug-86 16:45:31-MDT,2338;000000000000
  2119. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2120. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 10 Aug 86 16:45:18-MDT
  2121. Received: from brl-smoke.arpa by AMSAA.ARPA id a005600; 10 Aug 86 18:11 EDT
  2122. Received: from USENET by SMOKE.BRL.ARPA id a003266; 10 Aug 86 17:43 EDT
  2123. From: Jim Gilbert <jim%fritz.uucp@BRL.ARPA>
  2124. Newsgroups: net.micro.apple,net.micro.cpm
  2125. Subject: PCPI Applicard Tech Info
  2126. Message-ID: <1537@fritz.UUCP>
  2127. Date: 7 Aug 86 16:48:43 GMT
  2128. To:       info-cpm@AMSAA.ARPA
  2129.  
  2130.  
  2131. I would like to obtain the following reference information for the PCPI
  2132. Applicard Z-80 processor and the accompanying CP/M implementation.
  2133. I think that Personal Computer Products Inc. was purchased by Micropro or
  2134. went out of business.  
  2135.  
  2136. I know some people know this (employees of Empathy Software, former
  2137. PCPI employees), and there must be somewhere to write to obtain
  2138. at least some hardware reference information.  
  2139.  
  2140. Now it gets boring:
  2141.  
  2142.     Apple View of Applicard:
  2143.         - use of standard slot-dependent addresses for scratch
  2144.           RAM, ROM, and interprocessor communication
  2145.         - interrupt daisy chain handling
  2146.         - dma daisy chain handling
  2147.         - location, size, and entry points of 6502 monitor
  2148.         - boot sequence 
  2149.     Applicard view of itself and the Apple
  2150.         - RAM and ROM addressing/bank switching
  2151.         - i/o space resources
  2152.         - ports used to interface to 6502
  2153.         - boot sequence
  2154.         - writing and installing device drivers
  2155.     Hardware
  2156.         - schematics
  2157.         - meaning of the 2x4 and the 2x25 jumpers or expansion
  2158.           connectors
  2159.  
  2160. I have done various CP/M OEM ports, written drivers, spoolers, etc. and
  2161. am very familiar with all the insides of the Microsoft Softcard implementation.
  2162.  
  2163. I know I can figure all this out again by disassembling lotsa code.
  2164. And I can figure out the hardware by tracing the etch of
  2165. both sides of the board and reverse-engineering the schematics.  This is
  2166. just an extremely tedious process.
  2167.  
  2168. I would be willing to pay a modest amount, e.g. under $20 for significant
  2169. portions of the information mentioned.  I have no commercial interest in
  2170. any of this.  I am merely exploring this implementation.
  2171.         
  2172. Thank you kindly for your interest if you have read this far.  Any assistance
  2173. will be appreciated.
  2174.  
  2175.  
  2176.     Jim Gilbert
  2177.     FileNet Corporation
  2178.     3530 Hyland Ave.
  2179.     Costa Mesa, CA 92626
  2180.  
  2181.     ihnp4!trwrb!felix!jim
  2182. 10-Aug-86 17:18:08-MDT,1409;000000000000
  2183. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2184. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 10 Aug 86 17:17:55-MDT
  2185. Received: from brl-smoke.arpa by AMSAA.ARPA id aa05664; 10 Aug 86 18:28 EDT
  2186. Received: from USENET by SMOKE.BRL.ARPA id a004610; 10 Aug 86 18:13 EDT
  2187. From: William Swan <bill%sigma.uucp@BRL.ARPA>
  2188. Newsgroups: net.micro.cpm
  2189. Subject: Re: Looking for a good C compiler
  2190. Message-ID: <820@sigma.UUCP>
  2191. Date: 8 Aug 86 15:44:59 GMT
  2192. To:       info-cpm@AMSAA.ARPA
  2193.  
  2194. In article <76@winfree.UUCP> bdale@winfree.UUCP (Bdale Garbee) writes:
  2195. ><2776@brl-smoke.ARPA> GA.OLS%ISUMVS.BITNET@WISCVM.ARPA (Rob Olson) writes:
  2196. >>I am looking into learning C and I wondered if anyone would have
  2197. >>any suggestions on what compilers are worthwhile. [...]
  2198. >>I have been looking into a compiler from MIX corp. and Dr Dobb's
  2199. >>small Compiler.  If anyone has any comments about these, I'd love to
  2200. >>hear them!
  2201. >We used the MIX compiler for the PC in a consulting job a while back, and were
  2202. >not very happy with it. [...]
  2203.  
  2204. I have heard that MIX C is slow, and has a *huge* run-time package.
  2205.  
  2206. I've been using BDS C, which works pretty well, but the i/o is non-standard.
  2207. It has a few other shortcomings, some of which have been quite irritating,
  2208. but all-in-all, it works.
  2209.  
  2210. I've a friend who's been using Ecosoft C (for Z80), and rates it quite highly.
  2211. It's not cheap, but it's apparently pretty good.
  2212. 10-Aug-86 17:37:31-MDT,1095;000000000000
  2213. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2214. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 10 Aug 86 17:37:24-MDT
  2215. Received: from brl-smoke.arpa by AMSAA.ARPA id a005664; 10 Aug 86 18:28 EDT
  2216. Received: from USENET by SMOKE.BRL.ARPA id a004508; 10 Aug 86 18:11 EDT
  2217. From: Steve Neighorn <neighorn%percival.uucp@BRL.ARPA>
  2218. Newsgroups: net.micro.cpm,net.micro.trs-80,net.wanted
  2219. Subject: LNW-80 Owners?
  2220. Message-ID: <211@percival.UUCP>
  2221. Date: 7 Aug 86 18:53:43 GMT
  2222. To:       info-cpm@AMSAA.ARPA
  2223.  
  2224. The LNW-80 is a Radio Shack TRS-80 Model 1/CPM computer rolled into one box.
  2225. LNW went out of business awhile ago, and I am wondering if there are any
  2226. other fellow LNW'ers on the net.
  2227.  
  2228.            We have been orphaned, but we can still band together!
  2229.  
  2230. Send me net mail if you have one of these little white boxes and we'll see
  2231. what we can get going.
  2232. -- 
  2233. Steven C. Neighorn               tektronix!reed!percival!qiclabs!neighorn
  2234. Portland Public Schools      "Where we train young Star Fighters to defend the
  2235. (503) 249-2000 ext 229          frontier against Xuir and the Kodan Armada"
  2236. 10-Aug-86 17:44:18-MDT,2194;000000000000
  2237. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2238. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 10 Aug 86 17:44:09-MDT
  2239. Received: from brl-smoke.arpa by AMSAA.ARPA id a005666; 10 Aug 86 18:29 EDT
  2240. Received: from USENET by SMOKE.BRL.ARPA id a004675; 10 Aug 86 18:16 EDT
  2241. From: dick gardner <gardner%kodak.uucp@BRL.ARPA>
  2242. Newsgroups: net.micro.cpm
  2243. Subject: Re: Looking for a good C compiler
  2244. Message-ID: <534@kodak.UUCP>
  2245. Date: 8 Aug 86 15:48:23 GMT
  2246. To:       info-cpm@AMSAA.ARPA
  2247.  
  2248. I've used the MIX C compiler under CP/M and find it to be OK for
  2249. light and ocassional use.  I wouldn't recommend it for a developer.
  2250.  
  2251. It does not compile to assembler, but rather to psuedo-code.  It
  2252. creates somewhat large programs, since the the run-time support
  2253. must be included (or exist on the system separately)  It doesn't
  2254. compare in speed, since it runs sort of like it was an interpreter.
  2255. It is complete, with some nice enhancements. The tutorial/manual
  2256. is pretty good.  There is a version of MIX C available for the PC.
  2257.  
  2258. Since you mentioned the PC, I have just bought a Turbo clone, and
  2259. got a copy of ECO-C88 from ECOSOFT for $59.  This is a pretty nice
  2260. package, at least for my needs.  It does limit you to a small
  2261. memory model, though.(64k)  The manual is adequate, but not great.
  2262. The compiler is quite good -- fairly fast and complete.  You must
  2263. use the IBM Linker (no problem for me since I'm using PC-DOS).
  2264. The only problem I've found is that it is a little difficult to use
  2265. on a 'floppy-only' machine.  The size of the libraries means swapping
  2266. disks alot.  Since I've gotten my 10 megger, though, it simplified
  2267. things greatly. I'm quite happy with this package.
  2268. I DO think that I would buy something else if I was in business
  2269. writing C programs. (just in case I needed a larger memory model)
  2270.  
  2271. I hope this information is helpful.
  2272.  
  2273.  
  2274. =#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
  2275.  
  2276.              Dick Gardner
  2277.              Eastman Kodak Co.
  2278.              Rochester, New York  14650
  2279.              (716) 477-1002
  2280.        UUCP: rochester!kodak!gardner
  2281.  
  2282. To err is human -- to really screw it up
  2283.            you need a computer!
  2284. =#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
  2285.   
  2286. 10-Aug-86 23:22:19-MDT,1459;000000000000
  2287. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2288. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 10 Aug 86 23:22:13-MDT
  2289. Received: from brl-aos.arpa by AMSAA.ARPA id a007327; 11 Aug 86 0:50 EDT
  2290. Received: from nosc.arpa by AOS.BRL.ARPA id a011362; 11 Aug 86 0:43 EDT
  2291. Received: by bass.ARPA (5.31/4.7)
  2292.     id AA09079; Sun, 10 Aug 86 21:40:23 PDT
  2293. Received: by cod.ARPA (5.31/4.7)
  2294.     id AA06747; Sun, 10 Aug 86 21:40:21 PDT
  2295. Message-Id: <8608110440.AA06747@cod.ARPA>
  2296. Date: Sun, 10 Aug 86 21:18:48 PDT
  2297. From: Irwin Hom <crash!pnet01!ihom@NOSC.ARPA>
  2298. To: crash!noscvax!jim%fritz.uucp@BRL.ARPA
  2299. Subject: Re: PCPI Applicard Tech Info
  2300. Cc: crash!noscvax!info-cpm@BRL
  2301.  
  2302. No, PCPI did not go out of business.  The last I heard, they were phasing
  2303. out on Apple stuff and concentrating on the IBM market.  The PCPI card
  2304. alone contains 64k of onboard memory.  The 2x5 and 2x25 expansion pins
  2305. are used to piggy-back another memory module onto the Appli-Card.  Each
  2306. memory module can contain up to 128k of memory.  Only two modules max
  2307. may be added, though.  This gives you a RAM disk with a 222k workspace,
  2308. -2k for the directory, and - 32k for software management.
  2309.  
  2310. PCPI offers an OEM package for about $50 that gives the technical info you
  2311. need.  Also included are two disks which contains sample drivers, a 6502
  2312. cross assembler and loader.  You might want to contact them to see if this
  2313. package is still offered.
  2314.  
  2315. --Irwin Hom     ...crash!ihom!pnet01!@nosc
  2316. 10-Aug-86 23:26:12-MDT,2079;000000000000
  2317. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2318. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 10 Aug 86 23:26:05-MDT
  2319. Received: from lll-mfe.arpa by AMSAA.ARPA id a007344; 11 Aug 86 0:55 EDT
  2320. Date: Mon, 11 Aug 86 00:31 EST
  2321. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  2322. Subject: Gilbert PCPI Query
  2323. To: INFO-CPM@AMSAA.ARPA
  2324.  
  2325. From:    <SECRIST%OAK.SAINET.MFENET@LLL-MFE.Arpa>   (Richard C. Secrist)
  2326. Date:    Mon, 11-AUG-1986 00:31 EST
  2327. To:      INFO-CPM@AMSAA.ARPA
  2328. Message-ID: <[OAK.SAINET.MFENET].A4B456E0.008F341A.SECRIST>
  2329. Header-Disclaimer: I don't like my headers either.
  2330. Quote: "May your future be limited only by your dreams." -- Christa McAuliffe
  2331. Organization:  Science Applications Int'l. Corp., Oak Ridge, Tenn., USA
  2332. CompuServe-ID: [71636,52]
  2333. X-VMS-Mail-To: CPM
  2334.  
  2335. Just a short note on your
  2336. PCPI query - perhaps more
  2337. will follow very soon.
  2338.  
  2339. PCPI is still alive and
  2340. well, although the PCPI
  2341. Applicard is no longer
  2342. marketed.  They do still
  2343. support the card, however,
  2344. and do a nice job of it.
  2345.  
  2346. Much of the info you
  2347. desire is in the OEM
  2348. support package with
  2349. that is
  2350. available from PCPI.
  2351. It includes sample drivers
  2352. for all device classes,
  2353. a 6502 assembler that
  2354. runs under the Z80, and
  2355. other software information.
  2356.  
  2357. The OEM package was about
  2358. $35 or $40.
  2359.  
  2360. There is very little about
  2361. the PCPI hardware in
  2362. print.  The best sources
  2363. of this are calling PCPI
  2364. technical support directly
  2365. or Laing Electronics (or
  2366. the Laing BBS).  The PCPI
  2367. technical people (make
  2368. sure you ask for tech
  2369. support) were very nice
  2370. about answering all of
  2371. my questions, and in
  2372. as much detail as I cared
  2373. to pursue on the hardware
  2374. side of things.  Don't
  2375. press on the software,
  2376. buy the OEM package.  There
  2377. are people on this list
  2378. who have had a fair amount
  2379. of experience with both.
  2380.  
  2381. PCPI
  2382. 1150 W. Bernado Ct.
  2383. San Diego, CA 92127
  2384. 619/485-8411
  2385.  
  2386. Laing Electronics BBS
  2387. 714/534-1547
  2388.  
  2389. [I am a satisfied PCPI
  2390. app
  2391. Applicard owner and have
  2392. no affiliation with the
  2393. Arizona State Department
  2394. of Argiculture.]
  2395.  
  2396. r c s
  2397. SECRIST%OAK.SAInet.MFEnet@LLL-MFE.Arpa
  2398. 11-Aug-86 07:18:34-MDT,1777;000000000000
  2399. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2400. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 11 Aug 86 07:18:16-MDT
  2401. Received: from decwrl.arpa by AMSAA.ARPA id a013193; 11 Aug 86 8:47 EDT
  2402. Received: from DEC-RHEA.ARPA (rhea.dec.com) by decwrl.DEC.COM (4.22.05/4.7.34)
  2403.     id AA28818; Mon, 11 Aug 86 05:48:12 pdt
  2404. Message-Id: <8608111248.AA28818@decwrl.DEC.COM>
  2405. Date: 11-Aug-1986 0843
  2406. From: "Sink me! 'Twas lovely, havin' this little chat!" <binder%asd.DEC@dec.ARPA>
  2407. To: info-cpm@AMSAA.ARPA
  2408. Subject: Another exotic WordStar query
  2409.  
  2410. I'm trying to use MailMerge to assemble letters containing multiple lines of 
  2411. information extracted from multiple data files, without success.
  2412.  
  2413. I have two data files, one containing a list of people who are to be included
  2414. in a seminar, and the other containing a list of the people who will moderate
  2415. the seminar (actually three or four different seminar groupings, all to run
  2416. concurrently).  I need to generate two sets of letters: 
  2417.  
  2418. 1.  Extract a data record from list 1 to be the addressing information, and a
  2419.     data record from list 2 to tell the addressee when and where the seminar
  2420.     is to be, and by whom it will be moderated.  (For a seminar with three
  2421.     groups, this set will contain between 15 and 18 letters.)
  2422.  
  2423. 2.  Extract a data record from list 2 to be the addressing information, and 
  2424.     six selected records from list 1, to tell the addressed moderator the
  2425.     names, etc., of the people who will be in his or her group.  (For a 
  2426.     seminar with three groups, this set will contain three letters.)
  2427.  
  2428. Am I trying to do the impossible?
  2429.  
  2430. Thanks for any help,
  2431. Dick Binder   (The Stainless Steel Rat)
  2432.  
  2433. uucp:    { decvax, allegra, ucbvax... }!decwrl!asd.dec.com!binder
  2434. ARPA:    binder%asd.DEC@decwrl.ARPA
  2435. 11-Aug-86 11:28:26-MDT,837;000000000000
  2436. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2437. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 11 Aug 86 11:28:18-MDT
  2438. Received: from xerox.arpa by AMSAA.ARPA id a021179; 11 Aug 86 12:43 EDT
  2439. Received: from Riesling.ms by ArpaGateway.ms ; 11 AUG 86 09:43:28 PDT
  2440. Sender: Larry_Shilkoff.ElSegundo@xerox.ARPA
  2441. Date: 11 Aug 86 09:42:11 PDT (Monday)
  2442. Subject: Re: Bondwell CP/M computers
  2443. From: Larry_Shilkoff.ElSegundo@xerox.ARPA
  2444. To: BW%HARVARDA.bitnet@wiscvm.ARPA
  2445. cc: Larry_Shilkoff.ElSegundo@xerox.ARPA, info-cpm@AMSAA.ARPA
  2446. In-Reply-to: BW%HARVARDA.bitnet%WISCVM.WISC:EDU:Xerox's message of
  2447.  9-August-86 (Saturday) 2:56:37 PDT
  2448. Message-ID: <860811-094328-1469@Xerox>
  2449.  
  2450. As I understand it, the Bondwell CP/M computers are able to
  2451. read/write/run Kaypro and Osborne compatible disks. There may be other
  2452. formats compatible.
  2453.  
  2454. Larry
  2455. 11-Aug-86 11:56:30-MDT,1140;000000000000
  2456. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2457. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 11 Aug 86 11:56:20-MDT
  2458. Received: from 192.5.14.155 by AMSAA.ARPA id a021848; 11 Aug 86 13:01 EDT
  2459. Received: by tp5; Mon, 11 Aug 86 09:40:58 pdt
  2460. Message-Id: <8608111640.AA14765@tp5>
  2461. To: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2462. Cc: Info-Cpm@AMSAA.ARPA, Info-Micro@BRL.ARPA, Info-Modem7@SIMTEL20.ARPA, 
  2463.     johnso%tp5@RAND-UNIX.ARPA
  2464. Subject: Re: Telenet PC Pursuit will not upload certain files
  2465. In-Reply-To: Your message of Sat, 9 Aug 1986  21:58 MDT.
  2466.          <KPETERSEN.12229585316.BABYL@SIMTEL20.ARPA>
  2467. From: "A. Ross Johnson" <johnso%tp5@RAND-UNIX.ARPA>
  2468. Date: 11 Aug 86 09:40:53 PDT (Mon)
  2469. Sender: johnso%tp5@RAND-UNIX.ARPA
  2470.  
  2471.  
  2472. Is there really no way to disable the escape sequence with Telenet?
  2473. Foreign data networks (about which I know more) all provide for this, with
  2474. standard international paramater no. 1 for PAD (packet assembler and
  2475. disassembler) protocols, according to a CCITT standard.  When paramater
  2476. no. 1 is set to 0, you cannot escape to net command level in that session
  2477. and so can upload binary files.
  2478.  
  2479. Ross Johnson
  2480. 11-Aug-86 14:49:38-MDT,4173;000000000000
  2481. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2482. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 11 Aug 86 14:49:12-MDT
  2483. Received: from csnet-relay.arpa by AMSAA.ARPA id a028439; 11 Aug 86 15:41 EDT
  2484. Received: from gmr.com by csnet-relay.csnet id aa28878; 11 Aug 86 15:23 EDT
  2485. Date:     Sat, 9 Aug 86 15:08 EST
  2486. From:     RLH <HAAR%RCSMPA%gmr.com@CSNET-RELAY.ARPA>
  2487. To:       info-cpm@AMSAA.ARPA
  2488. Subject:  posting software to the net
  2489.  
  2490. I would like to encourage some kind of posting of software in addition
  2491. to the archives at SIMTEL20. As one the the low-class non-DDN people, I
  2492. feel the frustration that has been expressed by others when I see glowing
  2493. descriptions of some new public-domain software that sounds useful only
  2494. to find out that the only way to get it is thru FTP on ARPANET. Ther are
  2495. some excellent nearby RCP/M bulletin board systems that I use, but not all
  2496. the stuff I want shows up there.
  2497.  
  2498. WE do have to be careful about this, however. From my perspective, the
  2499. phone charges are insignificant, but other restrictions would prohibit
  2500. indiscriminant whole-sale mailing of software. I do have mass storage
  2501. limitations that could easily be exceded if tons of software poured in
  2502. while I was away on vacation. Since our local CSNET software is the
  2503. store-and-forward variety, it would interprete disk quota problems as
  2504. an incomplete delivery and re-try every hour, generating MANY error
  2505. messages to the system administrator along the way. You can imagine
  2506. that this might cause unfriendly feelings. Other people do have
  2507. problems with the telephone charges, and would not want to get large
  2508. volumes of unwanted software.
  2509.  
  2510. AT the same time, I am greatly in favor of distributing source code.
  2511. I have no sympathy for the argument that says "please send executables
  2512. only since I have only a BASIC interpreter." I have a least one compiler
  2513. for all the major languages (C, PASCAL, FORTRAN, BASIC) as well as
  2514. several assemblers and interpreters. Of course my BDS-C compiler is
  2515. would force me to modify code intended for MIX-C or C-80 or XYZ-C
  2516. compilers, but that's the way it goes. AT least I have a chance to
  2517. do so. If I get executable or object code, there is no reasonable
  2518. way for me to modify it for the particulars of my machine. Besides,
  2519. I like to look at the source code to get ideas and learn new techniques.
  2520. I believe that most CP/M enthusiasts (as opposed to users) would agree.
  2521.  
  2522. My idea of the optimum situation would be one in which announcements
  2523. of new software would be distributed thru INFO-CPM and have the source
  2524. code accessable somewhere via a mail request. The when I see something
  2525. interesting, I could send off a mail message asking to have the source
  2526. code mailed to me. I don't think it is reasonable to expect the originator
  2527. of the software to do this. Often it is quite dificult to figure out
  2528. mail return addresses that come from some other net, even given the
  2529. mail header info and what the person thinks is his return address. I know
  2530. that I would be less than excited about mailing out hundreds of messages
  2531. to unknown people if I had to spend a number of minutes deciphering
  2532. addresses and dealing with an uncooperative mail system. The ideal system
  2533. would be to have an mail server installed in a central site that
  2534. would accept requests for source code and automatically send the request
  2535. source via return mail. I think that the major impediment is getting
  2536. software to implement such a server - or does this kind of thing already
  2537. exist somewhere?
  2538.  
  2539. Second best would be having a seperate mailing list (maybe info-cpm-sources)
  2540. send out to a subset of the INFO-CPM mail list. Individuals would have to
  2541. request to be on the source mailing list. We would get some software
  2542. that we weren't interested in, but people who don't want it at all would
  2543. not be bothered by it.
  2544.  
  2545. I guess all this verbage boils down to:
  2546.  
  2547.         1) distribute source code, not object code
  2548.  
  2549.         2) have a seperate, parallel mail list for the sources
  2550.  
  2551.         3) myabe try to develope an automatic server
  2552.  
  2553. thanks for listening to (reading) me.
  2554.  
  2555.  
  2556. Bob Haar        ( HAAR.GMR@CSNET-RELAY.COM )
  2557. G.M. Research Labs
  2558.  
  2559. 11-Aug-86 20:47:53-MDT,607;000000000000
  2560. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2561. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 11 Aug 86 20:47:46-MDT
  2562. Received: from lll-mfe.arpa by AMSAA.ARPA id a002236; 11 Aug 86 22:11 EDT
  2563. Date: Mon, 11 Aug 86 06:50 PDT
  2564. From: Maron@LLL-MFE.ARPA
  2565. Subject: DTC-510A
  2566. To: info-cpm@AMSAA.ARPA
  2567.  
  2568.  
  2569. To Mark at cent.mbeck%oz.ai.mit.edu and others of interest:
  2570. I found the DTC-510 to be a terrible controller. It is slooooooow. It would
  2571. not interface well with the BB-II that I had although I did get it working
  2572. for a while.  I eventually returned it and got a XEBEC.  One person's
  2573. comments...
  2574. --Neil
  2575. 12-Aug-86 01:07:06-MDT,3932;000000000000
  2576. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2577. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 12 Aug 86 01:06:48-MDT
  2578. Received: from simtel20.arpa by AMSAA.ARPA id a003518; 12 Aug 86 2:25 EDT
  2579. Date: Tue, 12 Aug 1986  00:25 MDT
  2580. Message-ID: <KPETERSEN.12230136372.BABYL@SIMTEL20.ARPA>
  2581. Sender: KPETERSEN@SIMTEL20.ARPA
  2582. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2583. To:   "A. Ross Johnson" <johnso%tp5@RAND-UNIX.ARPA>
  2584. Cc:   Info-Cpm@AMSAA.ARPA, Info-Micro@BRL.ARPA
  2585. Subject: Telenet PC Pursuit file upload problem solved
  2586.  
  2587. A fix for the PC Pursuit XMODEM file upload problem has been found.
  2588.  
  2589. --cut here--PCP-FIX.MSG--cut here--
  2590. TO:       All PC Pursuit Users
  2591.  
  2592. SUBJECT:  PC Pursuit file upload problem solved!
  2593.  
  2594. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2595.  
  2596. My previous warning message (PCP-WARN.MSG) reported the inability 
  2597. of GTE Telenet's PC Pursuit service to upload certain files using 
  2598. Christensen ("XMODEM") protocol.  In particular, files containing 
  2599. the three-byte ASCII sequence <CR, '@', CR> (binary <0DH, 40H, 
  2600. 0DH>) cannot normally be uploaded, since this sequence (and any 
  2601. variation with high bits set in any of the three bytes) causes an 
  2602. escape to Telenet command level.
  2603.  
  2604. In response to my initial inquiry about this problem, Telenet 
  2605. customer service and engineering representatives informed me that 
  2606. no solution was likely.  I am now pleased to report that this 
  2607. information was incorrect!  It is possible to upload files 
  2608. containing the three-byte Telenet escape sequence by following 
  2609. the procedure described below.
  2610.  
  2611. After connecting to the remote modem (C DIALxxx/xx command), 
  2612. escape to Telenet command level by typing (cr) @ (cr).  Then 
  2613. issue the following two commands at the Telenet @ prompts (where 
  2614. (cr) indicates RETURN or ENTER as appropriate to your keyboard):
  2615.  
  2616.         @SET? 1:0 (cr)
  2617.         PAR1:0
  2618.  
  2619.         @CONT (cr)
  2620.  
  2621. The SET? (Set Parameter) command disables subsequent recognition 
  2622. of the normal Telenet escape sequence.  (The PAR1:0 message is a 
  2623. response from Telenet.)  The CONT (Continue) command then returns 
  2624. control to the remote modem.  Note that the above commands may be 
  2625. entered at any time after connecting to the remote dialing area 
  2626. via the Telenet C (Connect) command (i.e., before or after 
  2627. issuing a Hayes modem ATDT dialing command to connect to a remote 
  2628. system).  However, these commands should be used with caution...
  2629. Once they have been entered, there is no way to escape back to 
  2630. Telenet command level in order to issue a D (Disconnect) command! 
  2631. I.e., connection to another dialing area can only be made by 
  2632. hanging up (dropping carrier) and then re-dialing into your local 
  2633. Telenet access node.
  2634.  
  2635. My thanks to Telenet Director of Marketing, Kevin Abt (the 
  2636. "Father of PC Pursuit") for researching this problem and 
  2637. providing the above information.  Kevin also reports that GTE is 
  2638. actively responding to the enormous popularity of PC Pursuit by 
  2639. expanding capacity and enhancing the system.  They have just 
  2640. completed a several-week effort to increase the number of 
  2641. outgoing modems in each of the 14 metropolitan areas currently 
  2642. served by PC Pursuit.  (I have personally noticed a marked 
  2643. improvement in the time required to obtain network connections.)  
  2644. They are now in the process of testing 2400 bps service and new 
  2645. modems which provide enhanced call progress reporting, for 
  2646. deployment in all PC Pursuit cities.  They are also soliciting 
  2647. requests for additional cities for future service.  To keep 
  2648. abreast of the latest developments and/or to provide feedback to 
  2649. Kevin, call the NET-EXCHANGE, a FIDO BBS in the Washington, DC 
  2650. (DIAL202) area at (703)-689-3561.
  2651.  
  2652.  
  2653.                                 Bob Freed
  2654.                                 Newton Centre, MA
  2655.                                 August 11, 1986
  2656.  
  2657. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2658. 12-Aug-86 06:21:17-MDT,1723;000000000000
  2659. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2660. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 12 Aug 86 06:21:07-MDT
  2661. Received: from brl-smoke.arpa by AMSAA.ARPA id a006645; 12 Aug 86 7:42 EDT
  2662. Received: from USENET by SMOKE.BRL.ARPA id a004241; 12 Aug 86 7:33 EDT
  2663. From: binder@asd.dec.com
  2664. Newsgroups: net.micro.cpm
  2665. Subject: Another exotic WordStar query
  2666. Message-ID: <4742@decwrl.DEC.COM>
  2667. Date: 11 Aug 86 12:48:57 GMT
  2668. Sender: daemon@dec.ARPA
  2669. To:       info-cpm@AMSAA.ARPA
  2670.  
  2671. I'm trying to use MailMerge to assemble letters containing multiple lines of 
  2672. information extracted from multiple data files, without success.
  2673.  
  2674. I have two data files, one containing a list of people who are to be included
  2675. in a seminar, and the other containing a list of the people who will moderate
  2676. the seminar (actually three or four different seminar groupings, all to run
  2677. concurrently).  I need to generate two sets of letters: 
  2678.  
  2679. 1.  Extract a data record from list 1 to be the addressing information, and a
  2680.     data record from list 2 to tell the addressee when and where the seminar
  2681.     is to be, and by whom it will be moderated.  (For a seminar with three
  2682.     groups, this set will contain between 15 and 18 letters.)
  2683.  
  2684. 2.  Extract a data record from list 2 to be the addressing information, and 
  2685.     six selected records from list 1, to tell the addressed moderator the
  2686.     names, etc., of the people who will be in his or her group.  (For a 
  2687.     seminar with three groups, this set will contain three letters.)
  2688.  
  2689. Am I trying to do the impossible?
  2690.  
  2691. Thanks for any help,
  2692. Dick Binder   (The Stainless Steel Rat)
  2693.  
  2694. uucp:    { decvax, allegra, ucbvax... }!decwrl!asd.dec.com!binder
  2695. ARPA:    binder%asd.DEC@decwrl.ARPA
  2696. 12-Aug-86 06:23:03-MDT,1378;000000000000
  2697. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2698. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 12 Aug 86 06:22:53-MDT
  2699. Received: from brl-smoke.arpa by AMSAA.ARPA id a006674; 12 Aug 86 7:43 EDT
  2700. Received: from USENET by SMOKE.BRL.ARPA id a004310; 12 Aug 86 7:35 EDT
  2701. From: Fred Bowen <fred%cbmvax.cbm.uucp@BRL.ARPA>
  2702. Newsgroups: net.micro.cpm
  2703. Subject: Re: RAM expansion modules for C128
  2704. Message-ID: <615@cbmvax.cbmvax.cbm.UUCP>
  2705. Date: 11 Aug 86 18:57:51 GMT
  2706. To:       info-cpm@AMSAA.ARPA
  2707.  
  2708. > Can anyone tell me from where can I obtain the circuit diagram for the 128k
  2709. > or 512k versions of the RAM expansion modules for the Commodore 128.
  2710.  
  2711. As far as I know, Commodore is has no plans to publish the diagrams.  The RAM
  2712. expansion modules consist simply of either 64K x1 or 256K x1 DRAMs and the
  2713. 8726 (custom) controller.  The controller itself eliminates the need for TTL
  2714. address and data buffering.  The controller also provides DRAM refresh.
  2715. The C128 (or C64) processor accesses the expansion RAM via instructions to the
  2716. controller, which then reads/writes/swaps memory via DMA.  The controller
  2717. drives the bus only during phase 2 of the standard 1MHz system clock.
  2718. -- 
  2719. Fred Bowen            uucp:    {ihnp4|seismo|caip}!cbmvax!fred
  2720.                 arpa:    cbmvax!fred@seismo.CSS.GOV
  2721.                 tele:    215 431-9100
  2722.  
  2723. Commodore Electronics, Ltd.,  1200 Wilson Drive,  West Chester,  PA,  19380
  2724. 12-Aug-86 07:11:23-MDT,1802;000000000000
  2725. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2726. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 12 Aug 86 07:11:16-MDT
  2727. Received: from brl-smoke.arpa by AMSAA.ARPA id aa06674; 12 Aug 86 7:43 EDT
  2728. Received: from USENET by SMOKE.BRL.ARPA id a004344; 12 Aug 86 7:36 EDT
  2729. From: Marc Lewert <marc%triada.uucp@BRL.ARPA>
  2730. Newsgroups: net.micro.cpm
  2731. Subject: Bondwell CP/M 3.0
  2732. Message-ID: <115@triada.UUCP>
  2733. Date: 11 Aug 86 17:10:33 GMT
  2734. Keywords: Bondwell CPM CP/M 2.2 3.0
  2735. To:       info-cpm@AMSAA.ARPA
  2736.  
  2737. [sacrafice for the line-eater]
  2738.  
  2739. It has been my *very* limited experience with a Bondwell 14 running
  2740. CP/M 3.0 that I have had no trouble running CP/M 2.2 programs.  The
  2741. 14 is supposed to be Kaypro II compatable, and we have had no trouble
  2742. running the programs (few they may be) that we bought for it.  This
  2743. includes Turbo Pascal, and a couple of communications progams (neither
  2744. of which meet our needs).
  2745.  
  2746. We have had problems with CP/M 2.2 systems reading our CP/M 3.0 disks.
  2747. What we have had to do in those cases is find a mutual read/write format
  2748. and have the other machine format a disk to use. We now keep a few disks
  2749. around that are in a different format to be used for tansfers.
  2750.  
  2751. I am interested in any info about the compatability of CP/M 3.0 and 2.2
  2752. programs.  Thanks in advance.
  2753.     marc
  2754. -- 
  2755. =========================================================================
  2756. Marc Lewert                           UUCP: ...hplabs!pyramid!triada!marc
  2757. Triad Systems Corp.                    
  2758. PO Box 61779                          MA Bell: (408) 734-9720
  2759. Sunnyvale, Ca. 94088-1779
  2760.  
  2761. Disclaimer:  All views are my own and do not reflect those of my 
  2762.              employer, friends, or family unless otherwise noted.
  2763. =========================================================================
  2764.  
  2765. 12-Aug-86 07:20:38-MDT,1194;000000000000
  2766. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2767. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 12 Aug 86 07:20:31-MDT
  2768. Received: from xerox.arpa by AMSAA.ARPA id a007577; 12 Aug 86 8:07 EDT
  2769. Received: from Riesling.ms by ArpaGateway.ms ; 12 AUG 86 05:08:23 PDT
  2770. Sender: Michael_Krause.ROCH@xerox.ARPA
  2771. Date: 12 Aug 86 05:05:54 PDT (Tuesday)
  2772. Subject: Re: Another exotic WordStar query
  2773. From: Michael_Krause.ROCH@xerox.ARPA
  2774. To: binder%asd.DEC@DEC.ARPA
  2775. cc: info-cpm@AMSAA.ARPA
  2776. In-Reply-to: binder%asd.DEC%dec:ARPA:Xerox's message of 11-August-86
  2777.  (Monday) 9:31:03 EDT
  2778. Reply-to: Michael_Krause.ROCH@xerox.ARPA
  2779. Message-ID: <860812-050823-2364@Xerox>
  2780.  
  2781. You NEED to buy L. David Stone's book called (something like) "Things
  2782. MicroPro Never Told You About WordStar, MailMerge & StarIndex".  The
  2783. book is loaded with fairly well documented features that MicroPro
  2784. doesn't cover in the manual and with lots of great "tricks" on how to
  2785. get your hardware to do (WordStar) things you might otherwise never
  2786. dream up yourself.  It sells for between $15 and $20; I don't remember
  2787. the exact price; and has a black cover with the title in white and green
  2788. printed diagonally across it.
  2789.  
  2790. Good Luck
  2791. 12-Aug-86 20:05:23-MDT,1215;000000000000
  2792. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2793. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 12 Aug 86 20:05:16-MDT
  2794. Received: from simtel20.arpa by AMSAA.ARPA id a028685; 12 Aug 86 21:30 EDT
  2795. Date: Tue 12 Aug 86 19:31:33-MDT
  2796. From: "Frank J. Wancho" <WANCHO@SIMTEL20.ARPA>
  2797. Subject: Mail access to the SIMTEL20 archives
  2798. To: INFO-CPM@AMSAA.ARPA
  2799. Message-ID: <12230344985.8.WANCHO@SIMTEL20.ARPA>
  2800.  
  2801. It now appears that the "best" solution to the problem of
  2802. non-Internet access to the files in the SIMTEL20 archives
  2803. is to develop a program that will take specifically formatted
  2804. mail requests for files, ARC and uuencode the file, and send
  2805. the result back to the requestor if the file is under a certain
  2806. ceiling.  The alternate suggestion of a "net.sources.cpm" could
  2807. still be independently persued, but only one address per site.
  2808.  
  2809. The pieces of the mail server technique are falling together.
  2810. I currently have a TOPS-20 version of ARC about 95% complete.
  2811. A TOPS-20 version of uuencode will be revisited shortly.  The
  2812. server to envelope these pieces appears to be "easy" (famous
  2813. last words).  Let me see what can be done, and I'll report
  2814. back to you all when I come up for air...
  2815.  
  2816. --Frank
  2817. -------
  2818. 13-Aug-86 04:43:23-MDT,1906;000000000000
  2819. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2820. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 13 Aug 86 04:43:15-MDT
  2821. Received: from brl-smoke.arpa by AMSAA.ARPA id a001905; 13 Aug 86 6:07 EDT
  2822. Received: from USENET by SMOKE.BRL.ARPA id a005798; 13 Aug 86 5:51 EDT
  2823. From: Bob Amen <amen%quequeg.uucp@BRL.ARPA>
  2824. Newsgroups: net.micro.cpm
  2825. Subject: Re: Posting software directly to info-cpm or net.micro.cpm:
  2826. Message-ID: <118@quequeg.UUCP>
  2827. Date: 12 Aug 86 12:35:46 GMT
  2828. To:       info-cpm@AMSAA.ARPA
  2829.  
  2830.  
  2831. [munch]
  2832.  
  2833.     As a Usenet site with no connections to the ARPA net I have
  2834. been drooling over some of the teasers we've gotten in the form of
  2835. SIMTEL20 lists.  I requested info from the net regarding existence
  2836. of a CP/M BBS in the Maryland area and got no responses.  So I vote
  2837. for posting to the net.  However...as a site that pays our own phone
  2838. bills from contracts and grants I would like to see it be a moderated
  2839. group (say mod.source.cpm) with some reasonable form of archiving.
  2840. That might prevent the usual 'I didn't get whizbang...could someone
  2841. repost it?'  Perhaps a list of what's available could be kept and
  2842. mail to the list maintainer would bounce the list back.  Then
  2843. requests for something archived could be mailed to the moderator.
  2844. I bet if we thought about it for a bit we could come up with a decent
  2845. method of automatically mailing out the requested software.
  2846.  
  2847.     So there's my two cents worth.  Not having connections
  2848. to the other nets I can't respond to the other concerns that were
  2849. raised.  My only concern is that we not raise the ire of the net
  2850. any more than it already is due to increased volume (see what's
  2851. been happening in net.adm etc).
  2852.  
  2853.     I'm glad to see that CP/M lives!
  2854.  
  2855.  
  2856.     Bob Amen
  2857.  
  2858. UUCP:  seismo!umcp-cs!aplcen!quequeg!amen
  2859.  
  2860. USPS:    Chesapeake Bay Institute
  2861.     4800 Atwell Rd
  2862.     Shady Side, MD 20764-0037
  2863.  
  2864. Voice:    (301)867-7550
  2865.     (301)269-5373 (Balt.)
  2866. 13-Aug-86 09:08:50-MDT,1371;000000000000
  2867. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2868. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 13 Aug 86 09:08:39-MDT
  2869. Received: from wiscvm.arpa by AMSAA.ARPA id a009601; 13 Aug 86 10:07 EDT
  2870. Received: from (MEK)UMASS.BITNET by WISCVM.ARPA on 08/13/86 at 09:07:02
  2871.   CDT
  2872. Message-ID:  <860813100023.000003EB.AFNB.MA@UMass>
  2873. Date:     Wed, 13 Aug 86  10:00:23 EDT
  2874. From:  mek%UMass.BITNET@WISCVM.ARPA
  2875. Subject:  MAIL ACCESS TO SIMTEL20 ARCHIVES
  2876. To:  INFO-CPM@AMSAA.ARPA
  2877.  
  2878. (PLEASE EXCUSE THE ALL-CAPS)
  2879.  
  2880. I THINK THAT THE IDEA OF A SERVER GETTING MAIL COMMANDS
  2881. AND SENDING FILES IS AN *EXCELLENT* IDEA.  HOWEVER, SINCE
  2882. NOT ALL NETWORK USERS ARE USING TOPS-20, I THINK THAT FILES
  2883. SHOULD BE ABLE TO BE SENT IN OTHER FORMATS, SUCH AS .hex
  2884. FILES. FOR EXAMPLE, THERE COULD BE COMMANDS LIKE:
  2885.  
  2886.  
  2887. HEX NULU151.COM       -WOULD SEND NULU151.COM IN HEX FORMAT, TO
  2888.                        BE LOAD'ED OR HEXCOM'D.
  2889.  
  2890. UUE NULU151.COM       -WOULD SEND NULU151.COM IN A UUENCODED
  2891.                        FORMAT.
  2892.  
  2893. THERE COULD ALSO BE A DIR COMMAND, WHICH, BY ITSELF, WOULD
  2894. SEND A LIST OF THE FILE AREAS AVAILABLE, AND WITH A PARAMETER
  2895. OF A FILE AREA WOULD SEND A LIST OF THE FILES IN THAT AREA.
  2896. I THINK THAT THIS WOULD BE AN EXCELLENT SOLUTION TO THE PROBLEM
  2897. OF ACCCESS TO THE SIMTEL20 ARCHIVES BY BITNET, JANET, CSNET,
  2898. ETC.
  2899.  
  2900. MATT KIMMEL,
  2901. MEK%UMASS.BITNET@WISCVM.ARPA
  2902. 14-Aug-86 05:43:49-MDT,776;000000000000
  2903. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2904. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 14 Aug 86 05:43:38-MDT
  2905. Received: from wiscvm.arpa by AMSAA.ARPA id a000290; 14 Aug 86 7:11 EDT
  2906. Received: from (CSNET)UKANVAX.BITNET by WISCVM.ARPA on 08/13/86 at
  2907.   18:05:08 CDT
  2908. Date:     Wed, 13 Aug 86 15:57 CDT
  2909. From:        CSNET%UKANVAX.BITNET@WISCVM.ARPA
  2910. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  2911. Subject:  addition for subscription list.
  2912. To:  info-cpm@AMSAA.ARPA
  2913. X-Original-To:  info-cpm@amsaa.arpa, CSNET
  2914.  
  2915.  
  2916. Could you please add me to your subscription list for info-cpm.
  2917.  
  2918.                                         Thank You,
  2919.  
  2920.                                         David Long
  2921.  
  2922.                                         CSNET@UKANVAX.BITNET
  2923.  
  2924. 14-Aug-86 08:09:02-MDT,998;000000000000
  2925. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2926. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 14 Aug 86 08:08:53-MDT
  2927. Received: from ll.arpa by AMSAA.ARPA id a004411; 14 Aug 86 9:23 EDT
  2928. Date: Thu 14 Aug 1986 09:21:08 EDT
  2929. From: SAGE@LL.ARPA
  2930. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  2931. Subject: PMATE Text Editor Information
  2932. To: INFO-CPM@AMSAA.ARPA
  2933. Cc: sage@ll.ARPA
  2934. Message-ID: <SAGE.22633665@LL.ARPA>
  2935.  
  2936.    Peter Kendell addressed a message to me over info-cpm because he could
  2937. not get mail to me directly.  Well, I cannot get mail to him either (I have
  2938. tried using numerous variations on the return address indicated in his
  2939. message).  So my apologies to everyone else on the list.
  2940.  
  2941.    Peter, please leave a message for me with your postal address, and I
  2942. will send you the information you requested about the PMATE text editor.
  2943.  
  2944.            Jay Sage
  2945.            MIT Lincoln Lab
  2946.            Room C-128
  2947.            PO Box 73
  2948.            Lexington, MA 02173-0073
  2949.  
  2950.  
  2951. 14-Aug-86 15:41:25-MDT,620;000000000000
  2952. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2953. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 14 Aug 86 15:41:17-MDT
  2954. Received: from simtel20.arpa by AMSAA.ARPA id a019563; 14 Aug 86 17:05 EDT
  2955. Date: Wed 13 Aug 86 23:40:32-MDT
  2956. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  2957. Subject: New Z System News
  2958. To: info-cpm@AMSAA.ARPA
  2959. Message-ID: <12230652455.6.RCONN@SIMTEL20.ARPA>
  2960.  
  2961.     Thanks to Keith Petersen for the upload:
  2962.  
  2963.    PD:<ZSYS.NEW>
  2964.           Bytes(SZ)  
  2965.  
  2966.  Z-NEWS.507.1     21625(7)   
  2967.    .5Q7.1         13824(8)   
  2968.  
  2969.  Total of 16 pages in 2 files
  2970.  
  2971.     The squeezed file is also in PD:<ZSYS.Z-NEWS>.
  2972.  
  2973.         Rick
  2974. -------
  2975. 14-Aug-86 15:58:11-MDT,1463;000000000000
  2976. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2977. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 14 Aug 86 15:58:04-MDT
  2978. Received: from simtel20.arpa by AMSAA.ARPA id a019584; 14 Aug 86 17:06 EDT
  2979. Date: Thu, 14 Aug 1986  01:46 MDT
  2980. Message-ID: <WANCHO.12230675348.BABYL@SIMTEL20.ARPA>
  2981. From: WANCHO@SIMTEL20.ARPA
  2982. To:   mek%UMass.BITNET@wiscvm.ARPA
  2983. Cc:   WANCHO@SIMTEL20.ARPA, INFO-CPM@AMSAA.ARPA
  2984. Subject: MAIL ACCESS TO SIMTEL20 ARCHIVES
  2985. In-reply-to: Msg of 13 Aug 1986  08:00-MDT from mek%UMass.BITNET at WISCVM.ARPA
  2986.  
  2987. Matt,
  2988.  
  2989. It's not that anybody is running under TOPS-20.  It's just that
  2990. TOPS-20 is the operating system used by SIMTEL20.  I feel that the
  2991. basic requirement to have ARC and uudecode available on the target
  2992. operating system is not too much to ask.  ARC is already native to
  2993. MSDOS users, and I believe there is a version of uudecode also
  2994. available.  On the CP/M side, there are several variants of at least
  2995. the extract portion of ARC available, and I believe uudecode is
  2996. available as well.
  2997.  
  2998. The reason for choosing these two in combination is that the resulting
  2999. message is pretty well guaranteed to be both shorter than the original
  3000. and transmittable as an ordinary text mail file.  It's not a parsing
  3001. problem; it's simply an arbitrary policy decision, for now, at least.
  3002. Let me see how things go and maybe there might be an option made
  3003. available to allow retrieval of certain key bootstrap files only in
  3004. HEX form.
  3005. --Frank
  3006. 15-Aug-86 00:52:25-MDT,1489;000000000000
  3007. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3008. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 00:52:18-MDT
  3009. Received: from wiscvm.arpa by AMSAA.ARPA id a000825; 15 Aug 86 2:19 EDT
  3010. Received: from (IFF095)DJUKFA11.BITNET by WISCVM.ARPA on 08/14/86 at
  3011.   10:50:26 CDT
  3012. Date: Thu, 14 Aug 86 17:48:13 MEZ
  3013. To:  INFO-CPM@AMSAA.ARPA
  3014. From:  IFF095%DJUKFA11.BITNET@WISCVM.ARPA
  3015. Subject: NOTE from IFF095
  3016.  
  3017. Date: 14 August 1986, 17:10:34 MEZ
  3018. From: Joachim K. Anlauf         (02461) 614519       IFF095   at DJUKFA11
  3019. To:   INFO-CPM at AMSAA
  3020. Subject: Mail access to the SIMTEL20 archives
  3021.  
  3022. I am a Europian BITNET-user and I am in deed a little bit frustrated when
  3023. I hear of all the software on SIMTEL20. I only want to make one (new?) point.
  3024. If sources are distributed with a new mailing list it is still impossible
  3025. to get old, but certainly good, software from SIMTEL20. The solution with
  3026. an automatic fileserver sounds much more attractive to my ears.
  3027.  
  3028. Now the question arises: do we really have to develop our own software?
  3029. There are some other fileservers on the ARPA-net that also work together
  3030. with BITNET. For example:
  3031.  
  3032.     INFO@CSNET-SH.ARPA
  3033. You can get more informations with:
  3034.     Request:Info
  3035.     Topic: Help
  3036.  
  3037. and:
  3038.      NETLIB@ANL-MCS.ARPA
  3039. To receive information mail the following command to NETLIB:
  3040.  
  3041. Send index
  3042.  
  3043. These are automatic fileservers, as far as I know. Does anyone know,
  3044. whether it is possible to use their software?
  3045.  
  3046. Joachim
  3047. -------
  3048. 15-Aug-86 04:11:14-MDT,1130;000000000000
  3049. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3050. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 04:11:08-MDT
  3051. Received: from brl-smoke.arpa by AMSAA.ARPA id a001164; 15 Aug 86 5:48 EDT
  3052. Received: from USENET by SMOKE.BRL.ARPA id a011659; 15 Aug 86 5:41 EDT
  3053. From: Aaron Temin <temin%ut-sally.uucp@BRL.ARPA>
  3054. Newsgroups: net.micro.cpm
  3055. Subject: 5 1/4" floppy drives - question
  3056. Message-ID: <5569@ut-sally.UUCP>
  3057. Date: 14 Aug 86 15:23:55 GMT
  3058. Keywords: TEK drives, Actrix
  3059. To:       info-cpm@AMSAA.ARPA
  3060.  
  3061. I've got an Actrix running CP/M with sssd TEK FB-501
  3062. 5 1/4" drives.  I'd like to find dsdd drives to plug in.
  3063. I know that TEK FB-503 drives are ok, but can't find
  3064. any listed for sale in a recent Byte.  Can anyone out there
  3065. tell me where I might buy them, or what other drives might
  3066. be compatible?
  3067.  
  3068. More generally, what is the difference between various
  3069. 5 1/4" floppy drives (some are advertised for IBM's, some
  3070. for Apple's, etc)?
  3071.  
  3072. Many thanks in advance,
  3073. Aaron
  3074. -- 
  3075. Aaron Temin, CS Dept., University of Texas, Austin, Texas
  3076. {gatech,harvard,ihnp4,pyramid,seismo}!ut-sally!temin
  3077. temin@sally.UTEXAS.EDU
  3078. 15-Aug-86 05:48:27-MDT,2256;000000000000
  3079. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3080. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 05:48:14-MDT
  3081. Received: from simtel20.arpa by AMSAA.ARPA id a001831; 15 Aug 86 7:06 EDT
  3082. Date: Sunday, 10 August 1986  20:58-MDT
  3083. Message-ID: <KPETERSEN.12230641342.BABYL@SIMTEL20.ARPA>
  3084. Sender: Frank Prindle <prindle@NADC.ARPA>
  3085. From: Frank Prindle <prindle@NADC.ARPA>
  3086. To: W8SDZ@SIMTEL20.ARPA
  3087. Subject:   New Commodore C128 CP/M files uploaded to Simtel20
  3088. ReSent-From: KPETERSEN@SIMTEL20.ARPA
  3089. ReSent-To: Info-Cpm@AMSAA.ARPA
  3090. ReSent-Date: Wed 13 Aug 1986 22:39-MDT
  3091.  
  3092. Now available from SIMTEL20:
  3093.  
  3094. Filename            Type     Bytes     CRC
  3095.  
  3096. Directory PD:<CPM.C128>
  3097. C128TVX2.LBR.2            BINARY    200320  12F7H
  3098. C8FILCPY.LBR.2            BINARY     11392  2BE8H
  3099. C1571-2.COM.1            BINARY      1024  DBA9H
  3100.  
  3101. Descriptions:
  3102.  
  3103. C128TVX2.LBR -
  3104.  
  3105. This is a version of the TVX video-oriented editor configured for the
  3106. Commodore 128 running CP/M 3.0.  Executable .COM file, source code and
  3107. manual are included.  The program would be usable as-is on other CP/M
  3108. systems which support ADM-31 terminal control sequences, but would
  3109. have to be recompiled to support other terminals.  In this version,
  3110. text buffer sizing is automatic as a function of available TPA, so it
  3111. will work with RSXs active (unlike a previous version, TVX-C128).  The
  3112. name of the LBR has been changed to allow a version number to be included
  3113. to avoid confusion with the older version.
  3114.  
  3115. C8FILCPY.LBR -
  3116.  
  3117. This is specifically designed for allowing a Commodore 128 user
  3118. with a single drive (yes, they do exist) to copy CP/M files without
  3119. unnecessary disk swapping.  This program, unlike PIP or SWEEP, buffers
  3120. several files between disk swaps, in an effort to mimimize disk swaps.
  3121. It uses virtual drive E:.  Source and .COM file included.
  3122.  
  3123. C1571-2.COM -
  3124.  
  3125. This version, dated 24-Feb-86, is a replacement for C1571.COM.  It
  3126. is a disk write speedup utility for the Commodore 1571 disk drive
  3127. running with CP/M 3.0 on a C128.  The original one uploaded is an
  3128. early Commodore release which has two bugs: MFM operation of the
  3129. drive is damaged, and the drive motor refuses to shut off after a
  3130. write.  This version fixes those bugs.  Commodore says it's ok to
  3131. distribute this, and seeks wide availability.
  3132. 15-Aug-86 07:50:58-MDT,733;000000000000
  3133. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3134. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 07:50:51-MDT
  3135. Received: from nadc.arpa by AMSAA.ARPA id a006051; 15 Aug 86 9:19 EDT
  3136. Date: 15 Aug 1986 09:14:24-EDT
  3137. From: prindle@nadc.ARPA
  3138. To: info-cpm@AMSAA.ARPA
  3139. Subject: C128 software info
  3140.  
  3141. Additional info on PD:<CPM.C128> files C128TVX2.LBR and C8FILCPY.LBR:
  3142.  
  3143. The .COM files were compiled with Z-80 op-codes and may not work without
  3144. recompilation on 8080 based systems (are there really such things still
  3145. existing?).  This does not affect C128 owners, as this is a Z80 machine.
  3146.  
  3147. The FILECOPY program does not support "cross-user" copies (whereas PIP,
  3148. and perhaps SWEEP do).
  3149.  
  3150. Frank Prindle
  3151. Prindle@NADC.arpa
  3152. 15-Aug-86 09:22:01-MDT,1099;000000000000
  3153. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3154. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 09:21:34-MDT
  3155. Received: from crdec-vax3.arpa by AMSAA.ARPA id a008992; 15 Aug 86 10:54 EDT
  3156. Date:     Fri, 15 Aug 86 10:49:05 EDT
  3157. From:     "Jack H. Smith" <jhsmith@crdec-vax3.ARPA>
  3158. To:       INFO-CPM@AMSAA.ARPA
  3159. Subject:  bulk file transfers via xmodem
  3160.  
  3161.     
  3162.     Fellow netlanders:
  3163.  
  3164.         Being fully aware of the xmodem programs available from
  3165.     SIMTEL20, and using them to download software from our BSD4.2 vax
  3166.     to my micro....I was wondering if anyone knew of a version of
  3167.     xmodem that supports bulk transfers via wildcards and the like.
  3168.  
  3169.         I know that 'mget' in ftp allows bulk transfers from
  3170.     SIMTEL20 to my local vax system, and my version of MDM730 also
  3171.     supports bulk transfers....but the version of xmodem only 
  3172.     supports single file transfers.
  3173.  
  3174.         If anyone out there knows of a version of xmodem that
  3175.     does support bulk transfers, I'd surely be interested in hearing
  3176.     from him/her. It sure would make life a little easier.
  3177.  
  3178.  
  3179.                     Long Live CP/M..
  3180.  
  3181.                     Jack Smith
  3182.  
  3183.  
  3184. 15-Aug-86 11:22:20-MDT,1788;000000000000
  3185. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3186. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 11:22:10-MDT
  3187. Received: from bbnccq.arpa by AMSAA.ARPA id a000189; 15 Aug 86 11:55 EDT
  3188. Date: Fri, 15 Aug 86 11:34:34 EDT
  3189. From: Bob Clements <clements@bbnccq.ARPA>
  3190. Subject: Do 8080 systems still exist?
  3191. To: prindle@NADC.ARPA, info-cpm@AMSAA.ARPA
  3192. Cc: clements@bbnccq.ARPA
  3193.  
  3194. Re:  Do 8080 based systems really still exist?
  3195.  
  3196. >>   Date: 15 Aug 1986 09:14:24-EDT
  3197. >>   From: prindle@nadc.ARPA
  3198. >>   Subject: C128 software info
  3199. >>   ...
  3200. >>   The .COM files were compiled with Z-80 op-codes and may not work without
  3201. >>   recompilation on 8080 based systems (are there really such things still
  3202. >>   existing?).
  3203. >>   ...
  3204. >>   Frank Prindle
  3205. >>   Prindle@NADC.arpa
  3206.      
  3207. I realize that you weren't really trying to suggest that we ignore 8080-based
  3208. systems, Frank.
  3209.  
  3210. But I thought I would point out that there is actually a GROWING number
  3211. of non-Z80 CP/M systems around. Namely those that use the NEC V-20 chip
  3212. in an IBM-PC/clone environment.  The V-20 unfortunately doesn't do the
  3213. Z-80 opcodes, but it is a GREAT 8080.  I am currently doing all my 8080
  3214. and Z80 development work using the 8-bit M80/L80 from a retired CP/M
  3215. machine. The V-20 is much faster and it allows me to mix more modern
  3216. tools like MAKE and a better editor with the venerable assembler/linker
  3217. and some others that I retain from the Z-80 machine. Unfortunately, there
  3218. are a few such tools, to which I do not have the source, that won't run
  3219. because of the Z-80 opcodes in them.
  3220.  
  3221. /Rcc
  3222.  
  3223. [Everything above is the trademark of somebody.
  3224. My opinions are copyrighted by me.
  3225. If you share them, you are violating your license agreement.]
  3226.  
  3227. CLEMENTS@BBN.COM
  3228. {ihnp4, decvax, linus}!bbnccv!clements
  3229.  
  3230. 15-Aug-86 13:53:11-MDT,3723;000000000000
  3231. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3232. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 13:52:53-MDT
  3233. Received: from apg-1.arpa by AMSAA.ARPA id a002047; 15 Aug 86 15:13 EDT
  3234. Date: Fri, 15 Aug 86 15:11:46 EDT
  3235. From: Robert Bloom AMSTE-TEI 3775 <rbloom@APG-1.ARPA>
  3236. Subject: Any TurboDOS Users out there?
  3237. To: info-cpm@AMSAA.ARPA, turbodos-users@BRL-SEM.ARPA
  3238. Cc: towson@BRL.ARPA, rbloom@APG-1.ARPA
  3239.  
  3240. I am a new user of TurboDOS, the multi-processor and multi-user 
  3241. operating system.  I am not yet on the plateau of my learning 
  3242. curve from the supplied documentation, but am rapidly approaching 
  3243. it.  The machine in question is a NorthStar Horizon running 8 
  3244. TurboSlaves, 2 HD18's, 2 printers and some commo ports.  It's 
  3245. currently running TurboDOS version 1.3 (N* v1.1.1).  (NorthStar 
  3246. never released a 1.4 version.)
  3247.  
  3248. Is there any TurboDOS users out there that can aid me in some 
  3249. slightly past initial type questions?  (in order of priority:)
  3250.  
  3251.      . WordStar does not properly close files when they're saved, 
  3252. they're truly closed only when WS is exited.  A second person in 
  3253. a file previously opened but not properly closed is not allowed 
  3254. to make changes and save them.  (And how I have the COMPAT flag 
  3255. set, you don't even get an error!)  So, is there a patch so WS 
  3256. *will* correctly close a file that is saved with the common ^K^D?
  3257.  
  3258.      . MXO-TD30 is the MEX overlay for TurboDOS using the printer 
  3259. port on the user processor.  It works fine for my dial-up Modem.  
  3260. However, it can't send a <break> on my Earth TurboSlave card.  Of 
  3261. course, that what I need to do.  Before I try to tackle the 
  3262. hardware specifics in the overlay, has anyone already solved it?
  3263.  
  3264.      . MEX-TDOS is the mex overlay for TurboDOS to use a port off 
  3265. of the master processor and involves defining a new user (t-41) 
  3266. call for better response.  Also of course, it's very hardware 
  3267. specific (written for a JCS s-100 computer.)  Likewise, before I 
  3268. tackle this one, has anyone done an overlay for the NorthStar 
  3269. Horizon HSIO/4?
  3270.  
  3271.      . d/Multi is a dBase II enhancement that turns it into a 
  3272. true multi-user DBMS with the record and files locks of TurboDOS.  
  3273. Anybody use it?  It is any good?  Is there something better?
  3274.  
  3275.      . With the potentially huge (well, relivitively huge) 'BIOS' 
  3276. memory space availability with banked slaves, has any one written 
  3277. QuickKey or similar function key enhancements?  After 5 years 
  3278. with a TeleVideo terminal, I *still* haven't found any use for 
  3279. the unredefinable 'function' keys!  The enhancements I have found 
  3280. and are working on are fanled and timecl.
  3281.  
  3282.      . So far I know of only one book about/for TurboDOS 
  3283. ("TurboDOS made easy," by Steven Marks) other than the two 
  3284. binders that came with my NorthStar version 1.3.  (The upgrade to 
  3285. Version 1.4 is on order.)  Are there any other books on the 
  3286. subject?  (An example: the use of the AUTOLOAD command to create 
  3287. command line synonyms [or ZCPR3 aliases] is not mentioned at all 
  3288. and is probably more usefull have the functions that are listed!)  
  3289. Sure it's fun to figure these things out yourself, but I wonder 
  3290. what I'm missing.  (mini-review: The Marks book is not bad, adds 
  3291. sections on why one would want to do things to the information 
  3292. that already is in the user's guide, written in a plain language.  
  3293. Unfortunated marred by some bad typos, some which are opposite of 
  3294. what was wanted.  An example: 'set filename.ext ;-r' sets the r/o 
  3295. flag *ON*.)
  3296.  
  3297.  
  3298. Any of the above need not be public domain and/or 'free', though 
  3299. it sure does make procurement easier!  As the system in question 
  3300. belongs to Uncle Sam, some funds should be available somewhere :-)
  3301.  
  3302. Bob Bloom
  3303.  
  3304. 15-Aug-86 20:04:53-MDT,2187;000000000000
  3305. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3306. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 20:04:43-MDT
  3307. Received: from simtel20.arpa by AMSAA.ARPA id a003037; 15 Aug 86 21:30 EDT
  3308. Date: Fri, 15 Aug 1986  19:29 MDT
  3309. Message-ID: <KPETERSEN.12231130999.BABYL@SIMTEL20.ARPA>
  3310. Sender: KPETERSEN@SIMTEL20.ARPA
  3311. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3312. To:   Info-Cpm@AMSAA.ARPA
  3313. Subject: Quick reference list to SIMTEL20 CP/M directories
  3314.  
  3315. Quick reference list to SIMTEL20's PD:<CPM.x> directories
  3316. as of August 15, 1986 (where 'x' is one of the names below):
  3317.  
  3318. 22RSX         CCP           FILUTL        MISC          SQU-PORT
  3319. 6502          COBOL         FINANCE       MODEM         SQUSQ
  3320. AMETHYST      COMND         FORTH-83      MODEM2        STARTER-KIT
  3321. APPLE         CPM3          FORTRAN       MODEM7        SUBMIT
  3322. ASMUTL        CPM68K        GENASM        MSOFT         SYSUTL
  3323. ATARI         CPM86         GENCOM        NEWS          T20-SQUSQ
  3324. AZTEC-C       CPMLIB        GENDOC        NSTAR         TERM
  3325. BASIC         CPR86         GENIE         NUBYE         TOPS-20
  3326. BBSLISTS      CUG           GRAPHICS      OSBORN        TRS-80
  3327. BDOS          DATABASE      HAMMING       PACKET        TURBODOS
  3328. BDSC-1        DBASEII       HAMRADIO      PASCAL        TURBODOS-SIGI
  3329. BDSC-2        DEBUG         HDUTL         PBBS          TURBOPAS
  3330. BDSC-3        DIRUTL        HEATH         PILOT80       TXTUTL
  3331. BDSC-4        DISASM        HELP          PLOT33        VAXVMS
  3332. BSTAM         DISKPLOT      HEX           PPSPEL        VDOEDIT
  3333. BYE3          DSKBUF        IMP           PUBKEY        VOICE
  3334. BYE5          DSKUTL        INSIDCPM      PUBPATCH      WSTAR
  3335. BYT85FEB      EDITC80       KAYPRO        RBBS          XCCP
  3336. BYT85JAN      EDITOR        LIST          RBBS4         XLISP
  3337. C128          EDUCATION     MACLIB        RCPM          YAM
  3338. C64           EMX           MATH          ROS           Z8EDEBUG
  3339. C80           EPSON         MBBS          SCREENGEN     ZCPR
  3340. CATLOG        FAST2         MEMTEST       SMALLC21      ZCPR2
  3341. CB80          FILCPY        MEX           SORT          ZCPR3
  3342. CBIOS         FILE-DOCS     MICNET        SPELL         ZMODEM
  3343. 15-Aug-86 20:10:20-MDT,745;000000000000
  3344. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3345. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 15 Aug 86 20:10:14-MDT
  3346. Received: from wiscvm.arpa by AMSAA.ARPA id a003051; 15 Aug 86 21:35 EDT
  3347. Received: from (MEK)UMASS.BITNET by WISCVM.WISC.EDU on 08/15/86 at
  3348.   20:35:00 CDT
  3349. Message-ID:  <860815213242.0000028B.ASHC.MA@UMass>
  3350. Date:     Fri, 15 Aug 86  21:32:42 EDT
  3351. From:  mek%UMass.BITNET@wiscvm.ARPA
  3352. Subject:  UUENCODE/DECODE for CP/M?
  3353. To:  info-cpm@AMSAA.ARPA
  3354.  
  3355. Hi!
  3356.  
  3357. Does anyone out there know of a version of UUENCODE/DECODE for CP/M??
  3358. I've been looking all over for it, but haven't been able to find a
  3359. version anywhere.  *PLEASE* let me know if you know of such a thing.
  3360. Thanks!!!
  3361.  
  3362. Matt Kimmel,
  3363. mek%UMass.BITNET@wiscvm.ARPA
  3364. 16-Aug-86 08:43:12-MDT,4922;000000000000
  3365. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3366. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 08:42:57-MDT
  3367. Received: from simtel20.arpa by AMSAA.ARPA id a004459; 16 Aug 86 10:16 EDT
  3368. Date: Thursday, 14 August 1986  11:20-MDT
  3369. Message-ID: <KPETERSEN.12231268205.BABYL@SIMTEL20.ARPA>
  3370. Sender: Bob Clements <clements@bbnccq.ARPA>
  3371. From: Bob Clements <clements@bbnccq.ARPA>
  3372. To: w8sdz@SIMTEL20.ARPA
  3373. Subject:   Version 11.7 of W0RLI Packet Radio Mailbox/Gateway
  3374. ReSent-From: KPETERSEN@SIMTEL20.ARPA
  3375. ReSent-To: Info-Cpm@AMSAA.ARPA
  3376. ReSent-Date: Sat 16 Aug 1986 08:02-MDT
  3377.  
  3378. Version 11.7 of the W0RLI MailBox/Gateway has been released and is now
  3379. available from SIMTEL20 as:
  3380.  
  3381. Filename            Type     Bytes     CRC
  3382.  
  3383. Directory PD:<CPM.PACKET>
  3384. PACKT117.ARC.1            BINARY    212704  0B69H
  3385.  
  3386. This release is being distributed in ARC format because of the more
  3387. efficient packing methods available.  You can extract the files on
  3388. your CP/M system using one of the following:
  3389.  
  3390. Directory PD:<CPM.STARTER-KIT>
  3391. UNARC.COM-Z80.1            BINARY      4096  C209H <--Z80 version
  3392. UNARCA.COM-8080.1        BINARY      4736  DF9BH <--8080 version
  3393.  
  3394. The changes since the last such posting, version 11.2, are summarized
  3395. below in an extract from the CHANGES.TNC file.
  3396.  
  3397. For those who have not seen this system before, a brief description:
  3398.  
  3399. The W0RLI MailBox and GateWay is a system which runs on a Xerox 820
  3400. computer and which operates on Amateur Packet Radio via one or two
  3401. TAPR TNCs (or clones). It also runs with TNC-2s.
  3402.  
  3403. The W0RLI system is running at over 75 sites in some number of
  3404. countries and makes up the majority of the packet mail forwarding
  3405. system. It is also used for gatewaying between local packet areas and
  3406. long haul links on HF, or to nearby nets on other VHF/UHF bands.
  3407. For a more complete description, see NOTES.TNC.
  3408.  
  3409. Hank is not on ARPANET or Usenet.  I will be glad to relay comments
  3410. and questions to him.  However, he is also in the process of moving
  3411. from W1-land to W6-land, so contact is not as solid as it has been.
  3412. Also, he won't be doing much coding on this system for a while,
  3413. for the same reason.
  3414.  
  3415. If you would prefer to get this distribution on ready-to-run
  3416. disks for your Xerox 820, send a self-addressed stamped 8" SSSD
  3417. disk (in re-usable mailer) to K7PYK at the address below. Two
  3418. disks if you want the sources as well.
  3419.  
  3420. I will do the same under the same conditions.  I am good in the
  3421. Callbook.
  3422.  
  3423. NOTE -  Hank is no longer doing distributions himself.  Wes, K7PYK,
  3424. has kindly volunteered to take over that job.  Please do NOT send
  3425. disks to Hank.
  3426.  
  3427. 73,
  3428. Bob, K1BC
  3429.  
  3430. ARPANET: CLEMENTS@BBN.COM
  3431. Usenet:  {ihnp4, decvax, linus, ...}!bbnccv!clements
  3432. Packet:  K1BC @ K1BC  145.09 and 221.11, near Boston
  3433.  
  3434. [Extract of NOTES.TNC follows]
  3435.  
  3436.      W0RLI MailBox and GateWay   Version 11.7 - 6/22/86   Page  1
  3437.  
  3438.      Created for packet community by:
  3439.  
  3440.             Hank Oredson, W0RLI
  3441.             19 North Hill Road
  3442.             Westford, MA 01886
  3443.  
  3444.      Distributed by:
  3445.  
  3446.           Wes Morris, k7pyk
  3447.           7422 E. McKinley St.
  3448.           Scottsdale, AZ 85257
  3449.  
  3450. Many people contibuted to this project, in many ways.
  3451. In particular I would like to thank K1BC, KE1G, WB2MNF, W3IWI, WB7DCH
  3452. K3RLI, KE3Z, K7PYK for their help and encouragment.
  3453.  
  3454. These notes are rough, more release notes and tech notes than
  3455. anything else. A SYSOPS Manual (Very nice, 40+ pages) is also
  3456. available from Wes. It was written by Jon Pearce, WB2MNF.
  3457.  
  3458. [Extract of CHANGES.TNC follows]
  3459.  
  3460.      W0RLI MailBox and GateWay   Version 11.7
  3461.  
  3462.      Changes and additions since version 11.6 are:
  3463.  
  3464. Added 3 second delay between connect and sending "*** LINKED ..."
  3465.  
  3466.      Changes and additions since version 11.5 are:
  3467.  
  3468. Added FL (File Local users) and FB (File BBS).
  3469. Tag in config to enable/disable retention of "F" msgs on forward.
  3470. Cleaned up the handling of tnc state changes with MailBox state changes.
  3471.  
  3472.      Changes and additions since version 11.4 are:
  3473.  
  3474. Login procedure split from TNC.MAC into LOGIN.MAC
  3475. Logic changed to allow local users to connect if "only bbs" flag set.
  3476. If station connecting is a bbs: bypass # digi check, exclude checks.
  3477. New tag in config to exclude connects thru digi with illegal call.
  3478.  
  3479. Changes from k1bc (Thank you Bob ...) :
  3480. LM now lists messages TO and FROM user.
  3481.  
  3482.      Changes and additions since version 11.3 are:
  3483.  
  3484. Changes from k3rli (Thank you Ed ... ) :
  3485. Help and Info files may be $sys.
  3486. WN command for users.
  3487. Message type "F" is never killed after forward, only marked.
  3488. "Expert user" flag. No logoff message, short prompt.
  3489.  
  3490.      Changes and additions since version 11.2 are:
  3491.  
  3492. BIOS common code now in files BIOS????.INC
  3493. Attempt to upload existing file got error msg twice.
  3494. Added EU with no argument prompt through all users for delete.
  3495. Added K4NTA code to handle forwarding through a GATOR 2 PAD.
  3496. Made UA available to remote sysop.
  3497.  
  3498. [End of extracts]
  3499. 16-Aug-86 09:29:03-MDT,1019;000000000000
  3500. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3501. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 09:28:56-MDT
  3502. Received: from simtel20.arpa by AMSAA.ARPA id a004573; 16 Aug 86 11:00 EDT
  3503. Date: Sat, 16 Aug 1986  08:59 MDT
  3504. Message-ID: <KPETERSEN.12231278554.BABYL@SIMTEL20.ARPA>
  3505. Sender: KPETERSEN@SIMTEL20.ARPA
  3506. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3507. To:   Info-Cpm@AMSAA.ARPA
  3508. Subject: Posting software directly to info-cpm or net.micro.cpm:
  3509.  
  3510. If you are unable to access SIMTEL20 because of network restrictions
  3511. please remember that MOST of the new files announced to Info-Cpm are
  3512. also available on my RCP/M Royal Oak (MI) which may be accessed at
  3513. 300 bps (Bell 103a), 1200 bps (Bell 212a), or 2400 bps (V.22 bis).
  3514. The telephone number is (313) 759-6569.  They are also available from
  3515. the CP/M RoundTable on General Electric Information Services' GEnie.
  3516.  
  3517. --Keith Petersen
  3518. Arpa:   W8SDZ@SIMTEL20.ARPA
  3519. GEnie Mail: W8SDZ
  3520. uucp:   {ihnp4,allegra,cmcl2,dual,decvax,mcnc,mcvax,vax135}!seismo!w8sdz
  3521. 16-Aug-86 09:45:04-MDT,1057;000000000000
  3522. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3523. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 09:44:58-MDT
  3524. Received: from simtel20.arpa by AMSAA.ARPA id a004635; 16 Aug 86 11:26 EDT
  3525. Date: Sat, 16 Aug 1986  09:26 MDT
  3526. Message-ID: <KPETERSEN.12231283345.BABYL@SIMTEL20.ARPA>
  3527. Sender: KPETERSEN@SIMTEL20.ARPA
  3528. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3529. To:   mek%UMass.BITNET@wiscvm.ARPA
  3530. Cc:   Info-Cpm@AMSAA.ARPA
  3531. Subject: UUENCODE/DECODE for CP/M?
  3532. In-reply-to: Msg of 15 Aug 1986  19:32-MDT from mek%UMass.BITNET at wiscvm.ARPA
  3533.  
  3534. A version of UUENCODE/UUDECODE for CP/M was recently posted to
  3535. Info-Cpm.  However, the UUENCODE program has a bug that adds one
  3536. additional record to the UUENCODEd file and when you UUDECODE it the
  3537. CRCs won't match.  I'm hoping the author will send me a fixed version
  3538. which I can then make available on SIMTEL20 and through other means.
  3539.  
  3540. --Keith Petersen
  3541. Arpa: W8SDZ@SIMTEL20.ARPA
  3542. uucp: {ihnp4,allegra,cmcl2,dual,decvax,mcnc,mcvax,vax135}!seismo!w8sdz
  3543. GEnie Mail: W8SDZ
  3544. RCP/M Royal Oak: 313-759-6569
  3545. 16-Aug-86 14:08:19-MDT,1048;000000000000
  3546. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3547. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 14:08:12-MDT
  3548. Received: from lll-mfe.arpa by AMSAA.ARPA id a005528; 16 Aug 86 15:42 EDT
  3549. Date: Fri, 15 Aug 86 20:19 EST
  3550. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  3551. Subject: XLISP 1.2 < n
  3552. To: INFO-CPM@AMSAA.ARPA
  3553.  
  3554. From:    <SECRIST%OAK.SAINET.MFENET@LLL-MFE.Arpa>   (Richard C. Secrist)
  3555. Date:    Fri, 15-AUG-1986 20:21 EST
  3556. To:      INFO-CPM@AMSAA.ARPA
  3557. Message-ID: <[OAK.SAINET.MFENET].91BDD740.008F37E5.SECRIST>
  3558. Header-Disclaimer: I don't like my headers either.
  3559. Quote: "May your future be limited only by your dreams." -- Christa McAuliffe
  3560. Organization:  Science Applications Int'l. Corp., Oak Ridge, Tenn., USA
  3561. CompuServe-ID: [71636,52]
  3562. X-VMS-Mail-To: CPM
  3563.  
  3564. Has anyone built a version of David Betz' XLISP for CP/M-80 since v1.2 ?
  3565. If so, what compiler did you use (anybody tried Small-C ?), and/or where
  3566. did you download it from ?
  3567.  
  3568. Did the INFO-XLISP list ever get started ?
  3569.  
  3570. rcs
  3571. SECRIST%OAK.SAInet.MFEnet@LLL-MFE.Arpa
  3572. 16-Aug-86 15:24:59-MDT,492;000000000000
  3573. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3574. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 15:24:53-MDT
  3575. Received: from simtel20.arpa by AMSAA.ARPA id a005874; 16 Aug 86 16:52 EDT
  3576. Date: Sat 16 Aug 86 14:51:50-MDT
  3577. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  3578. Subject: VMENU18 posted
  3579. To: info-cpm@AMSAA.ARPA
  3580. Message-ID: <12231342642.11.RCONN@SIMTEL20.ARPA>
  3581.  
  3582.     In PD:<ZSYS.NEW> and <ZSYS.ZCPR3> is VMENU18.LBR, a recent update
  3583. to VMENU.  Thanks to Keith for the upload.
  3584. -------
  3585. 16-Aug-86 16:53:08-MDT,1157;000000000000
  3586. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3587. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 16:53:02-MDT
  3588. Received: from office-1.arpa by AMSAA.ARPA id a006295; 16 Aug 86 18:24 EDT
  3589. Date: 16 Aug 86 15:23 PDT
  3590. From: Alan Bomberger <ACB.COR@OFFICE-1.ARPA>
  3591. Subject: MIX Editor
  3592. To: info-cpm@AMSAA.ARPA
  3593. Message-ID: <COR-ACB-9R5EL@OFFICE-1>
  3594.  
  3595. I must lend my support to the view of Willie Smith, as I too deposited the MIX 
  3596. editor into my lower left hand drawer.  My syste uses interrupts and the 
  3597. crashes are not random.  I cannot even run the configuration program.  I did 
  3598. disable interrupts with a special BIOS and configured MIX.  What I found was a 
  3599. powerful but incredibly slow editor.  Every operation seemed to require an 
  3600. overlay to be loaded from disk.  Furthermore only 8K bytes are available to 
  3601. edit anything.  I use Magic Wand and have over 40K bytes resident with all 
  3602. commands resident also.  I could not take the performance hit of using MIX in 
  3603. spite of its features (assuming that I could get it to run with interrupts).  I
  3604. am interested in the Stack Fix.   Late in responding as I was in AUstralia for 
  3605. a month.
  3606.  
  3607. 16-Aug-86 17:43:44-MDT,794;000000000000
  3608. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3609. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 16 Aug 86 17:43:37-MDT
  3610. Received: from office-1.arpa by AMSAA.ARPA id a006682; 16 Aug 86 19:04 EDT
  3611. Date: 16 Aug 86 16:02 PDT
  3612. From: Alan Bomberger <ACB.COR@OFFICE-1.ARPA>
  3613. Subject: Mailing Software
  3614. To: info-cpm@AMSAA.ARPA
  3615. Message-ID: <COR-ACB-9R5GS@OFFICE-1>
  3616.  
  3617. Believe it or not there are people out there that have to pay for disk space, 
  3618. further there are mail systems that insure that the receiver pays for mail 
  3619. space.  I already resent having to pay for all the headers that go on endlessly
  3620. about the itinerary of a message.  I was away for a while and ended up paying 
  3621. for many "extra" disk pages because of people mailing giant files containing 
  3622. source.  Go for a separate list.
  3623.  
  3624. 17-Aug-86 08:03:27-MDT,1873;000000000000
  3625. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3626. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 17 Aug 86 08:03:19-MDT
  3627. Received: from simtel20.arpa by AMSAA.ARPA id a008389; 17 Aug 86 9:42 EDT
  3628. Date: Sun, 17 Aug 1986  07:41 MDT
  3629. Message-ID: <KPETERSEN.12231526401.BABYL@SIMTEL20.ARPA>
  3630. Sender: KPETERSEN@SIMTEL20.ARPA
  3631. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3632. To:   Info-Cpm@AMSAA.ARPA
  3633. Subject: Bug in CP/M UUENCODE fixed
  3634.  
  3635. Several weeks ago UUENCODE and UUDECODE, written in Turbo Pascal for
  3636. use on CP/M, were posted to Info-Cpm (net.micro.cpm).  A bug in
  3637. UUENCODE caused one additional "garbage" record to be included at the
  3638. end of the file.  This caused the resultant UUDECODEd file to be one
  3639. record longer than the original file and prevented error checking with
  3640. CRCK.  The fixed area is shown below (thanks to Bernie Eiben):
  3641.  
  3642.   procedure encode1;
  3643.  
  3644.     begin {encode1};
  3645.       if numbytes = bytesperhunk then flushhunk;
  3646.       endofinfile := not (getbyte(hunk[numbytes]));
  3647.       if not endofinfile then numbytes := succ(numbytes)  {No succ at EOF -BE}
  3648.     end; {encode1}
  3649.  
  3650. I do hope we don't end up using uuencode/uudecode when other means are
  3651. available for doing file transfers.  We CP/M'ers have maintained a
  3652. relatively error-free environment over the years.  The
  3653. Uuencode/Uudecode system contains NO CRC or CHECKSUM error checking!
  3654. If we were to add that, the programs would no longer be compatible
  3655. with Unix versions.  I suggest that anyone sending files using this
  3656. program include a CRC list in the introduction so readers can check
  3657. the decoded files with my CRCK program.  CRCK, by the way, is also
  3658. available for Unix.  It's in PD:<UNIX.CPM>CRCK2.C here at SIMTEL20.
  3659.  
  3660. --Keith Petersen
  3661. Arpa: W8SDZ@SIMTEL20.ARPA
  3662. uucp: {ihnp4,allegra,cmcl2,dual,decvax,mcnc,mcvax,vax135}!seismo!w8sdz
  3663. GEnie Mail: W8SDZ
  3664. RCP/M Royal Oak: 313-759-6569
  3665. 17-Aug-86 09:07:10-MDT,1837;000000000000
  3666. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3667. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 17 Aug 86 09:06:56-MDT
  3668. Received: from simtel20.arpa by AMSAA.ARPA id a008456; 17 Aug 86 10:38 EDT
  3669. Date: Sun, 17 Aug 1986  08:37 MDT
  3670. Message-ID: <KPETERSEN.12231536570.BABYL@SIMTEL20.ARPA>
  3671. Sender: KPETERSEN@SIMTEL20.ARPA
  3672. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3673. To:   Info-Cpm@AMSAA.ARPA
  3674. Subject: UUENCODE/UUDECODE for CP/M-80 now available from SIMTEL20
  3675.  
  3676. Thanks to Bernie Eiben we now have the latest versions of UUENCODE and
  3677. UUDECODE for CP/M-80 available from SIMTEL20 as:
  3678.  
  3679. Filename            Type     Bytes     CRC
  3680.  
  3681. Directory PD:<CPM.TURBOPAS>
  3682. UUECPM.ARC.1            BINARY     48862  3700H
  3683.  
  3684. The ARC contains Turbo Pascal source, executable .COM files and
  3685. UUENCODED versions of the .COM files.
  3686.  
  3687. If you're interested only in the .COM files, they are available as:
  3688.  
  3689. Directory PD:<CPM.STARTER-KIT>
  3690. UUDECODE.COM.1            BINARY     10496  00D8H
  3691. UUENCODE.COM.1            BINARY     10240  2EAFH
  3692.  
  3693. UNARC for CP/M-80 (previously announced) is available as:
  3694.  
  3695. Directory PD:<CPM.CPMLIB>
  3696. UNARC12.LBR.1            BINARY    104448  AC35H <--with source
  3697.  
  3698. If you're interested only in the .COM files, they are available as:
  3699.  
  3700. Directory PD:<CPM.STARTER-KIT>
  3701. UNARC.COM-Z80.1            BINARY      4096  C209H <--Z80 version
  3702. UNARCA.COM-8080.1        BINARY      4736  DF9BH <--8080 version
  3703.  
  3704. If you are unable to access SIMTEL20 because of network restrictions
  3705. these files are also available on my RCP/M Royal Oak (MI) which may be
  3706. accessed at 300 bps (Bell 103a), 1200 bps (Bell 212a), or 2400 bps
  3707. (V.22 bis).  The telephone number is (313) 759-6569.  They can also be
  3708. found on the CP/M RoundTable on General Electric Information Services
  3709. GEnie.
  3710.  
  3711. --Keith Petersen
  3712. Arpa:   W8SDZ@SIMTEL20.ARPA
  3713. GEnie Mail: W8SDZ
  3714. uucp:   {ihnp4,allegra,cmcl2,dual,decvax,mcnc,mcvax,vax135}!seismo!w8sdz
  3715. 17-Aug-86 22:25:51-MDT,805;000000000000
  3716. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3717. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 17 Aug 86 22:25:42-MDT
  3718. Received: from brl-smoke.arpa by AMSAA.ARPA id a012411; 17 Aug 86 23:58 EDT
  3719. Received: from USENET by SMOKE.BRL.ARPA id a022070; 17 Aug 86 23:41 EDT
  3720. From: Jon Mandrell <jon%amc.uucp@BRL.ARPA>
  3721. Newsgroups: net.micro.cpm
  3722. Subject: make for CP/M 2.2?
  3723. Message-ID: <227@amc.UUCP>
  3724. Date: 14 Aug 86 21:38:27 GMT
  3725. To:       info-cpm@AMSAA.ARPA
  3726.  
  3727. line eater food
  3728.  
  3729.   Does anyone know of a 'make' program for vanilla CP/M 2.2?  Public
  3730. domain preferably, but I guess I would pay something for it.
  3731.   Barring this, if I sit down and write one, would anyone be interested
  3732. in it?
  3733. -- 
  3734. Jon Mandrell    (ihnp4!uw-beaver!tikal!amc!jon)
  3735. Applied Microsystems Corp.
  3736.  
  3737. "flames >& /dev/null" - me
  3738. 18-Aug-86 04:10:24-MDT,1114;000000000000
  3739. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3740. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 18 Aug 86 04:10:16-MDT
  3741. Received: from brl-smoke.arpa by AMSAA.ARPA id a014249; 18 Aug 86 5:35 EDT
  3742. Received: from USENET by SMOKE.BRL.ARPA id a025167; 18 Aug 86 5:30 EDT
  3743. From: Jay Denebeim <jay%ethos.uucp@BRL.ARPA>
  3744. Newsgroups: net.micro.cpm
  3745. Subject: Re: Looking for a good C compiler
  3746. Message-ID: <687@ethos.UUCP>
  3747. Date: 15 Aug 86 13:18:46 GMT
  3748. To:       info-cpm@AMSAA.ARPA
  3749.  
  3750. >I've a friend who's been using Ecosoft C (for Z80), and rates it quite highly.
  3751. >It's not cheap, but it's apparently pretty good.
  3752.  
  3753.     Depends on what you concider cheap.  Ecosoft C is $49.95.  I like it
  3754. alot, but it's HUGE.  I've used bother BDS and Ecosoft, BDS is very fast, and
  3755. comes with alot of goodies, but is terribly non-K&R.  Ecosoft is standard,
  3756. cheap, and has a good library, but it's slow and the modules have to be very
  3757. small to compile under it.
  3758.  
  3759. -- 
  3760. Jay Denebeim                "One world, one egg, one basket."
  3761. UUCP:  {seismo,decvax,ihnp4}!mcnc!rti-sel!ethos!jay
  3762. BBS:   Deep Thought, ZNode #42 300/1200/2400 919-471-6436
  3763. 18-Aug-86 04:18:14-MDT,1116;000000000000
  3764. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3765. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 18 Aug 86 04:18:05-MDT
  3766. Received: from brl-smoke.arpa by AMSAA.ARPA id a014427; 18 Aug 86 5:52 EDT
  3767. Received: from USENET by SMOKE.BRL.ARPA id a025624; 18 Aug 86 5:44 EDT
  3768. From: Peter Arrgh Korn <korn@ucb-vax.ARPA>
  3769. Newsgroups: net.micro.cpm
  3770. Subject: Re: Bondwell laptops
  3771. Message-ID: <15298@ucbvax.BERKELEY.EDU>
  3772. Date: 16 Aug 86 01:37:44 GMT
  3773. To:       info-cpm@AMSAA.ARPA
  3774.  
  3775. In article <180@husc6.HARVARD.EDU> norman@h-sc4.UUCP (John Norman) writes:
  3776.  
  3777. >For that matter, are there other manufacturers who make CP/M laptops?
  3778.  
  3779. Epson's PX-8 is a CP/M laptop.  There are a few stores that still sell
  3780. them...in fact, Epson supports them fairly well.  They go up to ~32K I
  3781. believe, and come with a word-processor (ski-writer).  3.5" drives
  3782. are amoung the accessories available.
  3783.  
  3784. Peter
  3785. -- 
  3786. -----                          
  3787. Peter "Arrgh" Korn               "Fred Astaire?  Heck, Ginger Rogers did 
  3788. korn@ucbvax.Berkeley.EDU              everything he did, backwards,
  3789. {decvax,dual,hplabs,sdcsvax,ulysses}!ucbvax!korn            and in high heels!"
  3790. 18-Aug-86 04:54:49-MDT,925;000000000000
  3791. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3792. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 18 Aug 86 04:53:15-MDT
  3793. Received: from brl-smoke.arpa by AMSAA.ARPA id a014414; 18 Aug 86 5:50 EDT
  3794. Received: from USENET by SMOKE.BRL.ARPA id a025410; 18 Aug 86 5:38 EDT
  3795. From: John Norman <norman@h-sc4.ARPA>
  3796. Newsgroups: net.micro.cpm
  3797. Subject: Bondwell laptops
  3798. Message-ID: <180@husc6.HARVARD.EDU>
  3799. Date: 15 Aug 86 18:42:01 GMT
  3800. Sender: news@husc6.harvard.edu
  3801. To:       info-cpm@AMSAA.ARPA
  3802.  
  3803. I have read a fair amount recently about the new Bondwell MSDOS laptop, but
  3804. what about the CP/M *laptop*?  What is the list price?  Is it available
  3805. more cheaply through discounters?  This computer is apparently different
  3806. from the Bondwell which looks like a Kaypro-
  3807.  
  3808. For that matter, are there other manufacturers who make CP/M laptops?
  3809.  
  3810. harvard!h-sc4!norman
  3811. norman%h-sc4@harvard.harvard.edu
  3812. norman@harvlaw1.bitnet
  3813. -John
  3814. 18-Aug-86 08:13:01-MDT,1271;000000000000
  3815. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3816. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 18 Aug 86 08:12:50-MDT
  3817. Received: from ucb-vax.arpa by AMSAA.ARPA id a022942; 18 Aug 86 9:28 EDT
  3818. Received: by ucbvax.Berkeley.EDU (5.53/1.14)
  3819.     id AA28057; Mon, 18 Aug 86 06:25:32 PDT
  3820. Received: by jade.Berkeley.Edu (5.31 (CFC 4.21)/5.6.2)
  3821.     id AA06107; Sun, 17 Aug 86 18:04:57 PDT
  3822. Received: by lapis.Berkeley.Edu (4.20/5.6)
  3823.     id AA10043; Sun, 17 Aug 86 18:04:53 pdt
  3824. Date: Sun, 17 Aug 86 18:04:53 pdt
  3825. From: David Phillip Oster <oster%lapis@ucb-vax.ARPA>
  3826. Message-Id: <8608180104.AA10043@lapis.Berkeley.Edu>
  3827. To: info-cpm@AMSAA.ARPA
  3828. Subject: Fine old Cp/M machine for sale, $300
  3829.  
  3830. I'd like to sell my Exidy Sorceror.  This one has 32k of on-board memory,
  3831. and an S-100 card cage holding a 16k memory card and a disk jockey disk
  3832. controller, controlling 2 8" double density Discus drives.  The monitor is
  3833. by Sony.
  3834. Software includes Cp/M 2.2, MBasic, OBasic, Rom Basic, Fig Forth,
  3835. and drivers for Wordstar.
  3836. The system works fine.  I paid over $3000.00, and I'd like to receive
  3837. $300.00 plus the cost of shipping.
  3838. --- David Phillip Oster        -- "We live in a Global Village."
  3839. Arpa: oster@lapis.berkeley.edu  --
  3840. Uucp: ucbvax!ucblapis!oster     -- "You are Number Six."
  3841. 18-Aug-86 09:02:49-MDT,961;000000000000
  3842. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3843. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 18 Aug 86 09:02:41-MDT
  3844. Received: from nadc.arpa by AMSAA.ARPA id a026549; 18 Aug 86 10:28 EDT
  3845. Date: 18 Aug 1986 10:19:50-EDT
  3846. From: prindle@nadc.ARPA
  3847. To: info-cpm@AMSAA.ARPA
  3848. Subject: possible bug in CP/M 3.0 "PIP"
  3849.  
  3850. CP/M 3.0 supports the character "_" (underline) as valid within a filename and
  3851. it is so documented.  Builtins such as ERASE and RENAME have no trouble
  3852. handling this, nor does either the builtin or transient DIR.  However, PIP just
  3853. gets bent out of shape and refuses to accept the syntax (e.g. a:=b:tvx_io.c).
  3854. I am referring specifically to the Commodore 128 version of 3.0, but suspect it
  3855. is really a generic problem.  Digital Research sent me their set of application
  3856. notes, but I didn't see this mentioned as a fixed bug.  I don't suppose there is
  3857. any easy fix short of re-writing PIP?
  3858.  
  3859. Sincerely,
  3860. Frank Prindle
  3861. Prindle@NADC.arpa
  3862. 19-Aug-86 09:22:27-MDT,930;000000000000
  3863. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3864. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 19 Aug 86 09:22:09-MDT
  3865. Received: from wiscvm.arpa by AMSAA.ARPA id a007121; 19 Aug 86 10:29 EDT
  3866. Received: from (FISHER)RPICICGE.BITNET by WISCVM.WISC.EDU on 08/18/86
  3867.   at 11:33:31 CDT
  3868. Date: 18 August 86 12:30-EST
  3869. From:  FISHER%RPICICGE.BITNET@wiscvm.ARPA
  3870. To:  INFO-CPM@AMSAA.ARPA
  3871. X-Acknowledge:
  3872. Subject: P2DOS0 and the H/Z 89
  3873.  
  3874. Date: 18 August 1986, 12:17:06 EAS
  3875. From: FISHER at RPICICGE
  3876. To:   INFO-CPM at AMSAA.ARPA
  3877. Subject: P2DOS0 and the H/Z 89
  3878.  
  3879. Has anyone successfully installed P2DOS0 on a Heath-89?  ...on any
  3880. machine?  (P2DOS0 is a PD BDOS replacement for Z80 machines.)  I
  3881. think I correctly patched it over the DR BDOS, but upon booting
  3882. the system I get only a lower-case "m" and an otherwise blank stare
  3883. from the CRT.  I'm using the Heath version of CP/M 2.2(.0.4).
  3884.  
  3885. J.S.Fisher  FISHER@RPICICGE.BITNET
  3886.  
  3887. 19-Aug-86 11:55:28-MDT,624;000000000000
  3888. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3889. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 19 Aug 86 11:55:17-MDT
  3890. Received: from mitre.arpa by AMSAA.ARPA id a013562; 19 Aug 86 13:10 EDT
  3891. Full-Name: Thomas Reid
  3892. Message-Id: <8608191710.AA03396@mitre.ARPA>
  3893. Organization: The MITRE Corp., Washington, D.C.
  3894. To: info-cpm@AMSAA.ARPA
  3895. Subject: P2DOS0
  3896. Date: Tue, 19 Aug 86 13:10:41 -0500
  3897. From: treid@MITRE.ARPA
  3898.  
  3899. J. S. Fisher was having trouble installing it on his H89.  I looked at
  3900. the documentation but did not see any benefits from installing it.  
  3901. Could someone who is using it explain why.  Thanks to all.  Tom.
  3902. 19-Aug-86 15:30:00-MDT,785;000000000000
  3903. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3904. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 19 Aug 86 15:29:54-MDT
  3905. Received: from rand-unix.arpa by AMSAA.ARPA id a021058; 19 Aug 86 16:14 EDT
  3906. Received: by rand-unix.ARPA; Tue, 19 Aug 86 10:37:04 pdt
  3907. Message-Id: <8608191737.AA27939@rand-unix.ARPA>
  3908. To: Jon Mandrell <jon%amc.uucp@BRL.ARPA>, info-cpm@AMSAA.ARPA
  3909. Subj: 'make' for cp/m 2.2
  3910. Date: Tue, 19 Aug 86 10:36:15 PDT
  3911. From: bridger@RAND-UNIX.ARPA
  3912.  
  3913. The DateStamper "toolkit" disk includes a public-domain 'make'
  3914. developed by Neil Maron and me from an earlier ms-dos version.
  3915. It requires DateStamper, which runs on vanilla CP/M 2.2 and some
  3916. 2.2 emulators, such as zrdos.
  3917.  
  3918. Contact Plu*Perfect Systems (714) 659-4432, Box 1494, Idyllwild CA 92349.
  3919.  
  3920. --bridger mitchell
  3921. 19-Aug-86 19:42:51-MDT,1098;000000000000
  3922. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3923. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 19 Aug 86 19:42:41-MDT
  3924. Received: from simtel20.arpa by AMSAA.ARPA id a023893; 19 Aug 86 21:12 EDT
  3925. Date: Monday, 18 August 1986  10:29-MDT
  3926. Message-ID: <KPETERSEN.12232176318.BABYL@SIMTEL20.ARPA>
  3927. Sender: mek%UMass.BITNET@wiscvm.ARPA
  3928. From: mek%UMass.BITNET@wiscvm.ARPA
  3929. To: w8sdz@SIMTEL20.ARPA
  3930. Subject:   Commodore C128 CP/M file printing program
  3931. ReSent-From: KPETERSEN@SIMTEL20.ARPA
  3932. ReSent-To: Info-Cpm@AMSAA.ARPA
  3933. ReSent-Date: Tue 19 Aug 1986 19:11-MDT
  3934.  
  3935. Now available from SIMTEL20:
  3936.  
  3937. Filename            Type     Bytes     CRC
  3938.  
  3939. Directory PD:<CPM.C128>
  3940. 801PRT10.LBR.1            BINARY     26752  59D8H
  3941.  
  3942. 801PRT10 is a program I wrote for the C128 CP/M and 1525/MPS801/MPS803
  3943. printer.  It prints out a text file, but insures that the last lines
  3944. aren't dropped, as tends to happen with those printers. It also
  3945. filters out linefeeds.  The distribution library includes the DOC
  3946. file, the source code in 'C', the COM file and a file listing the
  3947. files in the library.
  3948.  
  3949. Matt Kimmel,
  3950. mek%UMass.BITNET@wiscvm.ARPA
  3951. 19-Aug-86 20:14:14-MDT,1033;000000000000
  3952. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3953. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 19 Aug 86 20:14:04-MDT
  3954. Received: from simtel20.arpa by AMSAA.ARPA id a023962; 19 Aug 86 21:36 EDT
  3955. Date: Tue, 19 Aug 1986  19:35 MDT
  3956. Message-ID: <KPETERSEN.12232180770.BABYL@SIMTEL20.ARPA>
  3957. Sender: KPETERSEN@SIMTEL20.ARPA
  3958. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  3959. To:   NEUKLAUS%NEUVM1.BITNET@wiscvm.ARPA
  3960. Cc:   Info-Cpm@AMSAA.ARPA
  3961. Subject: Rev of the uuencode/uudecode programs ...
  3962.  
  3963. Klaus, thank you for your message suggesting a change in
  3964. uuencode/uudecode because of possible problems sending some
  3965. characters through BITNET.
  3966.  
  3967. Before you do this, please make some tests with me to see if the
  3968. regular uuencoded files will pass through without error.  I have just
  3969. received a netmailed uuencoded LBR file from another BITNET user who
  3970. wanted to submit a new program to our CP/M archives.  He used my CRCK
  3971. program to provide a CRC value for me to check against after
  3972. uudecoding.  It matched perfectly.
  3973.  
  3974. --Keith Petersen
  3975. 20-Aug-86 04:37:18-MDT,808;000000000000
  3976. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3977. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 20 Aug 86 04:37:12-MDT
  3978. Received: from brl-smoke.arpa by AMSAA.ARPA id a026226; 20 Aug 86 5:45 EDT
  3979. Received: from USENET by SMOKE.BRL.ARPA id a008165; 20 Aug 86 5:34 EDT
  3980. From: "Andrew M. Moore" <moore@mit-eddie.ARPA>
  3981. Newsgroups: net.micro.cpm
  3982. Subject: Re: Bondwell laptops
  3983. Message-ID: <2961@mit-eddie.MIT.EDU>
  3984. Date: 18 Aug 86 15:22:43 GMT
  3985. To:       info-cpm@AMSAA.ARPA
  3986.  
  3987. > For that matter, are there other manufacturers who make CP/M laptops?
  3988.  
  3989.    I believe that the NEC Starlet and Epson Geneva are CP/M laptops.
  3990.  
  3991. Andrew Moore
  3992. arpa MOORE%MIT-EECS@MIT-MC.ARPA
  3993. uucp ...mit-eddie!moore
  3994.  tel 617/479-9208 BBS Sat-Sun 3/12/2400  (laptop computer support & more)
  3995.   us Box 121, North Quincy, MA  02171
  3996. 20-Aug-86 06:32:06-MDT,1375;000000000000
  3997. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3998. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 20 Aug 86 06:31:47-MDT
  3999. Received: from brl-smoke.arpa by AMSAA.ARPA id aa28374; 20 Aug 86 7:38 EDT
  4000. Received: from USENET by SMOKE.BRL.ARPA id a009715; 20 Aug 86 7:30 EDT
  4001. From: Jeffrey Miller <jeffm%mmintl.uucp@BRL.ARPA>
  4002. Newsgroups: net.micro.cpm
  4003. Subject: Re: PCPI Applicard Tech Info
  4004. Message-ID: <1740@mmintl.UUCP>
  4005. Date: 22 Aug 86 04:12:45 GMT
  4006. Posted: Fri Aug 22 00:12:45 1986
  4007. To:       info-cpm@AMSAA.ARPA
  4008.  
  4009.  
  4010.  
  4011. *
  4012. Regarding the request for info on the Applicard, please see my response
  4013. on net.micro.apple.
  4014.                          Jeff
  4015.  
  4016.  
  4017.         *************************************************
  4018.         *       Jeff Miller                             *
  4019.         *       Multimate International Corp.           *
  4020.         *       52 Oakland Avenue                       *
  4021.         *       East Hartford, CT  06108-9911           *
  4022.         *       (203) 522-2116 x257                     *
  4023.         *  UUCP:                                        *
  4024.         * ...!seismo!utah-cs!utah-gr!pwa-b!mmintl!jeffm *
  4025.         *                                               *
  4026.  -->    * P.S. I can't *mail* to ARPA but I can receive *    <--
  4027.  -->    * from there.  News I *post* should get there.  *    <--
  4028.         *************************************************
  4029. *
  4030. 20-Aug-86 08:18:58-MDT,2134;000000000000
  4031. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4032. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 20 Aug 86 08:18:47-MDT
  4033. Received: from brl-smoke.arpa by AMSAA.ARPA id a028374; 20 Aug 86 7:37 EDT
  4034. Received: from USENET by SMOKE.BRL.ARPA id a009710; 20 Aug 86 7:30 EDT
  4035. From: Jeffrey Miller <jeffm%mmintl.uucp@BRL.ARPA>
  4036. Newsgroups: net.micro.apple,net.micro.cpm
  4037. Subject: Re: PCPI Applicard Tech Info
  4038. Message-ID: <1739@mmintl.UUCP>
  4039. Date: 16 Aug 86 03:50:56 GMT
  4040. Posted: Fri Aug 15 23:50:56 1986
  4041. To:       info-cpm@AMSAA.ARPA
  4042.  
  4043.  
  4044. In article <1537@fritz.UUCP> jim@fritz.UUCP (Jim Gilbert) writes:
  4045. >
  4046. >
  4047. >I would like to obtain the following reference information for the PCPI
  4048. >Applicard Z-80 processor and the accompanying CP/M implementation.
  4049. >I think that Personal Computer Products Inc. was purchased by Micropro or
  4050. >went out of business.  
  4051.  
  4052. Recently I called PCPI ((619)485-8411) and got lots of their BIOS info just
  4053. by talking to one of their tech support people.  They are very helpful.
  4054. Their implementation of CP/M is much more elegant and customizable than that
  4055. of Microsoft.  I know they're not out of business unless they are advertising
  4056. their new laser printer in PC Week for masochistic purposes only.
  4057.  
  4058. I'm looking for CP/M 3.0 or ZCPR3 for the Applicard.  Does anyone know if
  4059. they are available?
  4060.                             Jeff
  4061. *
  4062.  
  4063.         *************************************************
  4064.         *       Jeff Miller                             *
  4065.         *       Multimate International Corp.           *
  4066.         *       52 Oakland Avenue                       *
  4067.         *       East Hartford, CT  06108-9911           *
  4068.         *       (203) 522-2116 x257                     *
  4069.         *  UUCP:                                        *
  4070.         * ...!seismo!utah-cs!utah-gr!pwa-b!mmintl!jeffm *
  4071.         *                                               *
  4072.  -->    * P.S. I can't *mail* to ARPA but I can receive *    <--
  4073.  -->    * from there.  News I *post* should get there.  *    <--
  4074.         *************************************************
  4075. (an Apple CP/M guy in a strange MS-DOS land)
  4076. *
  4077. 20-Aug-86 11:34:54-MDT,1155;000000000000
  4078. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4079. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 20 Aug 86 11:34:35-MDT
  4080. Received: from apg-1.arpa by AMSAA.ARPA id a010784; 20 Aug 86 12:47 EDT
  4081. Date: Wed, 20 Aug 86 12:36:16 EDT
  4082. From: Robert Bloom AMSTE-TEI 3775 <rbloom@APG-1.ARPA>
  4083. Subject: Re: xmodem bulk transfers
  4084. In-Reply-To: Your message of Mon, 18 Aug 86 10:22:54 EDT
  4085. To: towson@BRL.ARPA
  4086. Cc: rbloom@APG-1.ARPA, info-cpm@AMSAA.ARPA
  4087.  
  4088. The 'work around' that I use to make bulk downloads from my unix
  4089. machine to my micro is to use MEX in the 'read' mode.  Goes something
  4090. like this:
  4091.     1. use mget for the simtel20 batch
  4092.       2. copy a directory listing down to the micro
  4093.     3. while holding the line open, drop to a text editor on
  4094. the micro.
  4095.         delete the junk at the start and end of the file with
  4096.             the directory in it
  4097.         change all lines from 'filename' to 
  4098.             'sendout "umodem -sbl filename";r filename
  4099.         save it
  4100.     4. go back into mex and give the command 'read filelist' where
  4101. filelist has the modified file directory
  4102.     5. watch it go
  4103. Lots of capability with a read file - once I downloaded 50 files with
  4104. one command.
  4105.  
  4106. bob bloom
  4107.  
  4108. 20-Aug-86 21:14:34-MDT,825;000000000000
  4109. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4110. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 20 Aug 86 21:14:26-MDT
  4111. Received: from simtel20.arpa by AMSAA.ARPA id a000798; 20 Aug 86 22:22 EDT
  4112. Date: Wed, 20 Aug 1986  20:21 MDT
  4113. Message-ID: <KPETERSEN.12232451265.BABYL@SIMTEL20.ARPA>
  4114. Sender: KPETERSEN@SIMTEL20.ARPA
  4115. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4116. To:   Info-Cpm@AMSAA.ARPA, Info-Micro@BRL.ARPA
  4117. Subject: TAC software #113
  4118.  
  4119. It appears the the recent update of the TAC software to #113 increased
  4120. the input buffers enough to suuport XMODEM protocol (yeh, I know it's
  4121. MODEM protocol).  I've been able to upload to SIMTEL20 from TACs that
  4122. previously didn't work for that.  If you've been using KERMIT because
  4123. your buffer was too small, give TMODEM a try now and see if it works
  4124. for uploading.
  4125.  
  4126. --Keith
  4127. 21-Aug-86 05:22:45-MDT,1169;000000000000
  4128. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4129. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 05:22:37-MDT
  4130. Received: from mit-multics.arpa by AMSAA.ARPA id a001558; 21 Aug 86 6:55 EDT
  4131. Date:  Thu, 21 Aug 86 06:49 EDT
  4132. From:  "John C. Klensin" <Klensin@MIT-MULTICS.ARPA>
  4133. Subject:  CP/M laptops
  4134. To:  info-cpm@AMSAA.ARPA
  4135. cc:  MOORE@MIT-EDDIE.ARPA
  4136. Message-ID:  <860821104931.052824@MIT-MULTICS.ARPA>
  4137.  
  4138. The Epson Geneva (PX-8) definitely is a CP/M machine.  The Starlet (I am
  4139. pretty sure) and the SORD can operate as CP/M machines, but have
  4140. additional (and default) operating modes that are intended to be
  4141. 'simple' and that don't look like CP/M.  The PX-8 moves beyond/above
  4142. CP/M only in having a menu-selection mode for commands that is easily
  4143. shut off.
  4144.  
  4145. Incidentally, these three machines are really laptops, with weights in
  4146. the 4-5 pound range.  The Bondwell, as I understand it, requires a
  4147. somewhat stronger lap.
  4148.  
  4149. If anyone cares, I have no affiliation with any of the four companies,
  4150. and this should not be construed as a recommendation for or against of
  4151. the machines, although I do have a much-travelled and much-abused Epson.
  4152.    John
  4153. 21-Aug-86 09:20:57-MDT,900;000000000000
  4154. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4155. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 09:20:36-MDT
  4156. Received: from apg-1.arpa by AMSAA.ARPA id a008021; 21 Aug 86 10:24 EDT
  4157. Date: Thu, 21 Aug 86 10:19:00 EDT
  4158. From: Earnie Boyd AMSTE-TEF 4377 <eboyd@APG-1.ARPA>
  4159. Subject: Maryland BB for CPM
  4160. To: info-cpm@AMSAA.ARPA
  4161.  
  4162. There is at least on BB near/in Baltimore that supports CPM, MSDOS & PCDOS.
  4163. That is at the Heath Electronic Center.  The BB telephone number is
  4164. 301-661-2175, the board operates 24 hours a day, with the hours of 6-8am
  4165. being reserved for the SYSOPS.  There is no charge, and several of the
  4166. users have MILNET (SIMTEL20) access.  The board is closed, you can call in
  4167. at 300, 1200 & 2400 baud and get the info for obtaining access - put your
  4168. printer on.  The BB is not as busy as on might expect and there is a one
  4169. hour limitation unless you are uploading.
  4170.  
  4171. 21-Aug-86 10:03:14-MDT,1232;000000000000
  4172. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4173. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 10:03:07-MDT
  4174. Received: from brl-smoke.arpa by AMSAA.ARPA id a006727; 21 Aug 86 9:51 EDT
  4175. Received: from USENET by SMOKE.BRL.ARPA id a002006; 21 Aug 86 9:37 EDT
  4176. From: Rick <crayinc%mhuxi.uucp@BRL.ARPA>
  4177. Newsgroups: net.micro.cpm
  4178. Subject: Re: Posting software directly to info-cpm or net.micro.cpm:
  4179. Message-ID: <821@mhuxi.UUCP>
  4180. Date: 19 Aug 86 03:49:17 GMT
  4181. To:       info-cpm@AMSAA.ARPA
  4182.  
  4183. > [munch]
  4184. >     As a Usenet site with no connections to the ARPA net I have
  4185. > been drooling over some of the teasers we've gotten in the form of
  4186. > SIMTEL20 lists.  I requested info from the net regarding existence
  4187. > of a CP/M BBS in the Maryland area and got no responses.  So I vote
  4188. >          ......... 
  4189. >     I'm glad to see that CP/M lives!
  4190. >     Bob Amen
  4191.   
  4192.       The complete SIG/M library is available FREE from the owners of
  4193.       the PUBLIC DOMAIN library for CP/M machines on their BBS. The
  4194.       PC-Blue (PC-DOS) software library is also available FREE from
  4195.       the same BBS.
  4196.  
  4197.       The BBS is in New Jersey, their number is (201) 753-9758.
  4198.       Amatuer Computer Group of NJ (ACGNJ)
  4199.  
  4200.        a
  4201. 21-Aug-86 10:30:04-MDT,655;000000000000
  4202. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4203. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 10:29:53-MDT
  4204. Received: from brl-smoke.arpa by AMSAA.ARPA id a010559; 21 Aug 86 11:48 EDT
  4205. Received: from USENET by SMOKE.BRL.ARPA id a005981; 21 Aug 86 11:37 EDT
  4206. From: prw%stc.co.uk@BRL.ARPA
  4207. Newsgroups: net.micro.cpm,net.wanted
  4208. Subject: EXIDY SORCEROR VIDEO
  4209. Message-ID: <997@bute.tcom.stc.co.uk>
  4210. Date: 18 Aug 86 10:38:45 GMT
  4211. Posted: Mon Aug 18 12:38:45 1986
  4212. To:       info-cpm@AMSAA.ARPA
  4213.  
  4214. Has anyone ever converted an EXIDY to 80 column by 24 line video display?
  4215. Please email any ideas/suggestions.
  4216.  
  4217. Peter Wright (thanks for looking).
  4218. 21-Aug-86 10:36:25-MDT,1309;000000000000
  4219. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4220. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 10:36:13-MDT
  4221. Received: from brl-smoke.arpa by AMSAA.ARPA id a010578; 21 Aug 86 11:48 EDT
  4222. Received: from USENET by SMOKE.BRL.ARPA id a006017; 21 Aug 86 11:39 EDT
  4223. From: Robert Dale <rda%epistemi.uucp@BRL.ARPA>
  4224. Newsgroups: net.micro.cpm
  4225. Subject: ZCPR Info Requested
  4226. Message-ID: <1093@epistemi.UUCP>
  4227. Date: 5 Aug 86 20:18:55 GMT
  4228. Posted: Tue Aug  5 22:18:55 1986
  4229. To:       info-cpm@AMSAA.ARPA
  4230.  
  4231. I'd like to know more about ZCPR before investing time and energy in trying
  4232. to bring it up on my Z80-based system.  Can someone provide me with a
  4233. reference to an article or book that describes ZCPR - preferably one that is
  4234. available outside of the USA?  I seem to recall mention of a book in this
  4235. newsgroup some time ago.   Also, frequently there is mention in this
  4236. newsgroup of ZSYS software:  is this the same thing, or related?  And how
  4237. can someone at my side of the pond obtain this software?  Please mail
  4238. responses, and I'll post a summary if it looks to be interesting to others.
  4239.  
  4240. -- 
  4241.  
  4242. Robert Dale    University of Edinburgh, Centre for Cognitive Science,
  4243.                 2 Buccleuch Place, Edinburgh, EH8 9LW, Scotland.
  4244.  
  4245. UUCP:    ...!ukc!cstvax!epistemi!rda
  4246. JANET:    rda@uk.ac.ed.epistemi
  4247. 21-Aug-86 20:29:08-MDT,1978;000000000000
  4248. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4249. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 20:28:43-MDT
  4250. Received: from brl-smoke.arpa by AMSAA.ARPA id a020408; 21 Aug 86 19:38 EDT
  4251. Received: from USENET by SMOKE.BRL.ARPA id a014745; 21 Aug 86 19:32 EDT
  4252. From: "Willie Smith, LTN Components Eng." <w_smith@wookie.dec.com>
  4253. Newsgroups: net.micro.cpm
  4254. Subject: re:    UUENCODE/UUDECODE    MIX(master) Editor
  4255. Message-ID: <4894@decwrl.DEC.COM>
  4256. Date: 20 Aug 86 14:32:41 GMT
  4257. Sender: daemon@dec.ARPA
  4258. To:       info-cpm@AMSAA.ARPA
  4259.  
  4260. Many thanks to those who assisted me with getting UUENCODE and 
  4261. UUDECODE up, in the interests of paying it forward:
  4262.     Anyone who needs a HEX version of the latest UUENCODE and
  4263. UUDECODE (load with LOAD/DDT/DEHEXIFY/etc) for CP/M, pelase write
  4264. me and I will send you the files.
  4265.  
  4266. Hmm, it would appear that the MIX editor is really touchy about
  4267. stack space, if it can't run with interrupts.  My hack was fairly
  4268. simple, I used a debugger (ZDT) to disassemble the program at
  4269. 0100H and followed the logic as best as I could.  One of the first
  4270. things the program does is to set up the stack pointer to a known
  4271. value.  I patched this location to set up the stack pointer to FFFFH
  4272. (where there is some free room in my BIOS), and the program appeared
  4273. to work better (the continual crashes went away).  When I explained
  4274. this to the guy at MIX, he said it couldn't be the stack, as the 
  4275. program used 4K (not a typo, four kilobytes) of stack space.  As it
  4276. didn't use that much in that blank space at the end of my bios, I
  4277. assumed it set up one stack for the init routines and then another
  4278. for the actual execution.  [Special NOTE: the stack builds _down_
  4279. from the top, if you do this, point at the _highest_ adress in the
  4280. stack space when you say  LD  SP,SPACE].  Even after fixing that
  4281. major problem, though, I don't know if it's worth it....
  4282.  
  4283. Willie Smith
  4284.  
  4285. UUCP:    decwrl!wookie.dec.com!smith
  4286. Internet:    smith@wookie.dec.com
  4287. 21-Aug-86 21:10:41-MDT,900;000000000000
  4288. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4289. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 21 Aug 86 21:10:33-MDT
  4290. Received: from ut-ngp.arpa by AMSAA.ARPA id a020777; 21 Aug 86 22:31 EDT
  4291. Date: Thu, 21 Aug 86 21:09:44 cdt
  4292. From: mknox <mknox@ut-ngp.ARPA>
  4293. Posted-Date: Thu, 21 Aug 86 21:09:44 cdt
  4294. Message-Id: <8608220209.AA03897@ngp.UTEXAS.EDU>
  4295. Received: by ngp.UTEXAS.EDU (4.22/4.22)
  4296.     id AA03897; Thu, 21 Aug 86 21:09:44 cdt
  4297. To: info-cpm@AMSAA.ARPA
  4298. Subject: DateStamper query
  4299.  
  4300.  
  4301. I would appreciate information from anyone who has used/uses DateStamper.
  4302. What restrictions does it place on the host system?  I have modified
  4303. my CCP/BDOS somewhat.  Am I going to have problems?  Will it lower
  4304. my TPA?  I know a lot of things that "auto-install" hide themselves
  4305. below CCP.  This lowers the TPA a *lot*, because most programs overlay
  4306. the CCP.
  4307.  
  4308.                     tnx,
  4309.                         mknox@ngp.utexas.edu
  4310.  
  4311. 22-Aug-86 04:05:04-MDT,1206;000000000000
  4312. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4313. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 04:04:53-MDT
  4314. Received: from brl-smoke.arpa by AMSAA.ARPA id a000257; 22 Aug 86 4:25 EDT
  4315. Received: from USENET by SMOKE.BRL.ARPA id a018446; 22 Aug 86 5:30 EDT
  4316. From: pete%stc.co.uk@BRL.ARPA
  4317. Newsgroups: net.micro.cpm
  4318. Subject: Re: PMATE Text Editor Information
  4319. Message-ID: <1000@bute.tcom.stc.co.uk>
  4320. Date: 20 Aug 86 10:15:10 GMT
  4321. Posted: Wed Aug 20 12:15:10 1986
  4322. Expires:
  4323. Sender:  
  4324. Followup-To:
  4325. Keywords:
  4326. To:       info-cpm@AMSAA.ARPA
  4327.  
  4328.  
  4329.         FAO Jay Sage at MIT and apologies to everyone else.
  4330.  
  4331.         Jay,
  4332.                 Thank you for your offer.
  4333.  
  4334.         My snail-mail address is -
  4335.  
  4336.                 Peter Kendell,
  4337.                 Dept. 32381,
  4338.                 STC Telecommunications Ltd.,
  4339.                 Oakleigh Road South,
  4340.                 New Southgate,
  4341.                 London N11 1HB,
  4342.                 UK
  4343. -- 
  4344.     Peter Kendell <pete@tcom.stc.co.uk>
  4345.  
  4346.     ...!mcvax!ukc!stc!pete
  4347.  
  4348.     "Lord Finchley tried to mend the Electric Light,
  4349.      Himself.
  4350.      It Struck him Dead: and Serve him Right!
  4351.      It is the Business of the Wealthy Man,
  4352.      To give Employment to the Artisan."
  4353. 22-Aug-86 06:24:03-MDT,991;000000000000
  4354. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4355. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 06:23:53-MDT
  4356. Received: from brl-smoke.arpa by AMSAA.ARPA id a001459; 22 Aug 86 7:39 EDT
  4357. Received: from USENET by SMOKE.BRL.ARPA id a020189; 22 Aug 86 7:32 EDT
  4358. From: Richard Foulk <richard%bigtuna.uucp@BRL.ARPA>
  4359. Newsgroups: net.micro.cpm
  4360. Subject: MEX long distance codes?
  4361. Message-ID: <220@bigtuna.UUCP>
  4362. Date: 19 Aug 86 14:56:33 GMT
  4363. Posted: Tue Aug 19 10:56:33 1986
  4364. To:       info-cpm@AMSAA.ARPA
  4365.  
  4366. A friend was just complaining about the lack of support
  4367. for dial code prefixes with MEX.  He'd like to be able
  4368. to make calls via Sprint and only have to tell MEX about
  4369. his access code, etc., only once.
  4370.  
  4371. I haven't used MEX in quite some time, but I thought it
  4372. had that capability.
  4373.  
  4374. Could someone who knows please mail me a description of
  4375. how to use that feature (if it exists).
  4376.  
  4377. Thanks very much.
  4378.  
  4379.  
  4380. -- 
  4381. Richard Foulk        (..islenet!bigtuna!richard)
  4382. Honolulu, Hawaii
  4383. 22-Aug-86 07:58:51-MDT,1715;000000000000
  4384. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4385. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 07:58:41-MDT
  4386. Received: from wiscvm.arpa by AMSAA.ARPA id a001016; 22 Aug 86 6:07 EDT
  4387. Received: from (FISHER)RPICICGE.BITNET by WISCVM.WISC.EDU on 08/20/86
  4388.   at 14:51:47 CDT
  4389. Date: 20 August 86 15:52-EST
  4390. From:  FISHER%RPICICGE.BITNET@wiscvm.ARPA
  4391. To:  INFO-CPM@AMSAA.ARPA
  4392. X-Acknowledge:
  4393. Subject: BITNET mail follows
  4394.  
  4395. Date: 20 August 1986, 15:20:07 EAS
  4396. From: FISHER at RPICICGE
  4397. To:   INFO-CPM at AMSAA.ARPA
  4398. Re:   Uuencode/uudecode character transparency over the net
  4399.  
  4400. I did some experimenting with the character translation that takes place
  4401. when one crosses a BITNET/ARPANET gateway.  Many characters were filtered
  4402. during the EBCDIC <==> ASCII conversions, particularly by the UCBJADE
  4403. gateway.  However, it appears that ALL of the characters used by the
  4404. uuencode/uudecode programs have unique representations on both sides
  4405. of the WISCVM gateway.  Also, the translation performed at WISCVM
  4406. seems to agree exactly with the translation VM on IBM hosts uses when
  4407. communicating with ASCII terminals.  (I do not know if the same
  4408. statement can be made for MVS hosts and the non-IBM BITNET machines.)
  4409.  
  4410. At any rate, at least for VM BITNET sites, ARPANET to BITNET via the
  4411. normal WISCVM path, then to CP/M via something suitable like KERMIT
  4412. should yield the desired results.
  4413.  
  4414. (**Note**:  The EBCDIC values used for brackets, braces, backslash,
  4415. etc, are not same values needed for a TN-train printer.  So, though
  4416. clear-text files may look funny when displayed on an IBM printer or
  4417. 327X terminal, they should still arrive in CP/M-land correctly :-)
  4418.  
  4419. J.S.Fisher     FISHER@RPICICGE.BITNET
  4420.  
  4421. 22-Aug-86 10:56:55-MDT,1333;000000000000
  4422. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4423. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 10:56:43-MDT
  4424. Received: from lll-mfe.arpa by AMSAA.ARPA id a007793; 22 Aug 86 11:24 EDT
  4425. Date: Fri, 22 Aug 86 11:24 EST
  4426. From: SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  4427. Subject: Trying to send '*' within MEX dialing
  4428. To: INFO-CPM@AMSAA.ARPA
  4429.  
  4430. From:    <SECRIST%OAK.SAINET.MFENET@LLL-MFE.Arpa>   (Richard C. Secrist)
  4431. Date:    Fri, 22-AUG-1986 11:25 EST
  4432. To:      INFO-CPM@AMSAA.ARPA
  4433. Message-ID: <[OAK.SAINET.MFENET].E25E51E0.008F3D1A.SECRIST>
  4434. Header-Disclaimer: I don't like my headers either !
  4435. X-VMS-Mail-To: CPM
  4436.  
  4437. I am running MEX 1.14 on my Apple (kudos Nightowl !).  Anyway, either
  4438. with or without the Smartmodem overlay, I can't seem to enter a '*'
  4439. as part of the number... it's an invalid number if I do.  The MEX doc
  4440. says that it doesn't stop you from entering what you want, but I of
  4441. course have the source for the overlays I', using and it doesn't do it !
  4442. (Sticking to the typical ATDT 1-615-etc. works fine.)  I want to do an
  4443. 'ATDT *70,' to disable my call-waiting.  Grumble.
  4444.  
  4445. Does anybody dial a '*' into their MEX ?  Thanks !
  4446.  
  4447. r c s
  4448.  
  4449.  
  4450.  
  4451. - - -
  4452. P.S.> if you are using the MFE gateway to ARPA from your own subnet and don't 
  4453. have a double header like I do, could you please tell me how you did it ?
  4454. 22-Aug-86 12:45:43-MDT,1241;000000000000
  4455. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4456. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 12:45:32-MDT
  4457. Received: from ucb-vax.arpa by AMSAA.ARPA id a000971; 22 Aug 86 13:08 EDT
  4458. Received: by ucbvax.Berkeley.EDU (5.53/1.16)
  4459.     id AA21441; Fri, 22 Aug 86 10:09:13 PDT
  4460. Received: by ucdavis.UCDAVIS.EDU (4.12/4.7)
  4461.     id AA25514; Fri, 22 Aug 86 09:51:50 pdt
  4462. Received: by clover.ucdavis.edu (4.12/4.7)
  4463.     id AA14837; Fri, 22 Aug 86 09:52:09 pdt
  4464. Date: Fri, 22 Aug 86 09:52:09 pdt
  4465. From: Eric Hildum <ucdavis!clover!hildum@ucb-vax.ARPA>
  4466. Message-Id: <8608221652.AA14837@clover.ucdavis.edu>
  4467. To: ucdavis!info-cpm@AMSAA.ARPA
  4468. Subject: BBS in the California area?
  4469.  
  4470.  
  4471. I am also one of those people who does not have access to SIMTEL20 through
  4472. the ARPA net.  Are there any BBS systems in or near California that have the
  4473. SIMTEL20 software?
  4474.  
  4475. We do have a BITNET connection at this site, and I can request that files be
  4476. loaded to it if anyone can give me the appropriate instructions on how to do
  4477. this.  (Our administrators are considering installing a software package to
  4478. allow the server style of transfer - if anyone has information on available
  4479. software to do this I would like to hear about it.)
  4480.  
  4481.                 Thanks,
  4482.                   Eric
  4483. 22-Aug-86 13:11:02-MDT,2678;000000000000
  4484. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4485. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 13:10:29-MDT
  4486. Received: from ll.arpa by AMSAA.ARPA id a000403; 22 Aug 86 14:12 EDT
  4487. Date: Fri 22 Aug 1986 14:09:55 EDT
  4488. From: SAGE@LL.ARPA
  4489. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  4490. Subject: P2DOS Information
  4491. To: INFO-CPM@AMSAA.ARPA
  4492. Cc: treid@mitre.ARPA
  4493. Message-ID: <SAGE.23450931@LL.ARPA>
  4494.  
  4495.    Below is a copy of an earlier message from Keith Petersen about P2DOS. 
  4496. This DOS (version 2.1 at least) has many attractive features.  You have the
  4497. full source, so you can tailor it as you wish.  It supports time/date
  4498. stamping of files in a CP/M3-compatible way.  It has a search path, like
  4499. that of ZCPR, but unlike the latter is useful when a running program looks
  4500. for other files, such as overlays, swap files, libraries, and so on.  One of
  4501. the troublesome limitations of ZCPR is that it can find the main COM file,
  4502. such as WS.COM, along the search path, but then when WS looks for its
  4503. overlays, it can't find them and the program grinds to a halt.  There are,
  4504. of course, other solutions to this problem.  P2DOS now also supports the
  4505. archive bit so that modified files can be identified.  The one feature that
  4506. ZRDOS has that P2DOS currently lacks is the ability to automatically log in
  4507. new disks.
  4508.  
  4509.                 Jay Sage
  4510.                 MIT Lincoln Lab
  4511.  
  4512. --------  copy of message from Keith Petersen  -------
  4513.  
  4514. A Z80fied BDOS replacement, has a public file and DOS-level search
  4515. capability, supports time-stamping and RTC setting.  Supplied with a
  4516. preconfigured ZCPR2 CCP.  All source code and ZEX file for
  4517. assembly/installation included.  Requires M80/L80, not hard to adapt
  4518. to other assemblers.  Other new features of P2DOS include testing of
  4519. console status after 256 characters output.  Error routines give
  4520. more information.  Public files are supported, you can access a
  4521. public file from any user number.  File R/O error message occurs if
  4522. Public, File R/O, and System files are active.  Disk size can be as
  4523. large as one gigabyte.  File size can be as large as one megabyte.
  4524.  
  4525. If you are unable to access SIMTEL20 because of network restrictions
  4526. please remember that MOST of the new files announced to Info-Cpm are
  4527. also available on my RCP/M Royal Oak (MI) which may be accessed at
  4528. 300 bps (Bell 103a), 1200 bps (Bell 212a), or 2400 bps (V.22 bis).
  4529. The telephone number is (313) 759-6569.  They are also available from
  4530. the CP/M RoundTable on General Electric Information Services' GEnie.
  4531.  
  4532. --Keith Petersen
  4533. Arpa:   W8SDZ@SIMTEL20.ARPA
  4534. GEnie Mail: W8SDZ
  4535. uucp:   {ihnp4,allegra,cmcl2,dual,decvax,mcnc,mcvax,vax135}!seismo!w8sdz
  4536.  
  4537.  
  4538. 22-Aug-86 14:15:37-MDT,4316;000000000000
  4539. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4540. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 14:15:10-MDT
  4541. Received: from ll.arpa by AMSAA.ARPA id a001360; 22 Aug 86 14:38 EDT
  4542. Date: Fri 22 Aug 1986 14:08:19 EDT
  4543. From: SAGE@LL.ARPA
  4544. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  4545. Subject: DateStamper Information
  4546. To: INFO-CPM@AMSAA.ARPA
  4547. Cc: mknox@ut-ngp.ARPA
  4548. Message-ID: <SAGE.23450894@LL.ARPA>
  4549.  
  4550.    Below is a description of DateStamper that appeared earlier on the net by
  4551. one of its authors, Bridger Mitchell.  I would add the following comments.
  4552.  
  4553.    The original version poked changes into the BDOS and might have failed to
  4554. work with a modified BDOS.  However, the current release includes a version
  4555. that will work with any kind of CP/M2.2-compatible BDOS, such as ZRDOS or,
  4556. presumably, P2DOS.
  4557.  
  4558.    There are two ways to install DateStamper.  The easy way is as an RSX
  4559. (resident system extension) below the CCP.  In that case you are right that
  4560. it takes up quite a bit of TPA (2K for the CCP plus about 1K more for
  4561. DateStamper itself).  If you can move your CCP, BDOS, and BIOS down by about
  4562. 1K, you can install DateStamper above the BIOS.  Then the TPA space you lose
  4563. is only that required for the DateStamper code.  This TPA loss, however, is
  4564. permanent; you cannot recover it by not loading DateStamper (you can, of
  4565. course, boot from a vanilla CP/M disk).  With DateStamper running as an RSX,
  4566. it can be removed from memory when its presence is causing a problem.  Bruce
  4567. Morgen and I wrote a program (not yet distributed) called CLRRSX that will
  4568. remove DateStamper and any other RSXs present.
  4569.  
  4570.    It is very impressive how unobtrusively DateStamper functions.  I had
  4571. worried that all the accesses to the time/date file would slow things down,
  4572. but it turns out not to be noticeable.  I am very pleased with it.  The only
  4573. problem I have encountered is that when files are copied with standard
  4574. utilities, the destination file is given the current date/time rather than
  4575. the date/time of the source file.  This is, of course, not a defect of
  4576. DateStamper but of the utilities.  Gradually, as more of us use DateStamper,
  4577. utilities will be modified to support it.  I plan to add it to the next
  4578. release of VFILER and would like to add it to some general copy program like
  4579. PPIP, MCOPY, and/or AC.
  4580.  
  4581.                                         Jay Sage
  4582.                                         MIT Lincoln Lab
  4583.  
  4584. --------------------  copy of message from Bridger Mitchell follows  -------
  4585.  
  4586. DateStamper is a CP/M 2.2 system extension for time-and-date-stamping of
  4587. files.  It occupies under 1K of high memory, either above/in the bios
  4588. or below the CCP and stamps the created, accessed and modified date-and-time
  4589. of each file.  Each directory entry has a corresponding 16-byte
  4590. entry in the special datestamper file, which is the first directory entry
  4591. and occupies the first unreserved groups on a disk.  A disk is prepared,
  4592. once, for datestamping with the PUTDS utility, which creates the file,
  4593. moving existing entries/groups if necessary.
  4594.  
  4595. Except for the use of the one directory entry and space for the file
  4596. (1K per 64 directory entries) DateStamper and non-datestamper disks
  4597. are totally compatible.  All disk i/o is done at the bios level,
  4598. with little overhead.
  4599.  
  4600. DateStamper runs with most any type of real-time clock. Or with none,
  4601. in which case it keeps the date plus  "relative time" - one tick per
  4602. file access.  The clock interface is portable - applications programs
  4603. can read the current time with an extended bdos-getversion call.
  4604.  
  4605. The major utilities supplied with DateStamper are SDD - an extension
  4606. of Super Directory to include created/accessed/modified dates/times,
  4607. and DATSWEEP - a many-featured file-maintenance program that supports
  4608. incremental file backup, etc. by date and time.  Applications programs
  4609. can obtain a file's datestamps through a specified interface.
  4610.  
  4611. DateStamper runs with the standard Digital Research CP/m 2.2 bdos,
  4612. with various Apple 2/2e z80 look-alikes, Magnolia-H/Z 89/90, ZRDOS,
  4613. and some other variants.  Not, however, with 3.0 or TurboDos.
  4614.  
  4615. For more information contact:
  4616.  
  4617. PluPerfect Systems (714) 659-4432
  4618. Box 1494
  4619. Idyllwild CA 92349
  4620.  
  4621. --bridger mitchell (I am a co-author).
  4622.  
  4623.  
  4624. 22-Aug-86 16:45:54-MDT,1263;000000000000
  4625. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4626. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 16:45:36-MDT
  4627. Received: from ll.arpa by AMSAA.ARPA id a000430; 22 Aug 86 14:16 EDT
  4628. Date: Fri 22 Aug 1986 14:10:54 EDT
  4629. From: SAGE@LL.ARPA
  4630. MMDF-Warning:  Parse error in preceding line at AMSAA.ARPA
  4631. Subject: Lost Pete Kendell's Address
  4632. To: INFO-CPM@AMSAA.ARPA
  4633. Cc: sage@ll.ARPA
  4634. Message-ID: <SAGE.23450989@LL.ARPA>
  4635.  
  4636. The I/O processor connecting me to our IBM 3081 went down just as I was
  4637. getting to Pete Kendell's address in his message to me, and when the 
  4638. machine came back up, the message was gone for good.  So once again
  4639. I have to beg everyone's indulgence for posting this message publicly,
  4640. since Pete and I have found no way to exchange messages directly.  
  4641.  
  4642. Pete, please send me your address once again.  If anyone else reading
  4643. this message still has a copy of the address, perhaps they could forward
  4644. it to me directly.  Anyone else who wants more information on PMATE is
  4645. welcome to send me their address, and I will mail out more information
  4646. about PMATE.  My wife has found a source for the 8-bit version, and I
  4647. supply the modifications to make a somewhat ZCPR3-compatible version.
  4648.  
  4649.        Jay Sage
  4650.        MIT Lincoln Lab
  4651.  
  4652.  
  4653. 22-Aug-86 17:09:42-MDT,2059;000000000000
  4654. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4655. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 17:09:29-MDT
  4656. Received: from rand-unix.arpa by AMSAA.ARPA id a003350; 22 Aug 86 15:38 EDT
  4657. Received: by rand-unix.ARPA; Fri, 22 Aug 86 11:12:27 pdt
  4658. Message-Id: <8608221812.AA17434@rand-unix.ARPA>
  4659. To: mknox <mknox@ut-ngp.ARPA>, info-cpm@AMSAA.ARPA
  4660. Re: DateStamper requirements
  4661. Date: Fri, 22 Aug 86 11:12:13 PDT
  4662. From: bridger@RAND-UNIX.ARPA
  4663.  
  4664. DateStamper is a resident extension of the bios and bdos.  The
  4665. resident code is less than 1K for standard cp/m 2.2 and about 1.2 K
  4666. for apple/zrdos/... variants of cp/m.
  4667.  
  4668. Installation options are:
  4669.  
  4670. 1. locate "above the bios" .  This requires free memory anywhere between
  4671.    the bios jump table and the top of memory.  Usually users need to run
  4672.    MOVCPM to create a 1K or 1.25K smaller system.  Some ZCPR3 users use
  4673.    the IOP buffer area (they don't use IO packages) and leave the system
  4674.    size unchanged.
  4675.  
  4676. 2. locate below the ccp.  This makes the ccp resident too, and uses
  4677.    an additional 2K of memory.  The bios' warm-boot routine is bypassed,
  4678.    so the ccp/bdos remain resident.  A very few programs assume or require that
  4679.    nothing is resident below the ccp; they won't run with this
  4680.    installation option, nor with DDT or EX or ...
  4681.  
  4682. DateStamper runs with an unmodified cp/m 2.2 bdos and 8080 or z80-type
  4683. processors.  The longer (~1.2K) version runs with some non-standard
  4684. 2.2-type dos's.  It is not compatible with cp/m 3, mpm, and most other networks.
  4685.  
  4686. DateStamper does not require a clock, but uses one if available.
  4687. If not, file access "times" are sequential numbers, plus the date.
  4688.  
  4689. The datestamping file is 1/2 the size of the directory for each disk
  4690. prepared for datestamping (usually 1 or 2K).  It must be the first
  4691. entry in the directory and occupy the first data groups on the disk.
  4692. Except for these requirements, datestamped disks are fully compatible
  4693. with any cp/m system.  The PUTDS utility creates this file, once, for
  4694. each disk.
  4695.  
  4696. --bridger mitchell
  4697. 22-Aug-86 17:39:38-MDT,2068;000000000000
  4698. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4699. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 17:39:20-MDT
  4700. Received: from simtel20.arpa by AMSAA.ARPA id a000354; 22 Aug 86 19:05 EDT
  4701. Date: Fri 22 Aug 86 03:08:29-MDT
  4702. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  4703. Subject: Re: ZCPR Info Requested
  4704. To: rda%epistemi.uucp@BRL.ARPA
  4705. cc: info-cpm@AMSAA.ARPA
  4706. In-Reply-To: <1093@epistemi.UUCP>
  4707. Message-ID: <12232787463.7.RCONN@SIMTEL20.ARPA>
  4708.  
  4709.     You can obtain the Z System software and documentation from:
  4710.  
  4711.         Echelon, Inc.
  4712.         885 N. San Antonio Road
  4713.         Los Altos, CA  94022
  4714.         415/948-3820
  4715.  
  4716.     Echelon offers three books and a biweekly newsletter on the subject.
  4717. The books are:
  4718.         1. ZCPR3: The Manual - a comprehensive tech manual on
  4719. the system, describing the release version of the system in much detail
  4720.         2. ZCPR3: The Libraries - a comprehensive ref manual on
  4721. the reusable software components libraries Z3LIB, SYSLIB, and VLIB
  4722.         3. Z System User's Guide - a very easy-to-read overview
  4723. of the Z System and its capabilities
  4724.  
  4725.     There is also a new document, Z-Index, which is a comprehensive
  4726. index to the newsletters.
  4727.  
  4728.     Echelon also offers an array of Z System-specific commercial products,
  4729. including editors, debuggers, assemblers, compilers, data base tools,
  4730. communications programs, and a spreadsheet.
  4731.  
  4732.     There are Z-Nodes all over the world that you can dial into to
  4733. access Z System software and some RCP/M systems also carry it.  There
  4734. is also ZSIG, the Z System User's Group, which publishes its own newsletter
  4735. and users disks.  The ZSYS archive on SIMTEL20 contains both Z System and
  4736. ZSIG software.  There have also been many magazine articles published on the
  4737. Z System in Byte, Computer Language, Micro/Systems Journal, Dr Dobbs,
  4738. and many manufacturer-specific magazines, such as Heath.
  4739. Several distributers and OEMs carry the system, including one in France.
  4740.  
  4741.     As a bottom line, I recommend contacting Echelon with your questions,
  4742. and they can send you more information.
  4743.  
  4744.         Rick Conn (author of ZCPR3 and its toolset)
  4745. -------
  4746. 22-Aug-86 22:17:30-MDT,891;000000000000
  4747. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4748. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 22:17:22-MDT
  4749. Received: from rand-unix.arpa by AMSAA.ARPA id a001332; 22 Aug 86 23:47 EDT
  4750. Received: by rand-unix.ARPA; Fri, 22 Aug 86 18:46:58 pdt
  4751. Message-Id: <8608230146.AA24394@rand-unix.ARPA>
  4752. To: info-cpm@AMSAA.ARPA
  4753. Subj: ?big-board I bios defect
  4754. Date: Fri, 22 Aug 86 18:46:48 PDT
  4755. From: bridger@RAND-UNIX.ARPA
  4756.  
  4757.  
  4758. Beta-testing for BackGrounder has turned up a serious defect in a Big
  4759. Board I double-density 8" bios (19 June 83).  It handles sector
  4760. deblocking very inefficiently, resulting in a 20-fold slowdown in
  4761. effective disk i/o when reading then writing the same random records!
  4762.  
  4763. Does someone have a more recent version?  Is the problem present
  4764. in the BB II bioses also (the code contains lots of calls to "flush").
  4765. Is the author reachable?
  4766.  
  4767. --bridger
  4768.  
  4769.  
  4770.  
  4771.  
  4772. 22-Aug-86 22:32:23-MDT,905;000000000000
  4773. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4774. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 22:32:13-MDT
  4775. Received: from simtel20.arpa by AMSAA.ARPA id a001361; 22 Aug 86 23:59 EDT
  4776. Date: Fri, 22 Aug 1986  22:00 MDT
  4777. Message-ID: <KPETERSEN.12232993573.BABYL@SIMTEL20.ARPA>
  4778. Sender: KPETERSEN@SIMTEL20.ARPA
  4779. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4780. To:   SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  4781. Cc:   Info-Cpm@AMSAA.ARPA
  4782. Subject: Trying to send '*' within MEX dialing
  4783.  
  4784. I just tried entering a '*' as part of a phone number in MEX114.  It
  4785. worked just fine for me.  Do the following (example phone number
  4786. used):
  4787.  
  4788. MEX>phone my=*70,13135551212
  4789.  
  4790. Then you can say CALL MY and it will do it.  Note the comma to allow a
  4791. pause after the *70 to allow for time for the second dialtone to come
  4792. up.  Don't use dashes or you may exceed the buffer space available for
  4793. the number.
  4794.  
  4795. --Keith
  4796. 22-Aug-86 22:55:20-MDT,625;000000000000
  4797. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4798. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 22:55:12-MDT
  4799. Received: from simtel20.arpa by AMSAA.ARPA id a001371; 23 Aug 86 0:03 EDT
  4800. Date: Fri, 22 Aug 1986  22:04 MDT
  4801. Message-ID: <KPETERSEN.12232994276.BABYL@SIMTEL20.ARPA>
  4802. Sender: KPETERSEN@SIMTEL20.ARPA
  4803. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4804. To:   SECRIST%OAK.SAINET.MFENET@LLL-MFE.ARPA
  4805. Cc:   Info-Cpm@AMSAA.ARPA
  4806. Subject: Trying to send '*' within MEX dialing
  4807.  
  4808. Your modem may require a quote to accept the '*'.  If that's the case
  4809. then:
  4810.  
  4811. MEX>phone my="*70,13135551212
  4812.  
  4813. should work.
  4814.  
  4815. --Keith
  4816. 22-Aug-86 23:34:47-MDT,3074;000000000000
  4817. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4818. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 22 Aug 86 23:34:36-MDT
  4819. Received: from simtel20.arpa by AMSAA.ARPA id a001439; 23 Aug 86 0:54 EDT
  4820. Date: Fri, 22 Aug 1986  22:55 MDT
  4821. Message-ID: <KPETERSEN.12233003515.BABYL@SIMTEL20.ARPA>
  4822. Sender: KPETERSEN@SIMTEL20.ARPA
  4823. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4824. To:   Richard Foulk <richard%bigtuna.uucp@BRL.ARPA>
  4825. Cc:   Info-Cpm@AMSAA.ARPA
  4826. Subject: MEX long distance codes?
  4827.  
  4828. The MEX modem program DOES handle alternate long distance codes.  Here
  4829. is an excerpt from the manual:
  4830.  
  4831.    Appendix 2: Alternate Long Distance Service numbers (ALDS):
  4832.  
  4833. This appendix details the use of Alternate Long Distance Service
  4834. (ALDS) numbers with MEX.
  4835.  
  4836. You may have two ALDS numbers defined; simply enter them as you would
  4837. any other number, but give them a name of '>' or '<' (normal delay
  4838. characters, passwords, etc may be included).  Then, if you have a
  4839. number you'd like to route through your ALDS service, simply prefix it
  4840. with the associated '>' or '<'.  An example should clarify this:
  4841.  
  4842. You have MCI service, your password is 98765, and it takes 2-4 seconds
  4843. to connect after the number is dialed.  You also have Sprint (you
  4844. cover all your bases, don't you?), the password is 12345, and it
  4845. sometimes takes 6 seconds to reach the number after it is dialed.
  4846. Finally, you have a Hayes Smartmodem; a comma in the dialing string is
  4847. a 2-second pause (is it really?  I don't have a Hayes, so let's
  4848. pretend).
  4849.  
  4850. In order to use both services, we'll put one number on the > key:
  4851.  
  4852.         [MEX] A0>>PHONE >=555-9122,,98765         <<--- MCI
  4853.  
  4854. note the four second delay with the two commas, then the password.
  4855.  
  4856. Now Sprint:
  4857.  
  4858.         [MEX] A0>>PHONE <=555-8144,,,12345
  4859.  
  4860. <longer delay, different password>.
  4861.  
  4862. Now RBBS Rockhead is a long, long distance call; it's available only
  4863. through Sprint (and, of course, Ma Bell). We decide that if we can't
  4864. make it through Sprint, we don't want to call RBBS Rockhead.  Here's
  4865. how we enter the number:
  4866.  
  4867.         [MEX] A0>>PHONE ROCKHEAD=<202-555-1414
  4868.  
  4869. Now RBBS Aristocrat is our favorite BBS; if Sprint is jammed up, we'd
  4870. like the option of dialing it over Ma Bell lines.  So we define it
  4871. without an ALDS marker, like this:
  4872.  
  4873.         [MEX] A0>>PHONE ARISTOCRAT=202-555-2222
  4874.  
  4875. Now notice that we can still call Aristocrat through Sprint or MCI
  4876. with:
  4877.  
  4878.         [MEX] A0>>CALL <ARISTOCRAT              <<--- Sprint
  4879.         [MEX] A0>>CALL >ARISTOCRAT              <<--- MCI
  4880.  
  4881. But we must explicitly enter the ALDS symbol in the CALL command.
  4882.  
  4883. Since Rockhead is defined with a leading '<', it will always go
  4884. through MCI; we don't have to supply an ALDS symbol in the CALL
  4885. command (we can switch to the other ALDS number, however, by
  4886. specifying the other ALDS symbol in the CALL command; eg,"CALL
  4887. >ROCKHEAD" will switch to MCI even though we've defined Sprint as
  4888. Rockhead's ALDS number).
  4889.  
  4890. In short, the left or right arrow specification is treated as if its
  4891. ALDS number were part of the number being dialed.
  4892. 24-Aug-86 09:07:03-MDT,1488;000000000000
  4893. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4894. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 24 Aug 86 09:06:56-MDT
  4895. Received: from simtel20.arpa by AMSAA.ARPA id a006022; 24 Aug 86 10:36 EDT
  4896. Date: Sun, 24 Aug 1986  08:31 MDT
  4897. Message-ID: <KPETERSEN.12233370541.BABYL@SIMTEL20.ARPA>
  4898. Sender: KPETERSEN@SIMTEL20.ARPA
  4899. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4900. To:   ZELLICH@SRI-NIC.ARPA
  4901. Cc:   DMSSS-Group@SIMTEL20.ARPA, Info-Cpm@AMSAA.ARPA, Info-Micro@BRL.ARPA
  4902. Subject: INFO-MODEM7 name changed to INFO-XMODEM
  4903.  
  4904. Rich, here is a new entry to replace INFO-MODEM7 on your next
  4905. Arpa/Milnet mailing list "list of lists".
  4906.  
  4907. --Keith
  4908.  
  4909. -------------------------
  4910. INFO-XMODEM@SIMTEL20.ARPA
  4911.  
  4912.    Discussion group for XMODEM Christensen protocol file transfer programs.
  4913.    The group is concerned with development, upgrades and bug-fixes.  
  4914.  
  4915.    The current mail archives on SIMTEL20 for this list are:
  4916.  
  4917.    <ARCHIVES.XMODEM>XMODEM-ARCHIV.TXT  for the current messages
  4918.  
  4919.    <ARCHIVES.XMODEM>XMODEM.ARCHIV.ymmdd  for the older messages
  4920.  
  4921.    <ARCHIVES.XMODEM>MODEM7.ARCHIV.ymmdd  for the older messages before
  4922.                                          the list name was changed.
  4923.  
  4924.    These files are available via ANONYMOUS FTP for those with TCP/IP
  4925.    access to the Internet.
  4926.  
  4927.    All requests to be added to or deleted from this list, problems,
  4928.    questions, etc., should be sent to INFO-XMODEM-REQUEST@SIMTEL20.ARPA.
  4929.  
  4930.    Coordinator: Keith Petersen <KPETERSEN@SIMTEL20.ARPA>
  4931. 24-Aug-86 18:03:33-MDT,500;000000000000
  4932. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4933. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 24 Aug 86 18:03:26-MDT
  4934. Received: from simtel20.arpa by AMSAA.ARPA id a007104; 24 Aug 86 19:38 EDT
  4935. Date: Sun 24 Aug 86 17:39:47-MDT
  4936. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  4937. Subject: Z-News 508
  4938. To: info-cpm@AMSAA.ARPA
  4939. Message-ID: <12233470369.8.RCONN@SIMTEL20.ARPA>
  4940.  
  4941. ... is now in PD:<ZSYS.NEWS> as Z-NEWS.508 and 5Q8 and in PD:<ZSYS.Z-NEWS>
  4942. as Z-NEWS.5Q8.  Thanks to Keith for the upload.
  4943. -------
  4944. 25-Aug-86 04:30:51-MDT,2943;000000000000
  4945. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4946. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 25 Aug 86 04:30:39-MDT
  4947. Received: from brl-smoke.arpa by AMSAA.ARPA id a008163; 25 Aug 86 5:48 EDT
  4948. Received: from USENET by SMOKE.BRL.ARPA id a023987; 25 Aug 86 5:30 EDT
  4949. From: Jon Mandrell <jon%amc.uucp@BRL.ARPA>
  4950. Newsgroups: net.micro.cpm
  4951. Subject: Re: Looking for a good C compiler
  4952. Message-ID: <232@amc.UUCP>
  4953. Date: 20 Aug 86 19:05:31 GMT
  4954. To:       info-cpm@AMSAA.ARPA
  4955.  
  4956. In article <687@ethos.UUCP> jay@ethos.UUCP (Jay Denebeim) writes:
  4957. >
  4958. >    Depends on what you concider cheap.  Ecosoft C is $49.95.  I like it
  4959. >alot, but it's HUGE.  I've used bother BDS and Ecosoft, BDS is very fast, and
  4960. >comes with alot of goodies, but is terribly non-K&R.  Ecosoft is standard,
  4961. >cheap, and has a good library, but it's slow and the modules have to be very
  4962. >small to compile under it.
  4963. >
  4964.  
  4965. I think you are talking about the PC based version.  I purchased ECO-C for
  4966. my system and payed $300, along with a high-speed assembler and linker.
  4967. I have used it for quite awhile, and I like it.
  4968.  
  4969. Some disadvantages:
  4970. 1) Comments nest.  Some people like this, but it causes problems when I
  4971.    want to port code from UNIX, and someone has commented out a line
  4972.    like this:
  4973.      /* x=2;   /* set x to 2 */
  4974. 2) It is slow, but that is fairly well made up for by the assembler
  4975.    package.
  4976. 3) It is missing the fread() and fwrite() routines.  They aren't hard
  4977.    to write, but it is a bother.
  4978. 4) A bug:  if you reference off of a pointer using a negative subscript,
  4979.    it will crash the compiler.  that is 'x=ptr[-1];'  instead, I use
  4980.    'x= *(ptr-1);', which works just fine.
  4981.  
  4982. Some advantages:
  4983. 1) The assembler they provide with it (SLR, at extra cost) is FAST.  They
  4984.    say it will manage six times the speed of M80, and it's true.  To those
  4985.    people out there still living with M80 and L80, I highly recommend
  4986.    changing over.
  4987. 2) When the compiler gives error messages, they are good, with multiple
  4988.    lines of text, and even referencing a page number in the C book that
  4989.    comes along with it.
  4990. 3) It is complete, with all data types supported, nested structures, unions,
  4991.    and all of the other little beasties that you want.
  4992. 4) It provides routines to access the I/O ports, so you don't need to write
  4993.    assembly language routines to do this.
  4994. 5) The manual is good.  They completely cover all of the function library,
  4995.    as well as all of the switches.
  4996. 6) The provide the math functions.
  4997. 7) You can get source to the libraries (send them floppies and $10).
  4998.  
  4999. I have not seen the problem with large modules mentioned, since I have taken
  5000. stuff right off of the net, and compiled it.  It does sometimes barf on
  5001. switch statements that contain more than about 128(?) cases.
  5002.  
  5003. Disclaimer: Just a happy customer.
  5004.  
  5005. -- 
  5006. Jon Mandrell    (ihnp4!uw-beaver!tikal!amc!jon)
  5007. Applied Microsystems Corp.
  5008.  
  5009. "flames >& /dev/null" - me
  5010. 25-Aug-86 21:48:56-MDT,975;000000000000
  5011. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5012. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 25 Aug 86 21:48:50-MDT
  5013. Received: from brl-aos.arpa by AMSAA.ARPA id a000869; 25 Aug 86 23:10 EDT
  5014. Received: from mit-mc.arpa by AOS.BRL.ARPA id a004972; 25 Aug 86 23:04 EDT
  5015. Received: from LANL.ARPA by MC.LCS.MIT.EDU 25 Aug 86 23:02:16 EDT
  5016. Received: by LANL.ARPA (5.51/4.7)
  5017.     id AA09469; Mon, 25 Aug 86 21:00:28 MDT
  5018. Received: by a.ARPA (4.12/4.7)
  5019.     id AA25076; Mon, 25 Aug 86 21:00:01 mdt
  5020. Date: Mon, 25 Aug 86 21:00:01 mdt
  5021. From: Dale Carstensen <dlc%a@LANL.ARPA>
  5022. Message-Id: <8608260300.AA25076@a.ARPA>
  5023. To: info-cpm%a@LANL.ARPA, secrist%oak.sainet.mfenet@LLL-MFE.ARPA
  5024. Subject: XLISP
  5025.  
  5026. The C Users' Group lists volume 176 of its library as XLISP 1.6, but I think
  5027. the announcement mentioned it would be updated to be the latest version
  5028. whenever Dave Betz updated XLISP.  The address and phone is:
  5029.   C Users' Group
  5030.   Box 97
  5031.   McPherson, KS 67460
  5032.  
  5033.  (316) 241-1065
  5034.  
  5035. 26-Aug-86 09:47:46-MDT,1107;000000000000
  5036. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5037. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 26 Aug 86 09:47:30-MDT
  5038. Received: from brl-aos.arpa by AMSAA.ARPA id a009293; 26 Aug 86 10:49 EDT
  5039. Received: from hi-multics.arpa by AOS.BRL.ARPA id a012533; 26 Aug 86 10:43 EDT
  5040. Posted-Date:  26 Aug 86 08:57 CDT
  5041. Date:  Tue, 26 Aug 86 08:55 CDT
  5042. From:  "Wayne M. Stenson" <Stenson@HI-MULTICS.ARPA>
  5043. Subject:  change bar utility needed
  5044. To:  info-micro@BRL-VGR.ARPA, info-cpm@BRL.ARPA
  5045. Message-ID:  <860826135523.725746@HI-MULTICS.ARPA>
  5046.  
  5047.  
  5048. I find myself in need of a utility to automatically insert change bars
  5049. into a document prepared by WordStar and printed by MailMerge.  The
  5050. preliminary research I have done has uncovered one possibility using
  5051. Carousel Microtools DIFF and FORMAT utilities which are similar to the
  5052. UNIX tools but run under CPM-80.  Does anyone know of any other tools
  5053. which may fit this need either public domain, shareware or proprietary?
  5054. The tools must run under either CPM (perferred) or MSDOS.
  5055.  
  5056. Please respond to Stenson at HI-MULTICS.
  5057.  
  5058. Thanks in advance!
  5059.  
  5060. Wayne Stenson
  5061. 26-Aug-86 22:58:27-MDT,1958;000000000000
  5062. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5063. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 26 Aug 86 22:58:20-MDT
  5064. Received: from simtel20.arpa by AMSAA.ARPA id a023546; 27 Aug 86 0:16 EDT
  5065. Date: Tue, 26 Aug 1986  22:17 MDT
  5066. Message-ID: <KPETERSEN.12234045213.BABYL@SIMTEL20.ARPA>
  5067. Sender: KPETERSEN@SIMTEL20.ARPA
  5068. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  5069. To:   Info-Cpm@AMSAA.ARPA
  5070. Subject: LZW Cruncher and NSWP/NULU/BISHOW/QLIST
  5071.  
  5072. Relayed from RCP/M Royal Oak:
  5073.  
  5074. Date: 08/25/86
  5075. From: Daniel Patt,
  5076. Re:   LZW CRUNCHER and NSWP7 NULU
  5077.  
  5078. I have been using the LZW (or is it LWZ) crunch12, uncrunch12 and
  5079. typelz15 series. The speed and space savings are great.  I was
  5080. wondering if anyone knows or could tell me if NSWP7, NULU, Qlist and
  5081. similar programs can be modified to allow both squeezed and crunched
  5082. actions.  Has anyone heard if this is being done or do they know where
  5083. to get the files to allow one to integrate the LZW into those
  5084. programs.  Any info would be helpful to have.
  5085.  
  5086.                           Thanks, Dan
  5087.  
  5088.  
  5089. Date: 08/25/86
  5090. From: Bill Duerr
  5091. To:   Daniel Patt
  5092. Re:   Crunch Programs
  5093.  
  5094. Dan, the "new" programs (NSWP andLU) do not come with source, so
  5095. therefor we are at the mercy of the author to modify the programs.
  5096. Dave Rand is now in the PC/MS-DOS area and hasn't updated NSWP for
  5097. some time.  I don't know whats going on with NULU, there is still an
  5098. outstanding bug in that program, but I haven't seen and update for a
  5099. while.  The author said he would modify the program for ZCPR3.
  5100.  
  5101. Qlist does have source as I recall, but I think that program is
  5102. written in 8080 code, so it probably shouldn't be made machine
  5103. dependent by adding the CRUNCH routines which only support Z80 code.
  5104. There is supposed be a 8080 version of CRUNCH on its way.  Anyway, I
  5105. haven't seen any updates to Qlist.
  5106.  
  5107. I would like to add BISHOW to you list.  I really miss not working
  5108. with CRUNCHed files using that program.
  5109.  
  5110. Bill
  5111. 27-Aug-86 06:19:57-MDT,715;000000000000
  5112. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5113. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 27 Aug 86 06:19:49-MDT
  5114. Received: from brl-smoke.arpa by AMSAA.ARPA id a026723; 27 Aug 86 7:34 EDT
  5115. Received: from USENET by SMOKE.BRL.ARPA id a007773; 27 Aug 86 7:31 EDT
  5116. From: David Shoat <shoat%glasgow.glasgow.uucp@BRL.ARPA>
  5117. Newsgroups: net.micro.cpm
  5118. Subject: Simtel20 info wanted
  5119. Message-ID: <683@glasgow.glasgow.UUCP>
  5120. Date: 21 Aug 86 10:34:24 GMT
  5121. Posted: Thu Aug 21 12:34:24 1986
  5122. To:       info-cpm@AMSAA.ARPA
  5123.  
  5124. 'Scuse the ignorance, but could someone fill me in on the details of accessing
  5125. the SIMTEL20 archives from UUCP?
  5126.  
  5127. Thanks.
  5128.  
  5129. David Shoat
  5130. Dept. of Medical Cardiology
  5131. Glasgow Royal Infirmary.
  5132. 27-Aug-86 21:16:26-MDT,1121;000000000000
  5133. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5134. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 27 Aug 86 21:16:19-MDT
  5135. Received: from nosc.arpa by AMSAA.ARPA id a023619; 19 Aug 86 18:49 EDT
  5136. Received: by bass.ARPA (5.31/4.7)
  5137.     id AA10625; Tue, 19 Aug 86 15:49:15 PDT
  5138. Received: by cod.ARPA (5.31/4.7)
  5139.     id AA18052; Tue, 19 Aug 86 15:49:13 PDT
  5140. Message-Id: <8608192249.AA18052@cod.ARPA>
  5141. Date: Tue, 19 Aug 86 13:17:26 PDT
  5142. From: Marc Wilson <crash!pnet01!pro-mercury!mwilson@NOSC.ARPA>
  5143. To: pnet01!crash!noscvax!info-cpm-request@AMSAA.ARPA
  5144. Subject: Re: P2DOS0 and the H/Z 89
  5145. Resent-Date:  Wed, 27 Aug 86 22:25:56 EDT
  5146. Resent-From:  cpmlist@AMSAA.ARPA
  5147. Resent-To:    info-cpm@NOSC.ARPA
  5148.  
  5149.      I have implemented P2DOS on an Ampro Little Board successfully. It's not
  5150. to difficult. If you're not using M80, then *don't* use LOAD.COM to make the
  5151. .COM file. Use MLOAD. LOAD will make a file that is much too big. Load
  5152. P2DOS.COM on top of your system image with DDT. In normal DRI CP/M 2.2, the
  5153. BDOS is at address 1180 in the system image. Hope this helps!
  5154.  
  5155. Marc Wilson
  5156. noscvax!crash!pnet01!pro-mercury!mwilson@nosc
  5157. 27-Aug-86 21:21:56-MDT,1948;000000000000
  5158. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5159. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 27 Aug 86 21:21:45-MDT
  5160. Received: from nosc.arpa by AMSAA.ARPA id a025532; 20 Aug 86 3:28 EDT
  5161. Received: by bass.ARPA (5.31/4.7)
  5162.     id AA00924; Wed, 20 Aug 86 00:28:13 PDT
  5163. Received: by cod.ARPA (5.31/4.7)
  5164.     id AA27903; Wed, 20 Aug 86 00:28:11 PDT
  5165. Message-Id: <8608200728.AA27903@cod.ARPA>
  5166. Date: Tue, 19 Aug 86 22:35:38 PDT
  5167. From: Marc Wilson <crash!pnet01!pro-mercury!mwilson@NOSC.ARPA>
  5168. To: pnet01!crash!noscvax!info-cpm-request@AMSAA.ARPA
  5169. Subject: Re: P2DOS
  5170. Cc: pnet01!crash!noscvax!crash!pnet01!pro-mercury!mwilson@NOSC.ARPA
  5171. Resent-Date:  Wed, 27 Aug 86 22:27:57 EDT
  5172. Resent-From:  cpmlist@AMSAA.ARPA
  5173. Resent-To:    info-cpm@NOSC.ARPA
  5174.  
  5175.      The documentation that is in P2DOS.LBR is very scanty. Here is a very
  5176. brief rundown of some of P2DOS's features.
  5177.  
  5178.      o Written in Z80 rather than in 8080. Makes it smaller and presumably
  5179.        faster.
  5180.  
  5181.      o Supports an RTC through an extra BDOS call. Also supports date & time
  5182.        stamping, with the correct routines in your BIOS ( which the docs do
  5183.        *not* elaborate on ).
  5184.  
  5185.      o Supports Public files through one of the unused attribute bits ( #2, I
  5186.        think ). Any file set to a SYStem file, and with this atttribute set,
  5187.        can be accessed from any user area.
  5188.  
  5189.      o Supports a path-search feature akin to ZCPR3's, except at the BDOS
  5190.        level, rather than that of the CCP. Only SYStem files can be found in
  5191.        this way.
  5192.  
  5193.      o Expanded error messages. You are now told what the error is ( normal
  5194.        BDOS message ), what BDOS function caused the error, and the file
  5195.        involved, if any.
  5196.  
  5197.      I have had the combination of P2DOS and ZCPR3 running on my Ampro for
  5198. over a month now, and have noticed no bugs. On the other hand, I'm not using
  5199. all the features listed above.
  5200.  
  5201. Marc Wilson
  5202. noscvax!crash!pnet01!pro-mercury!mwilson@nosc
  5203. 28-Aug-86 06:25:00-MDT,1100;000000000000
  5204. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5205. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 28 Aug 86 06:24:52-MDT
  5206. Received: from brl-smoke.arpa by AMSAA.ARPA id a013651; 28 Aug 86 7:47 EDT
  5207. Received: from USENET by SMOKE.BRL.ARPA id a027060; 28 Aug 86 7:37 EDT
  5208. From: ModemUserGroupChairman <mugc%utecfa.uucp@BRL.ARPA>
  5209. Newsgroups: net.wanted,net.micro.pc,net.micro.cpm
  5210. Subject: Kermit/ Xmodem for the DEC Rainbow
  5211. Message-ID: <1888@utecfa.UUCP>
  5212. Date: 27 Aug 86 20:17:28 GMT
  5213. To:       info-cpm@AMSAA.ARPA
  5214.  
  5215. -- 
  5216.  
  5217.     I am looking for Kermit for the DEC Rainbow-100A. The machine
  5218.     has 64K of RAM, 2 disk drives and the standard monochrome monitor.
  5219.  
  5220.     If you have source, please send it if it will assemble in 64K.
  5221.     If it won't, please send a uuencoded, or some other form of
  5222.     the executable.
  5223.  
  5224.     I don't care whether it runs under MS-DOS or CPM.
  5225.  
  5226.  
  5227.         Thanks for any help I get.
  5228.  
  5229.             Anees Munshi
  5230.  
  5231.  
  5232.     Anees Munshi
  5233.     @ University of Toronto Engineering Comp. Facility :A
  5234.     {allegra,ihnp4,linus,decvax}!utzoo!utcsri!utecfa!mugc
  5235.     {allegra,ihnp4,linus,decvax}!utzoo!utcsri!utecfb!munshi
  5236. 28-Aug-86 06:30:24-MDT,1281;000000000000
  5237. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5238. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 28 Aug 86 06:30:11-MDT
  5239. Received: from brl-smoke.arpa by AMSAA.ARPA id a013655; 28 Aug 86 7:47 EDT
  5240. Received: from USENET by SMOKE.BRL.ARPA id a027111; 28 Aug 86 7:38 EDT
  5241. From: Marc Lewert <marc%triada.uucp@BRL.ARPA>
  5242. Newsgroups: net.micro.cpm
  5243. Subject: Re: Simtel20 info wanted
  5244. Message-ID: <118@triada.UUCP>
  5245. Date: 27 Aug 86 16:10:44 GMT
  5246. To:       info-cpm@AMSAA.ARPA
  5247.  
  5248. In article <683@glasgow.glasgow.UUCP>, shoat@glasgow.glasgow.UUCP (David Shoat) writes:
  5249. > 'Scuse the ignorance, but could someone fill me in on the details of accessing
  5250. > the SIMTEL20 archives from UUCP?
  5251. > Thanks.
  5252. > David Shoat
  5253. > Dept. of Medical Cardiology
  5254. > Glasgow Royal Infirmary.
  5255.  
  5256. me too, please.
  5257. -- 
  5258. =========================================================================
  5259. Marc Lewert                           UUCP: ...hplabs!pyramid!triada!marc
  5260. Triad Systems Corp.                    
  5261. PO Box 61779                          MA Bell: (408) 734-9720
  5262. Sunnyvale, Ca. 94088-1779
  5263.  
  5264. Disclaimer:  All views are my own and do not reflect those of my 
  5265.              employer, friends, or family unless otherwise noted.
  5266. =========================================================================
  5267.  
  5268. 29-Aug-86 04:12:30-MDT,997;000000000000
  5269. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5270. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 29 Aug 86 04:12:24-MDT
  5271. Received: from brl-smoke.arpa by AMSAA.ARPA id a001506; 29 Aug 86 5:40 EDT
  5272. Received: from USENET by SMOKE.BRL.ARPA id a016968; 29 Aug 86 5:38 EDT
  5273. From: Steve Corbin <corbin%encore.uucp@BRL.ARPA>
  5274. Newsgroups: net.micro.cpm
  5275. Subject: INFO-CPM
  5276. Message-ID: <342@encore.UUCP>
  5277. Date: 28 Aug 86 19:59:03 GMT
  5278. To:       info-cpm@AMSAA.ARPA
  5279.  
  5280. Can anyone tell me how I can get on the INFO-CPM mailing list?  I tried
  5281. sending mail to INFO-CPM-REQUEST@AMSAA but it didn't work.  I am not familiar
  5282. with accessing ARPAnet or anything other than UUCP.  Any help for a beginner
  5283. would be appreciated.
  5284.  
  5285. BTW,  I have a z80 based CPM 2.2 machine that I have been hacking around
  5286. with.  It is the Xerox 820-1 board.  Anyone out there know of bulleten boards
  5287. or other sources of information for upgrading hardware and software?
  5288.  
  5289. Stephen Corbin
  5290. {ihnp4, allegra, linus} ! encore ! corbin
  5291. 30-Aug-86 17:25:21-MDT,922;000000000000
  5292. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5293. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 30 Aug 86 17:25:08-MDT
  5294. Received: from simtel20.arpa by AMSAA.ARPA id a003494; 30 Aug 86 18:59 EDT
  5295. Date: Sat, 30 Aug 1986  17:00 MDT
  5296. Message-ID: <KPETERSEN.12235036063.BABYL@SIMTEL20.ARPA>
  5297. Sender: KPETERSEN@SIMTEL20.ARPA
  5298. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  5299. To:   mek%UMass.BITNET@wiscvm.ARPA
  5300. Cc:   Info-Cpm@AMSAA.ARPA
  5301. Subject: BYE510 now available from SIMTEL20
  5302. In-reply-to: Msg of 30 Aug 1986  07:33-MDT from mek%UMass.BITNET at WISCVM.WISC.EDU
  5303.  
  5304.     I found the BYE5 insert for BYE5... But I discovered that it only
  5305.     works with BYE510.  Where can I get a copy of the BYE510 library?
  5306.     Is there a copy on SIMTEL20 anywhere?
  5307.  
  5308. Yes, it's just been uploaded and is now available from SIMTEL20 as:
  5309.  
  5310. Filename            Type     Bytes     CRC
  5311.  
  5312. Directory PD:<CPM.BYE5>
  5313. BYE510.LBR.1            BINARY    174208  2DA0H
  5314.  
  5315. --Keith
  5316. 31-Aug-86 04:07:01-MDT,622;000000000000
  5317. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5318. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 31 Aug 86 04:06:56-MDT
  5319. Received: from brl-smoke.arpa by AMSAA.ARPA id a004545; 31 Aug 86 5:38 EDT
  5320. Received: from USENET by SMOKE.BRL.ARPA id a010641; 31 Aug 86 5:30 EDT
  5321. From: Dave <dave%killer.uucp@BRL.ARPA>
  5322. Newsgroups: net.micro.cpm,net.wanted
  5323. Subject: kaypro 10
  5324. Message-ID: <268@killer.UUCP>
  5325. Date: 29 Aug 86 20:49:58 GMT
  5326. Keywords: help
  5327. To:       info-cpm@AMSAA.ARPA
  5328.  
  5329.  
  5330. does anyone have schematic drawings or know where i could get drawings
  5331. for a kaypro 10.
  5332.         thanks,
  5333.         dave
  5334.              ...ihnp4!killer!dave
  5335. 31-Aug-86 10:02:31-MDT,2194;000000000000
  5336. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5337. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 31 Aug 86 10:02:21-MDT
  5338. Received: from simtel20.arpa by AMSAA.ARPA id a005058; 31 Aug 86 11:41 EDT
  5339. Date: Sun, 31 Aug 1986  09:42 MDT
  5340. Message-ID: <KPETERSEN.12235218514.BABYL@SIMTEL20.ARPA>
  5341. Sender: KPETERSEN@SIMTEL20.ARPA
  5342. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  5343. To:   Info-Cpm@AMSAA.ARPA
  5344. Subject: Quick reference list of SIMTEL20 CP/M directories
  5345.  
  5346. Quick reference list of SIMTEL20's PD:<CPM.x> directories
  5347. as of August 31, 1986 (where 'x' is one of the names below):
  5348.  
  5349. 22RSX         COBOL         FINANCE       MODEM2        SUBMIT
  5350. 6502          COMND         FORTH-83      MODEM7        SYSUTL
  5351. AMETHYST      CPM3          FORTRAN       MSOFT         T20-SQUSQ
  5352. APPLE         CPM68K        GENASM        NEWS          TERM
  5353. ASMUTL        CPM86         GENCOM        NSTAR         TOPS-20
  5354. ATARI         CPMINFO       GENDOC        NUBYE         TRS-80
  5355. AZTEC-C       CPMLIB        GENIE         OSBORN        TURBODOS
  5356. BASIC         CPR86         GRAPHICS      PACKET        TURBODOS-SIGI
  5357. BBSLISTS      CUG           HAMMING       PASCAL        TURBOPAS
  5358. BDOS          DATABASE      HAMRADIO      PBBS          TXTUTL
  5359. BDSC-1        DBASEII       HDUTL         PILOT80       VAXVMS
  5360. BDSC-2        DEBUG         HEATH         PLOT33        VDOEDIT
  5361. BDSC-3        DIRUTL        HELP          PPSPEL        VOICE
  5362. BDSC-4        DISASM        HEX           PUBKEY        WSTAR
  5363. BSTAM         DISKPLOT      IMP           PUBPATCH      XCCP
  5364. BYE3          DSKBUF        INSIDCPM      RBBS          XLISP
  5365. BYE5          DSKUTL        KAYPRO        RBBS4         YAM
  5366. BYT85FEB      EDITC80       LIST          RCPM          Z8EDEBUG
  5367. BYT85JAN      EDITOR        MACLIB        ROS           ZCPR
  5368. C128          EDUCATION     MATH          SCREENGEN     ZCPR2
  5369. C64           EMX           MBBS          SMALLC21      ZCPR3
  5370. C80           EPSON         MEMTEST       SORT          ZMODEM
  5371. CATLOG        FAST2         MEX           SPELL
  5372. CB80          FILCPY        MICNET        SQU-PORT
  5373. CBIOS         FILE-DOCS     MISC          SQUSQ
  5374. CCP           FILUTL        MODEM         STARTER-KIT
  5375. 31-Aug-86 11:48:06-MDT,1318;000000000000
  5376. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5377. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 31 Aug 86 11:47:57-MDT
  5378. Received: from simtel20.arpa by AMSAA.ARPA id a005269; 31 Aug 86 13:22 EDT
  5379. Date: Sun, 31 Aug 1986  11:23 MDT
  5380. Message-ID: <KPETERSEN.12235236856.BABYL@SIMTEL20.ARPA>
  5381. Sender: KPETERSEN@SIMTEL20.ARPA
  5382. From: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  5383. To:   Info-Cpm@AMSAA.ARPA, Info-Micro@BRL-VGR.ARPA, Info-XMODEM@SIMTEL20.ARPA
  5384. Subject: TAC buffer expansion news
  5385.  
  5386. BBN recently updated the Arpa/Milnet TAC software to version #113.  As
  5387. I mentioned in a previous message, I am now able to upload files using
  5388. the 128-byte record "XMODEM Protocol" via any TAC that I have tried.
  5389. The input buffers were previously 64 bytes.
  5390.  
  5391. Today I tried using the 1k packet size option available in some newer
  5392. versions of micro and mainframe implementations of the various
  5393. versions of XMODEM.  It worked perfectly at 1200 bps through three
  5394. different TACs that I tried!
  5395.  
  5396. It would seem safe to assume that BBN has expanded the input buffers
  5397. on many, if not all, ports to over 1024 bytes.
  5398.  
  5399. If you have had problems in the past uploading to your host via a TAC,
  5400. try again.  Your TAC announces in the sign-on banner what version of
  5401. the software it is running.  If it says #113, you're in business!
  5402.  
  5403. --Keith
  5404.