home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / cpm / 8408-1.txt < prev    next >
Encoding:
Text File  |  1993-02-13  |  253.4 KB  |  6,242 lines

  1.  1-Aug-84 20:50:02-MDT,933;000000000000
  2. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 1 Aug 84 20:49:57-MDT
  4. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  1 Aug 84 22:19 EDT
  5. Received: from mit-mc.arpa by BRL-VGR.ARPA id a019535; 1 Aug 84 22:12 EDT
  6. Date: Wed 1 Aug 84 22:11:05-EDT
  7. From: Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  8. Subject: Letter in Dr. Dobb's Journal, August '84
  9. To: Info-CPM@BRL-VGR.ARPA
  10.  
  11. <feeeed meeeee>
  12. Hello NetLand -
  13.  
  14.      Just received my Aug. issue of Dr. Dobbs and read the complaint
  15. regarding DRI's RMAC compiler.  So I hauled out my copy (came with my
  16. CPM+ stuff, haven't implemented it yet) and typed in the sample bug.
  17.  
  18.      How this ever escaped DRI just flat out mystifies me.  Or maybe this
  19. is "industry standard"?
  20.  
  21.      Has anyone seen a reasonable fix for it?
  22.  
  23. Mark Becker            | RMAC is trademarked by
  24. Cent.Mbeck%MIT-OZ@MIT-MC    | Digital Research, Inc.
  25. -------
  26.  
  27.  1-Aug-84 22:25:45-MDT,3146;000000000000
  28. Return-Path: <info-cpm-request@AMSAA.ARPA>
  29. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 1 Aug 84 22:25:37-MDT
  30. Received: From brl.arpa.ARPA by AMSAA via smtp;  1 Aug 84 23:51 EDT
  31. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  1 Aug 84 23:52 EDT
  32. Date: 1 Aug 1984  21:50 MDT (Wed)
  33. Message-ID: <RCONN.12036121626.BABYL@SIMTEL20>
  34. From: Richard Conn <RCONN@Simtel20.ARPA>
  35. To:   decvax!mcnc!decvax!mcnc!ecsvax!emigh@Ucb-Vax.ARPA
  36. Cc:   rconn@Simtel20.ARPA, info-cpm@Brl-Aos.ARPA
  37. Subject: LDR Problem
  38. In-reply-to: Msg of 1 Aug 1984  09:21-MDT from decvax!mcnc!decvax!mcnc!ecsvax!emigh at Berkeley
  39.  
  40. Hi, Ted,
  41.  
  42.     Your report of problems with LDR is interesting.  No, no one
  43. has reported having any similar problems.  I notice a few items from
  44. your report:
  45.  
  46.     1. First, since you did not assemble LDR, you should have
  47. received a distribution version.  It contains a Class 1 Environment
  48. Descriptor and you should see the address of your Environment
  49. Descriptor buffer at 109H and 10AH.  I recommend that you check the
  50. original CRC against the value in the distribution list to make sure
  51. that you have a good copy.  Also, after running Z3INS on LDR, load
  52. LDR.COM with DDT and check 109H-10AH to see that the address of your
  53. Environment Descriptor is properly in place.  LDR.COM should extend
  54. from 100H to 0AFFH (next PC is 0B00H).
  55.  
  56.     2. I highly suspect the LDR.COM that you have as being invalid
  57. since you report a "DIRALPHA -- Pointer Error" message, and there is
  58. no such message inside of the distribution version of LDR.COM.  This
  59. particular message comes from the SYSLIB2 DIRALPHA routine and, as a
  60. rule, should never appear anyway, since it indicates that the
  61. pointer-based sort routine failed.  If someone tried to reassemble LDR
  62. with SYSLIB2 instead of SYSLIB 3, they would have had to change the
  63. source and would now be bringing in all sorts of older routines which
  64. should not be there, such as routines which deal with disk-based named
  65. dirs.  In short - one absolute mess.
  66.  
  67.     3. You are quite correct in the loading sequence.  Once LDR
  68. has been installed, it contains only a pointer to an Environment
  69. Descriptor.  This descriptor must be resolved first, and then the
  70. other System Segments may be loaded.  This is a common mistake which
  71. is made the first time around, and it looks like you avoided it.
  72.  
  73.     That is the analysis I can offer from the information you gave
  74. me.  It sounds like your source does not have the correct files,
  75. offhand.  You might want to consider going with the Echelon
  76. alternative, because for only $39 you can get a complete starter kit
  77. and a hard copy of the installation manual and Sampler without having
  78. to worry about corrupted or modified files (a CRC list is provided).
  79. This also ties you into the support system of Echelon and gets you a
  80. subscription to the newsletter (of which issue 4 is now coming up).
  81. The newsletter, among other things, talks about questions that people
  82. have been asking on a recurring basis and may resolve some of your
  83. problems before you encounter them.  SIMTEL20 contains the CRC lists
  84. if you don't have access to one.
  85.  
  86. Rick
  87.  1-Aug-84 22:32:36-MDT,2416;000000000000
  88. Return-Path: <info-cpm-request@AMSAA.ARPA>
  89. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 1 Aug 84 22:32:29-MDT
  90. Received: From brl.arpa.ARPA by AMSAA via smtp;  2 Aug 84 0:01 EDT
  91. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  1 Aug 84 23:52 EDT
  92. Date: 1 Aug 1984  21:52 MDT (Wed)
  93. Message-ID: <RCONN.12036121926.BABYL@SIMTEL20>
  94. From: Richard Conn <RCONN@Simtel20.ARPA>
  95. To:   info-cpm@Brl-Aos.ARPA
  96. Subject: [decvax!mcnc!decvax!mcnc!ecsvax!emigh: LDR Problem]
  97.  
  98. FYI -- This is Ted's problem which I responded to in the other
  99. message.
  100.  
  101.     Rick
  102.  
  103.  
  104. Date: Wednesday, 1 August 1984  09:21-MDT
  105. From: decvax!mcnc!decvax!mcnc!ecsvax!emigh at Berkeley
  106. To:   rconn at SIMTEL20.ARPA
  107. cc:   ecsvax!emigh at Berkeley
  108. Re:   LDR Problem
  109. Original-From: Ted Emigh <emigh@ecsvax>
  110. Location: Genetics and Statistics, N.C. State University
  111. Address: {decvax akgua unc duke ihnp4}!mcnc!ecsvax!emigh
  112. Arpanet: decvax!mcnc!ecsvax!emigh@BERKELEY.ARPA
  113.  
  114. Rick,
  115.  
  116.   I have been getting ZCPR3 in pieces.  Looks good, BUT...
  117.  
  118.   I often have trouble loading SYS.ENV.  (In fact, I almost always do).
  119. I can boot ZCPR3.  I look at the various areas, and they are all initialized
  120. correctly. (Basically the same as the one given in the Installation guide,
  121. but my NorthStar prom is at E800H, so the addresses are somewhat shifted).
  122. My SYS.ENV is a Class 1 Environment.  When I issue LDR SYS.ENV, one of
  123. several things happen:
  124. If LDR.COM is installed with SYS.ENV, then my system dies.  Sometimes it
  125. will reboot the system (Jump to around E800H).  By some quirk, after it
  126. reboots, LDR will load SYS.ENV correctly.
  127. If LDR.COM is installed with a Class 2 SYS.ENV, I get the message
  128. "DIRALPHA -- Pointer Error".  However, SYS.ENV is loaded, and further
  129. LDR commands will execute correctly.
  130.  
  131. Under any case, once SYS.ENV has been loaded correctly, it will reload without
  132. any problem (and will then load SYS.*).
  133.  
  134. The cold boot loader is similar to my working copy for ZCPR2.  I don't have
  135. the source for LDR.COM yet, but am trying to get it, then I can trace it.
  136. Until then, I wanted to know if anyone else has mentioned this problem to you.
  137. I'll keep you posted to whether this is my problem or a problem with LDR.
  138.  
  139. --Ted--
  140. --
  141. Ted H. Emigh     Genetics and Statistics, North Carolina State U, Raleigh  NC
  142. USENET:    {akgua decvax duke ihnp4 unc}!mcnc!ecsvax!emigh
  143. ARPA:    decvax!mcnc!ecsvax!emigh@BERKELEY
  144.  2-Aug-84 08:34:58-MDT,1017;000000000000
  145. Return-Path: <info-cpm-request@AMSAA.ARPA>
  146. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 2 Aug 84 08:34:52-MDT
  147. Received: From brl.arpa.ARPA by AMSAA via smtp;  2 Aug 84 10:05 EDT
  148. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  2 Aug 84 10:06 EDT
  149. Date: 2 Aug 1984  08:05 MDT (Thu)
  150. Message-ID: <RCONN.12036233574.BABYL@SIMTEL20>
  151. From: Richard Conn <RCONN@Simtel20.ARPA>
  152. To:   dual!islenet!richard@Ucb-Vax.ARPA
  153. Cc:   info-cpm@Brl-Aos.ARPA
  154. Subject: ZCPR3 Phase 2 ...
  155. In-reply-to: Msg of 2 Aug 1984  06:40-MDT from dual!islenet!richard at Berkeley
  156.  
  157. You have a good point ... it is certainly not too late to correct.
  158. The reason I did that was because, while \n represented the LF char
  159. literally, the effect of using it with routines like PRINTF was to
  160. issued CRLF.  Hence, I elected to let \n mean CRLF and \l was added
  161. for LF only.  I think I'll move back to \n meaning LF only and either
  162. not have a char for CRLF (it is easy enough to create a word for it)
  163. or make up something.
  164.  
  165.     Rick
  166.  2-Aug-84 09:05:45-MDT,1374;000000000000
  167. Return-Path: <info-cpm-request@AMSAA.ARPA>
  168. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 2 Aug 84 09:05:36-MDT
  169. Received: From brl.arpa.ARPA by AMSAA via smtp;  2 Aug 84 10:05 EDT
  170. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  2 Aug 84 10:07 EDT
  171. Date: 2 Aug 1984  08:06 MDT (Thu)
  172. Message-ID: <RCONN.12036233795.BABYL@SIMTEL20>
  173. From: Richard Conn <RCONN@Simtel20.ARPA>
  174. To:   info-cpm@Brl-Aos.ARPA
  175. Subject: [dual!islenet!richard: ZCPR3 Phase 2 ...]
  176.  
  177. This is the message from Richard I responded to re DPROG. -- Rick
  178.  
  179.  
  180. Date: Thursday, 2 August 1984  06:40-MDT
  181. From: dual!islenet!richard at Berkeley
  182. To:   RCONN at Simtel20.ARPA
  183. Re:   ZCPR3 Phase 2 ...
  184.  
  185. It all sounds very interesting.  Can't wait to see it.
  186.  
  187. One question; you appear to be using a lot of C conventions, which is
  188. very nice, why this funky little incompatibility?
  189.  
  190.  
  191. >        \l    Line Feed Char (LF)
  192. >        \n    New Line char (CRLF pair)
  193. >        \r    Carriage Return char (CR)
  194.  
  195. Was it really necessary to have <crlf> available as a single unit?
  196. If so, why not create a new notation for it such as "\$" ?  The way
  197. you have it, you have broken two of the most important C character
  198. notation conventions.
  199.  
  200. Now if you were to provide the facility to have newlines (0xa) be converted
  201. to crlf's on output that would be useful.
  202.  
  203. Keep up the good work.
  204.  
  205.  
  206. Richard Foulk
  207. Honolulu, Hawaii
  208.  3-Aug-84 08:29:44-MDT,1355;000000000000
  209. Return-Path: <info-cpm-request@AMSAA.ARPA>
  210. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 08:29:37-MDT
  211. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  3 Aug 84 0:35 EDT
  212. Received: from mit-mc.arpa by BRL-VGR.ARPA id a000120; 3 Aug 84 0:29 EDT
  213. Date: Thu 2 Aug 84 22:29:11-EDT
  214. From: Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  215. Subject: task scheduling programs (Critical Path Method?)
  216. To: Info-Micro@BRL.ARPA, Info-CPM@BRL-VGR.ARPA
  217.  
  218. Hello NetLand -
  219.  
  220.      I'm looking for pointers to or reviews of task scheduling programs
  221. that will run under CP/M-80.  If you've used any of the Critical Path
  222. Method (or maybe not CPM, I'm not picky) programs, I'd appreciate your
  223. responses to a couple of questions:
  224.  
  225. - What kind of support are you receiving from the vendor or software
  226.   house that wrote your scheduler?
  227.  
  228. - Is source code available to allow 'tweaking'?  If not, do you consider
  229.   it flexible enough to not need it?  What language is it written in?
  230.  
  231. - Any and all quirks/bugs you had problems with during installation?
  232.  
  233. - Ease of use? (from 1 to 10, 1 = easy, 10 = need guru)
  234.  
  235. - A public-domain program would be acceptable if the documentation
  236.   was well-written.  Have you seen one?
  237.  
  238.  
  239.      Please reply directly to me.  Summary requests will be honored.
  240.  
  241.      Thanks in advance -
  242.  
  243. Mark Becker
  244. -------
  245.  
  246.  3-Aug-84 08:39:01-MDT,1238;000000000000
  247. Return-Path: <info-cpm-request@AMSAA.ARPA>
  248. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 08:38:54-MDT
  249. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  3 Aug 84 10:06 EDT
  250. Date: 3 Aug 1984  07:27 MDT (Fri)
  251. Message-ID: <KPETERSEN.12036488783.BABYL@SIMTEL20>
  252. Sender: KPETERSEN@Simtel20.ARPA
  253. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  254. To:   Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  255. Cc:   Info-Cpm@AMSAA.ARPA
  256. Subject: task scheduling programs (Critical Path Method?)
  257. In-reply-to: Msg of 2 Aug 1984  20:29-MDT from Mark Becker <Cent.Mbeck%MIT-OZ at MIT-MC.ARPA>
  258.  
  259. There are Critical Path Method programs available here in our archives
  260. at SIMTEL20.  Here's a list:
  261.  
  262. Filename            Type     Bytes     Sectors     CRC
  263.  
  264. Directory MICRO:<CPM.BASIC>
  265. CPM-PERT.BAS.1            ASCII     10288   81 =  51H  074DH
  266. This is the original program.  Use SETUP.ASM with it - see instructions.
  267.  
  268. CPMPRT51.BAS.1            ASCII     11129   87 =  57H  3B3DH
  269. This is an improved version.  Check it out - it may be much better for
  270. your application.  Does not need SETUP.ASM.
  271.  
  272. SETUP.ASM.1            ASCII      1161   10 =   AH  4C3FH
  273. This is a short assembly-language program to allow easy on-off
  274. switching of the output of CPM-PERT to your printer.
  275.  
  276. --Keith
  277.  3-Aug-84 08:49:37-MDT,664;000000000000
  278. Return-Path: <info-cpm-request@AMSAA.ARPA>
  279. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 08:49:29-MDT
  280. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 10:12 EDT
  281. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  2 Aug 84 23:22 EDT
  282. Date: 2 August 1984 23:23-EDT
  283. From: "James Lewis Bean, Jr." <BEAN@Mit-Mc.ARPA>
  284. Subject:  Sugart Optima 1000 Drives
  285. To: INFO-CPM@Mit-Mc.ARPA, INFO-VAX@Mit-Mc.ARPA
  286.  
  287. A friend of mine is about to purchase one of these RW optical disk
  288. systems.  Does anyone out there have any comments about these?
  289. Is there a better system for the money?
  290.  
  291.  
  292.                 Thanks in advance,
  293.                 lewis
  294.                 BEAN at Mit-MC
  295.  
  296.  3-Aug-84 09:13:01-MDT,1789;000000000000
  297. Return-Path: <info-cpm-request@AMSAA.ARPA>
  298. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 09:12:53-MDT
  299. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 10:12 EDT
  300. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 2:26 EDT
  301. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 2 Aug 84 23:14-PDT
  302. Date: 31 Jul 84 12:25:32-PDT (Tue)
  303. To: info-cpm@Brl.arpa
  304. From: decvax!mcnc!ecsvax!emigh@Ucb-Vax.arpa
  305. Subject: New Version of BISHOW (bidirectional display program)
  306. Article-I.D.: ecsvax.3028
  307.  
  308. Since the last time bishow (a CP/M80 program to display a text file) was
  309. posted to net.sources, several significant changes have been made.  In
  310. particular, the following changes have been made since version 1.08:
  311.     - lf's in file ignored. adds lf after each cr (can display F80 files)
  312.     - introduced double buffering of file -- gives significant
  313.       improvement in positioning across buffer boundaries with floppies
  314.     - added routine to position to end of file
  315.     - fixed EXIT bug so ALL pending console characters get deleted
  316.     - moved changeable routines to beginning of program
  317.     - added option to clear screen before a page display
  318.     - added option to display sign-on message
  319. The current version number is 1.11.  If you would like a copy of
  320. bishw111.asm and bishw111.doc, please send mail to the address below.
  321. If there are sufficient requests, I'll post it to net.sources.  For
  322. those of you on the ARPA side of the net, I'm arranging to get it
  323. put on SIMTEL20 -- although it feels good to finally have some software
  324. on the USENET that is not on SIMTEL20 :-).
  325. --
  326. Ted H. Emigh     Genetics and Statistics, North Carolina State U, Raleigh  NC
  327. USENET:    {akgua decvax duke ihnp4 unc}!mcnc!ecsvax!emigh
  328. ARPA:    decvax!mcnc!ecsvax!emigh@BERKELEY
  329.  3-Aug-84 09:24:16-MDT,1009;000000000000
  330. Return-Path: <info-cpm-request@AMSAA.ARPA>
  331. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 09:24:07-MDT
  332. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 10:13 EDT
  333. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 5:18 EDT
  334. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 3 Aug 84 2:13-PDT
  335. Date: 31 Jul 84 8:52:00-PDT (Tue)
  336. To: info-cpm@Brl.arpa
  337. From: pur-ee!uiucdcs!uicsl!hr@Ucb-Vax.arpa
  338. Subject: Re: MOVCPM: The final solution!!!!! - (nf)
  339. Article-I.D.: uicsl.6100002
  340. In-Reply-To: Article <157@dataio.UUCP>
  341.  
  342. #R:dataio:-15700:uicsl:6100002:000:359
  343. uicsl!hr    Jul 31 10:52:00 1984
  344.  
  345. <>
  346.  
  347. I must admit to being a bit on the novice side of this, but...
  348.  
  349. Why couldn't one get the source to the BDOS and just reassemble
  350. the monitor with the BIOS and ZCPR (or whatever)? Wouldn't this
  351. pretty much obviate the need for MOVCPM?
  352.  
  353. The November (or was it December) issue of Byte mentioned a company
  354. that sold a CPM disassembler that supplied comments.
  355.  3-Aug-84 09:38:59-MDT,3824;000000000000
  356. Return-Path: <info-cpm-request@AMSAA.ARPA>
  357. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 09:38:46-MDT
  358. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 10:25 EDT
  359. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 8:52 EDT
  360. Date: 3 Aug 1984  06:52 MDT (Fri)
  361. Message-ID: <RCONN.12036482374.BABYL@SIMTEL20>
  362. From: Richard Conn <RCONN@Simtel20.ARPA>
  363. To:   info-cpm@Brl-Aos.ARPA
  364. Cc:   rconn@Simtel20.ARPA
  365. Subject: ZCPR3 Utilities
  366.  
  367.     I have been receiving some reports recently stating that
  368. people are reassembling the utilities rather than simply installing
  369. them.  To date, I know of only one utility for which this is necessary
  370. -- ZEX.  Problems have been reported with ALIAS and LDR in this
  371. regard, and I have verified that this is unnecessary with LDR and I
  372. have not checked ALIAS yet.
  373.  
  374.     Each ZCPR3 utility contains a pointer to the ZCPR3 Environment
  375. Descriptor, and this pointer is the ONLY system-dependent part of the
  376. utility.  To prove the point, I edited my Z3BASE.LIB file, changing
  377. every value therein, and reassembled LDR.  Upon running DIFF, only one
  378. byte was different -- the value of the pointer to the Environment
  379. Descriptor.  It is this pointer that is altered when Z3INS is run.
  380. Note that Z3INS has to be run on EVERY utility in order for it to be
  381. installed.  If you think you have found a utility which this is not
  382. the case for (ie, you have to reassemble it in order to get it to
  383. work), then run my little test.  Assemble it with two different
  384. Z3BASE.LIB files and compare the two resulting COM files.  If they are
  385. different in any place other than the pointer at locations 109H and
  386. 10AH (from org 100H), please let me know.  This rule, of course, does
  387. not apply to ZEX and you may find two pointers in ALIAS -- I will be
  388. checking ALIAS this weekend.
  389.  
  390.     I have yet to duplicate Ted's reported problem with LDR,
  391. having installed ZCPR3 six times so far with two different Environment
  392. Descriptor locations.  Am working with Ted to see if the problem shows
  393. itself to me.  Until then, I'll assume that the problem is not in LDR
  394. but in his SYS.ENV or some other place.
  395.  
  396.     Frank Gaude has reported that ZCPR3 is now installed on over
  397. 60 different types of systems with, supposedly, 60 different
  398. configurations.  In providing support, he has noted that most of the
  399. questions from the people trying to install the system were already
  400. answered in the Installation Manual.  You just had to find the
  401. answers, and people were evidently a little overwhelmed by the size of
  402. the manual and didn't read the whole thing before trying to install
  403. the system.   May I recommend that the installers be sure to read the
  404. manual over at least once before making the attempt?  This could save
  405. you a lot of frustration in the long run.  Now that the autoinstall
  406. Z3-dot-com is running in beta test satisfactorily (so I am told), it
  407. should not be long before anyone can install ZCPR3 on whatever system
  408. they may have.  Under Z3-dot-com, the installation procedure is
  409. drastically simplified.  I should be able to review it soon (in a week
  410. or so).
  411.  
  412.     I have seen four ZCPR3 newsletters so far from Echelon.  They
  413. are coming out every two weeks now.  The last two addressed and
  414. clarified several installation questions.  Frank has offered to send
  415. me copies on disk so I can put them on SIMTEL20 for you to see.  I'm
  416. not sure if I'll be doing this for many newsletters, so if you are
  417. really interested in keeping up with Echelon, you might want to
  418. subscribe.  If you purchased your ZCPR3 from Echelon, you are
  419. automatically on the list.
  420.  
  421.     The book, which is going to the publishers on Monday for final
  422. edit, will have a whole package on installation, and I am including
  423. more than the original installation manual had.
  424.  
  425.     More later.
  426.  
  427.         Rick
  428.  3-Aug-84 10:01:23-MDT,1561;000000000000
  429. Return-Path: <info-cpm-request@AMSAA.ARPA>
  430. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 10:01:16-MDT
  431. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 10:26 EDT
  432. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 9:02 EDT
  433. Date: 3 Aug 1984  07:01 MDT (Fri)
  434. Message-ID: <RCONN.12036484066.BABYL@SIMTEL20>
  435. From: Richard Conn <RCONN@Simtel20.ARPA>
  436. To:   Hilgert.WBST@XEROX.ARPA
  437. Cc:   RCONN@SIMTEL20.ARPA, Ssalzman.Es@XEROX.ARPA, info-cpm@Brl-Aos.ARPA
  438. Subject: Running .OBJ files under ZCPR3
  439. In-reply-to: Msg of 3 Aug 1984  06:40-MDT from Hilgert.WBST at XEROX.ARPA
  440.  
  441. Hi, Ron,
  442.  
  443.     Yes, I do have a suggestion on this.  I have a special login
  444. program that runs under ZCPR3 which identifies the user as a wheel as
  445. a result of his login.  At this point, it leaves a message saying that
  446. the user is a wheel or not and sets or resets the Wheel byte.  LOGIN
  447. is run from a startup alias, and the command after it is an IF that
  448. does one thing if the user is priveleged and another if he is not.  If
  449. he is priveleged, it sets his path to one thing.  If he is not, the
  450. user gets a different path.  Once the STARTUP alias ends, the non-priv
  451. user is in one directory (which cannot access the PATH command) and
  452. the priv user is in another (which can run anything).  If I have time,
  453. LOGIN will be cleaned up and released with Phase 2 ... if not, it will
  454. be released later.  In either case, this concept will be documented in
  455. the book.  In that way, there is no need to have OBJ files versus COM
  456. files around.
  457.  
  458.     Rick
  459.  3-Aug-84 10:10:37-MDT,699;000000000000
  460. Return-Path: <info-cpm-request@AMSAA.ARPA>
  461. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 10:10:31-MDT
  462. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 11:17 EDT
  463. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 11:09 EDT
  464. Date: Fri 3 Aug 84 09:09:29-MDT
  465. From: Robert Reiner <RREINER@SIMTEL20.ARPA>
  466. Subject: documentation
  467. To: info-cpm@BRL.ARPA
  468.  
  469. In a recent article in Micro-Systems the Public Domain writer mentioned something about NYACC documentation which some of us could not relate to a
  470. publisher or other source.  Doe anyone have any ideas about what Chris Terry 
  471. was talking about?  May have misspelled Chir's name.  Soryy.
  472.  
  473.         John
  474. -------
  475.  3-Aug-84 12:16:31-MDT,782;000000000000
  476. Return-Path: <info-cpm-request@AMSAA.ARPA>
  477. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 12:16:27-MDT
  478. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 13:26 EDT
  479. Received: From mitre-bedford.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 13:23 EDT
  480. Date: Friday,  3 Aug 1984 13:15-EDT
  481. From: sac@Mitre-Bedford.ARPA
  482. To: info-cpm@Brl-Aos.ARPA
  483. Cc: security!sc@Mitre-Bedford.ARPA
  484. Subject: ZCPR3
  485.  
  486.    Has anyone succesfully installed ZCPR3 on a DEC VT180 (i.e. Robin)?
  487.  
  488.  I have been tied in knots with school work and don't have the time to
  489. download,install etc.. But I would love to use it.
  490.  
  491.  Please reply to the undersigned..
  492.  
  493.  
  494.      Mucho gracios!
  495.  
  496.         Stu
  497.         [ARPA]  sac @ mitre-bedford
  498.         [UUCP] {allegra,decvax,wivax}linus! {security!sc,bccvax!sac}
  499.  3-Aug-84 12:54:14-MDT,839;000000000000
  500. Return-Path: <info-cpm-request@AMSAA.ARPA>
  501. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 12:54:09-MDT
  502. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 13:48 EDT
  503. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 13:46 EDT
  504. Date: 3 Aug 1984  11:45 MDT (Fri)
  505. Message-ID: <RCONN.12036535772.BABYL@SIMTEL20>
  506. From: Richard Conn <RCONN@Simtel20.ARPA>
  507. To:   Robert Reiner <RREINER@SIMTEL20.ARPA>
  508. Cc:   Info-cpm@Brl-Aos.ARPA
  509. Subject: documentation
  510. In-reply-to: Msg of 3 Aug 1984  09:09-MDT from Robert Reiner <RREINER at SIMTEL20.ARPA>
  511.  
  512.  The NYACC is the New York Amateur Computer Club, Inc.  The following
  513.  addresses include that of the NYACC.
  514.  
  515.  I'm repeating these addresses for the newcomers and those who missed
  516.  the previous message.
  517.  
  518.      Rick
  519.  
  520. -- following message contains address --
  521.  3-Aug-84 12:58:13-MDT,3905;000000000000
  522. Return-Path: <info-cpm-request@AMSAA.ARPA>
  523. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 12:57:57-MDT
  524. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 13:48 EDT
  525. Received: From amsaa.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 13:43 EDT
  526. Date:     Fri, 3 Aug 84 13:37:41 EDT
  527. From:     David Towson (SECAD) <towson@Amsaa.ARPA>
  528. To:       Robert Reiner <RREINER@simtel20.arpa>
  529. cc:       info-cpm@brl.arpa
  530. Subject:  Re:  documentation
  531.  
  532. John - I haven't read the Microsystems article, but from your description
  533. I suspect that the attached messages have the answers to your questions.
  534.  
  535.  
  536. Dave
  537. towson@amsaa
  538.  
  539.  
  540. Date:     17 Apr 83 22:49:30 EST (Sun)
  541. From:     Rick Conn <rconn@brl.arpa>
  542. To:       info-cpm@brl.arpa
  543. cc:       info-micro@brl.arpa
  544. Subject:  Public Domain Software Documentation
  545.  
  546.         The New York Amateur Computer Club, Inc, has published  a
  547. series  of  DOCUMENTATION catalogs of the public domain software.
  548. There are 7 catalogs so far, each containing over  200  pages  of
  549. documentation  on  public domain software.  This documentation is
  550. almost exclusively copied from the  documentation  files  on  the
  551. public domain disks themselves.
  552.  
  553.         I skimmed through all 7 catalogs this afternoon, and they
  554. seem  to  be  quite worthwhile to get.  As I see it, they provide
  555. three main services:
  556.  
  557.                 1) they provide a good  overview  of  the  public
  558. domain  software in SIG/M and CP/M UG; more than just listing the
  559. names of the files/programs on these disks, the documentation  is
  560. included, so you can scan the documentation to see what you real-
  561. ly are dealing with before you acquire the disks
  562.  
  563.                 2) they provide a HARD COPY of the documentation;
  564. once  one  obtains  a disk of software, he usually wants to print
  565. out  the  documentation  anyway;  these  catalogs  are  in  good,
  566. letter-quality print and contain tables of content
  567.  
  568.                 3) they consolidate  the  information  on  public
  569. domain  software and are provided at a reasonable cost (the NYACC
  570. sells them at just slightly above cost, and the profit is used to
  571. fund club activities)
  572.  
  573.         Several people have been expressing  concerns  about  the
  574. ZCPR2  and  SYSLIB  documentation.   Among other things, the last
  575. three catalogs contain ALL of the ZCPR2 and SYSLIB documentation.
  576.  
  577.         The catalogs contain the following information:
  578.  
  579. Book 1 (204 pages):  CP/M 1 to 49; SIG/M 1 to 18
  580. Book 2 (214 pages):  CP/M 50 to 54, 78, 79 (CP/M 55 to 77 are reissues of
  581.         SIG/M 1, 2, 11, 4-10, 13-25 resp); SIG/M 19 to 42
  582. Book 3 (217 pages):  SIG/M 43 to 60
  583. Book 4 (210 pages): CP/M 80 to 84; SIG/M 61 to 76
  584. Book 5 and Book 6 (400+ pages): SIG/M 77 to 106 (ZCPR1 is in SIG/M 77
  585.         and ZCPR2 is in SIG/M 98 to 108; SYSLIB is in SIG/M 88 to 90,
  586.         106 to 108)
  587. Book 7 (200+ pages): SIG/M 107 (SYSLIB documentation)
  588.  
  589.         For those interested in ZCPR2 and SYSLIB, Books  5  to  7
  590. contain good hardcopies of all of the documentation.
  591.  
  592.         Each book costs $10 (including shipping) in North America
  593. and $15 (via airmail) overseas.  All orders must be prepaid in US
  594. Funds.  The address to write to for ordering the books is:
  595.  
  596.                 New York Amateur Computer Club, Inc
  597.                 PO Box 106
  598.                 Church St Station
  599.                 New York, NY  10008
  600.  
  601.         Note: the NYACC is a non-profit organization.
  602.  
  603.  
  604.  
  605. Date:     17 Apr 83 23:21:27 EST (Sun)
  606. From:     Rick Conn <rconn@brl.arpa>
  607. To:       info-cpm@brl.arpa
  608. cc:       info-micro@brl.arpa
  609. Subject:  NYACC phone
  610.  
  611.     One last note about the NYACC:  those interested in their
  612. catalogs can phone Susan Perricone at (212) 243-0325 for more info.
  613. I believe that details such as unlimited distribution and copy permission
  614. within a computer club or company may be worked out.  Reselling was also
  615. mentioned.
  616.  
  617.  
  618.  
  619.  
  620.  3-Aug-84 13:10:36-MDT,1469;000000000000
  621. Return-Path: <info-cpm-request@AMSAA.ARPA>
  622. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 13:10:29-MDT
  623. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 13:48 EDT
  624. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 13:48 EDT
  625. Date: 3 Aug 1984  11:48 MDT (Fri)
  626. Message-ID: <RCONN.12036536237.BABYL@SIMTEL20>
  627. From: Richard Conn <RCONN@Simtel20.ARPA>
  628. To:   info-cpm@Brl-Aos.ARPA
  629. Subject: [rconn: Addresses]
  630.  
  631.     The following addresses should provide some pointers.  ACGNJ
  632. is the Amateur Computer Group of New Jersey, NYACC is the New York
  633. Amateur Computer Club, SIG/M is the Special Interest Group in
  634. Microcomputers, and CP/M UG is the CP/M User's Group.
  635.  
  636.     Rick
  637.  
  638. Date: Monday, 2 July 1984  07:01-MDT
  639. From: Rick Conn <rconn at Brl-Mis.ARPA>
  640. To:   rconn at Simtel20.ARPA
  641. Re:   Addresses
  642.  
  643. The address of SIG/M is:
  644.  
  645.     SIG/M User Group
  646.     Amateur Computer Group of New Jersey, Inc
  647.     Box 97
  648.     Iselin, NJ  08830
  649.  
  650. The address of CP/M UG is:
  651.  
  652.     CPMUG
  653.     1651 Third Avenue
  654.     New York, NY  10028
  655.  
  656. The NJ Amateur Computer Group:
  657.  
  658.     Amateur Computer Group of New Jersey, Inc
  659.     PO Box 319
  660.     South Bound Brook, NJ  08880
  661.  
  662. The NY Amateur Computer Group:
  663.  
  664.     S-100, CP/M User Group
  665.     NY Amateur Computer Club
  666.     PO Box 106
  667.     Church Street Station
  668.     New York, NY  10018
  669.  
  670.  
  671. San Diego Computer Society:
  672.  
  673.              ZCPR2
  674.              San Diego Computer Society
  675.              P.O. Box 81537
  676.              San Diego, CA 92138
  677.  3-Aug-84 19:25:10-MDT,733;000000000000
  678. Return-Path: <info-cpm-request@AMSAA.ARPA>
  679. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 19:25:05-MDT
  680. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  3 Aug 84 20:59 EDT
  681. Date: 3 Aug 1984  19:01 MDT (Fri)
  682. Message-ID: <KPETERSEN.12036615146.BABYL@SIMTEL20>
  683. Sender: KPETERSEN@Simtel20.ARPA
  684. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  685. To:   Robert Reiner <RREINER@SIMTEL20.ARPA>
  686. Cc:   Info-Cpm@AMSAA.ARPA
  687. Subject: documentation and NYACC
  688. In-reply-to: Msg of 3 Aug 1984  09:09-MDT from Robert Reiner <RREINER at SIMTEL20.ARPA>
  689.  
  690. See MICRO:<CPM.GENDOC>GROUPS.USER here at SIMTEL20.  It has the
  691. address of NYACC, which is a computer club that offers public-domain
  692. catalogs which include DOC files.
  693. --Keith
  694.  3-Aug-84 20:22:14-MDT,842;000000000000
  695. Return-Path: <info-cpm-request@AMSAA.ARPA>
  696. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 20:22:06-MDT
  697. Received: From brl.arpa.ARPA by AMSAA via smtp;  3 Aug 84 21:56 EDT
  698. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  3 Aug 84 21:58 EDT
  699. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 3 Aug 84 18:48-PDT
  700. Date: 1 Aug 84 6:11:16-PDT (Wed)
  701. To: info-cpm@Brl.arpa
  702. From: decvax!ittvax!dcdwest!sdcsvax!sdccs6!loral!simard@Ucb-Vax.arpa
  703. Subject: cmsg cancel <297@loral.UUCP>
  704. Article-I.D.: loral.330
  705.  
  706. -- 
  707. [                                                               ]
  708. [     I am not a stranger, but a friend you haven't met yet     ]
  709. [                                                               ]
  710.  
  711. Ray Simard
  712. Loral Instrumentation, San Diego
  713. {ucbvax, ittvax!dcdwest}!sdcsvax!sdccsu3!loral!simard
  714.  3-Aug-84 23:18:16-MDT,837;000000000000
  715. Return-Path: <info-cpm-request@AMSAA.ARPA>
  716. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 3 Aug 84 23:18:11-MDT
  717. Received: From brl.arpa.ARPA by AMSAA via smtp;  4 Aug 84 0:30 EDT
  718. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  4 Aug 84 0:21 EDT
  719. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 3 Aug 84 21:13-PDT
  720. Date: 1 Aug 84 11:25:45-PDT (Wed)
  721. To: info-cpm@Brl.arpa
  722. From: ihnp4!pegasus!cmf@Ucb-Vax.arpa
  723. Subject: modem730 (H89 version)
  724. Article-I.D.: pegasus.1545
  725.  
  726.  
  727. I've recently received modem730 from Keith Petersen for the
  728. Zenith h89. The installation went flawlessly.
  729. This program is my main interface to UNIX. It seens that the
  730. program is eating ESC characters. This a serious problem when using
  731. 'vi' or emacs. Any help is appreciated.
  732. Thanks in advance.
  733.  
  734. ihnp4!pegasus!cmf
  735. Chuck Fingerman
  736.  4-Aug-84 09:42:47-MDT,1431;000000000000
  737. Return-Path: <info-cpm-request@AMSAA.ARPA>
  738. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 4 Aug 84 09:42:34-MDT
  739. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  4 Aug 84 11:15 EDT
  740. Date: 4 Aug 1984  09:17 MDT (Sat)
  741. Message-ID: <KPETERSEN.12036770995.BABYL@SIMTEL20>
  742. Sender: KPETERSEN@Simtel20.ARPA
  743. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  744. To:   ihnp4!pegasus!cmf@Ucb-Vax.arpa
  745. Cc:   Info-Cpm@AMSAA.ARPA
  746. Subject: MDM7xx doesn't eat ESC characters
  747. In-reply-to: Msg of 1 Aug 1984  12:25-MDT from ihnp4!pegasus!cmf at Ucb-Vax.arpa
  748.  
  749. The problem of MDM7 "eating ESC characters" (in the terminal mode) is
  750. caused by the way you have an option set in the user overlay.  Look
  751. for an equate which says it will "filter out" control characters.
  752. Change it so it does not do that.  This option was put in for people
  753. who had problems with noisy phone lines and wanted a measure of
  754. protection against funny things happening to their terminals.  When
  755. you change the equate, you'll get the full range of characters and
  756. EMACS and other cursor-oriented software on your mainframe will work
  757. properly.  It's too bad that almost all of the overlays were
  758. distributed with the equate set to filter out control characters -
  759. this has caused a lot of unnecessary head-scratching and some people
  760. even quit using MDM7 because they thought there was something wrong
  761. with the terminal mode when they couldn't use EMACS.
  762. --Keith
  763.  4-Aug-84 10:38:07-MDT,1909;000000000000
  764. Return-Path: <info-cpm-request@AMSAA.ARPA>
  765. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 4 Aug 84 10:37:55-MDT
  766. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  4 Aug 84 12:08 EDT
  767. Date: 4 Aug 1984  10:10 MDT (Sat)
  768. Message-ID: <KPETERSEN.12036780594.BABYL@SIMTEL20>
  769. Sender: KPETERSEN@Simtel20.ARPA
  770. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  771. To:   Info-Cpm@AMSAA.ARPA
  772. Subject: MDM7 overlay for Kaypro allows 4800 baud
  773. Reply-To: STORK@Mit-Mc.ARPA
  774.  
  775. Date: Sunday, 29 July 1984  13:52-MDT
  776. From: Eric Stork <STORK at MIT-MC>
  777. To:   W8SDZ at SIMTEL20
  778. Re:   MDM7 overlay for Kaypro allows 4800 baud
  779.  
  780. I  have  modified M7KP-2.ASM in several ways that serve my needs.
  781. Others may have similar needs, and  may  find  the  revised  file
  782. (M7KP-X48.ASM) useful.
  783.  
  784. The  primary  purpose of the mod is to facilitate the direct 4800
  785. baud (i.e., RS-232 to RS-232, without phone  lines)  transfer  of
  786. files  to and from KAYPROs.  I find that very useful -- I do some
  787. work on the Kaypro, or my  subcontractors  do,  and  then  I  can
  788. upload to my S-100 and continue to process the data into a single
  789. report.
  790.  
  791. This  can easily be done with three wires.  I explain in the file
  792. how to do it, including a diagram for a simple cross-over  switch
  793. to  match  the other computer's RS-232 configuration (I installed
  794. such a switch into the RS-232 connector itself).
  795.  
  796. But most importantly, the file is set up so that by saying YES or
  797. NO to two equates, one can also  assemble  it  for  normal  modem
  798. operation,  and one can set it up to run off the KP-n-84's serial
  799. PRINTER port.  That is useful if you do not want to  unplug  your
  800. regular modem whenever you want to transfer a file direct at 4800
  801. baud.
  802.  
  803. Eric Stork
  804.  
  805. The file is now available on SIMTEL20:
  806.  
  807. Filename            Type     Bytes     Sectors     CRC
  808.  
  809. Directory MICRO:<CPM.MODEM7>
  810. M7KP-X48.ASM.4            ASCII     21203  166 =  A6H  A0ACH
  811.  
  812. --Keith
  813.  4-Aug-84 13:49:52-MDT,643;000000000000
  814. Return-Path: <info-cpm-request@AMSAA.ARPA>
  815. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 4 Aug 84 13:49:48-MDT
  816. Received: From utexas-20.arpa.ARPA by AMSAA via smtp;  4 Aug 84 15:23 EDT
  817. Date: Sat 4 Aug 84 14:26:11-CDT
  818. From: Douglas Good <CMP.DOUG@UTEXAS-20.ARPA>
  819. Subject: Kaypro IV BBS'es
  820. To: info-cpm@AMSAA.ARPA
  821.  
  822.  
  823. Does anybody know of a BBS run on any type of Kaypro? I am trying to run
  824. an RCPM/RBBS system and so far everything works except my Xmodem program
  825. which is one of the good parts of my BBS. I would appreciate any phone
  826. numbers of any known Kaypro BBS'es so I can share information with them.
  827.  
  828.     --Doug
  829. -------
  830.  4-Aug-84 14:29:21-MDT,1739;000000000000
  831. Return-Path: <info-cpm-request@AMSAA.ARPA>
  832. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 4 Aug 84 14:29:15-MDT
  833. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  4 Aug 84 16:04 EDT
  834. Date: Saturday, 4 August 1984  13:47-MDT
  835. Message-ID: <KPETERSEN.12036823572.BABYL@SIMTEL20>
  836. Sender: Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  837. From: Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  838. To: KPetersen@SIMTEL20.ARPA
  839. Subject:   Query on usages of 'public-domain' software
  840. ReSent-From: KPETERSEN@Simtel20.ARPA
  841. ReSent-To: Info-Cpm@AMSAA.ARPA
  842. ReSent-Date: Sat 4 Aug 1984 14:06-MDT
  843.  
  844. Hello Keith -
  845.  
  846.      I've got a couple of questions regarding copyrights and such on
  847. software released to the SIMTEL20 CP/M archives.
  848.  
  849.      A local firm has asked me for some help with their office problems
  850. and they are willing to lay out some bucks for my efforts.  For me, as
  851. I'm currently unemployed, this could be a lot of fun as well as maybe
  852. profitable.
  853.  
  854.     Some of the stuff they want done I'll have to write myself.  But a
  855. good chunk of other things they want live in the 'public-domain' -
  856. LU.COM, SQ.COM, USQ.COM, etc., etc..
  857.  
  858.     Keith, I was thinking of sending them utilities and only charging
  859. them for my efforts in transmission and maybe some customizing efforts.
  860.  
  861.     Should I contact all the authors of the above mentioned packages and
  862. set up some agreement with them?  This stuff is *NOT* for re-sale, just for
  863. in-house use.  Heck, I don't know if I'm even allowed to charge for
  864. transmission of these and other utilities.
  865.  
  866.     Your help is appreciated.. (I'm just flat out confused by all these
  867. conflicting rules on 'copyrights' after seeing all the stuff fly by
  868. regarding Irv Hoff and MDM7xx).
  869.  
  870. Mark Becker
  871.  4-Aug-84 14:34:36-MDT,1747;000000000000
  872. Return-Path: <info-cpm-request@AMSAA.ARPA>
  873. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 4 Aug 84 14:34:31-MDT
  874. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  4 Aug 84 16:04 EDT
  875. Date: Saturday, 4 August 1984  14:03-MDT
  876. Message-ID: <KPETERSEN.12036823651.BABYL@SIMTEL20>
  877. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  878. Sender: KPETERSEN@Simtel20.ARPA
  879. To: Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  880. Subject:   Query on usages of 'public-domain' software
  881. ReSent-From: KPETERSEN@Simtel20.ARPA
  882. ReSent-To: Info-Cpm@AMSAA.ARPA
  883. ReSent-Date: Sat 4 Aug 1984 14:07-MDT
  884.  
  885. You may give away any of the public-domain programs without contacting
  886. the authors.  It doesn't matter that these programs will be used for
  887. commercial applications UNLESS the program documentation specifically
  888. prohibits commercial use.  Even then, unless it's copyrighted that
  889. doesn't mean anything.  Public-Domain is Public-Domain - for ALL to
  890. use in any manner they deem fit.
  891.  
  892. Public-Domain programs should not be sold for profit, but a
  893. "reasonable" charge can be made for copying and/or customization as
  894. required.  The definition of "reasonable" is vague, but I'd say you
  895. should let your conscience be your guide.  Charge only a small fee for
  896. copying and make your money on a per-hour labor charge for
  897. customization.  Typical free-lance computer consultant fees are $25 to
  898. $50 per hour or "by the piece" if it will take too many hours to make
  899. using the "per-hour" charge practical.  What you charge for an hourly
  900. fee will be decided by what the traffic will bear and by what value
  901. you place on your time.  Don't under-sell yourself and don't forget
  902. your overhead costs, such as disks, computer time, travel, phone
  903. calls, overtime, etc.
  904. --Keith
  905.  4-Aug-84 19:42:06-MDT,536;000000000000
  906. Return-Path: <info-cpm-request@AMSAA.ARPA>
  907. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 4 Aug 84 19:42:03-MDT
  908. Received: From ut-ngp.arpa.ARPA by AMSAA via smtp;  4 Aug 84 20:59 EDT
  909. Date: Sat, 4 Aug 84 19:50:26 cdt
  910. From: garey@ut-ngp.ARPA
  911. Posted-Date: Sat, 4 Aug 84 19:50:26 cdt
  912. Message-Id: <8408050050.AA06908@ut-ngp.ARPA>
  913. Received: by ut-ngp.ARPA (4.22/4.22)
  914.     id AA06908; Sat, 4 Aug 84 19:50:26 cdt
  915. To: rconn@simtel20.ARPA
  916. Subject: zcpr3
  917. Cc: info-cpm@amsaa.ARPA
  918.  
  919. Has anyone gotten zcpr3 running on the Kaypro yet?
  920.  5-Aug-84 11:03:44-MDT,791;000000000000
  921. Return-Path: <info-cpm-request@AMSAA.ARPA>
  922. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 5 Aug 84 11:03:40-MDT
  923. Received: From brl.arpa.ARPA by AMSAA via smtp;  5 Aug 84 12:32 EDT
  924. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  5 Aug 84 12:28 EDT
  925. Date: 4 Aug 1984  22:26 MDT (Sat)
  926. Message-ID: <RCONN.12036914494.BABYL@SIMTEL20>
  927. From: Richard Conn <RCONN@Simtel20.ARPA>
  928. To:   garey@ut-ngp.ARPA
  929. Cc:   info-cpm@Brl-Aos.ARPA
  930. Subject: zcpr3
  931. In-reply-to: Msg of 4 Aug 1984  18:50-MDT from garey at ut-ngp.ARPA
  932.  
  933.     Echelon has it running on the Kaypro-10.  I'm not aware of any
  934. other Kaypro-specific installation, but the auto-install should
  935. eliminate that problem readily.  The auto-install is still in beta
  936. test and I'll be able to report more when I see it.
  937.  
  938.         Rick
  939.  5-Aug-84 16:36:25-MDT,753;000000000000
  940. Return-Path: <info-cpm-request@AMSAA.ARPA>
  941. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 5 Aug 84 16:36:20-MDT
  942. Received: From brl.arpa.ARPA by AMSAA via smtp;  5 Aug 84 18:09 EDT
  943. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  5 Aug 84 18:04 EDT
  944. Date: 5 Aug 1984  16:03 MDT (Sun)
  945. Message-ID: <RCONN.12037106991.BABYL@SIMTEL20>
  946. From: Richard Conn <RCONN@Simtel20.ARPA>
  947. To:   "Michael C. Adler" <MADLER@Mit-Mc.ARPA>
  948. Cc:   info-cpm@Brl-Aos.ARPA
  949. Subject: vlib.hlp
  950. In-reply-to: Msg of 5 Aug 1984  11:42-MDT from Michael C. Adler <MADLER at Mit-Mc.ARPA>
  951.  
  952.     Both VLIB.HLP and SHSET are in Release 2.  So are a lot of
  953. other things, for that matter.  SIMTEL20 has the complete first
  954. release.  There is no release 3 planned.
  955.  
  956.         Rick
  957.  5-Aug-84 16:42:04-MDT,1051;000000000000
  958. Return-Path: <info-cpm-request@AMSAA.ARPA>
  959. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 5 Aug 84 16:41:59-MDT
  960. Received: From brl.arpa.ARPA by AMSAA via smtp;  5 Aug 84 18:20 EDT
  961. Received: From mit-mc.arpa.ARPA by BRL-AOS via smtp;  5 Aug 84 18:21 EDT
  962. Date: Sun, 5 Aug 1984  18:11 EDT
  963. Message-ID: <GZT.ALEX.12037108369.BABYL@MIT-OZ>
  964. From: Alex Fraser <GZT.ALEX%MIT-OZ@MIT-MC.ARPA>
  965. To:   Info-Cpm@Mit-Mc.ARPA
  966. Cc:   Heath-People@Mit-Mc.ARPA
  967.  
  968.  
  969. Speaking of all the C compilers that you people have been rating,
  970. I have a problem with mine.  It lacks an INP() statement.
  971. The compiler is Software Toolwork's C/80 compiler version 3.0
  972. for a Heath/Zenith-89.  Has anyone written one for it?  I'm
  973. told that it would be an extremely easy routine to write, but
  974. unfortunately I never learned assembler.  All it needs to do
  975. is input the byte on a given port and return it.  If anyone
  976. could give me a pointer in the right direction to such a statement
  977. I would be eternally greatful...
  978.  
  979. Alex Fraser
  980. 617-646-6188
  981. Gzt.Alex%Mit-Oz@Mit-Mc
  982.  
  983.  6-Aug-84 03:30:49-MDT,776;000000000000
  984. Return-Path: <info-cpm-request@AMSAA.ARPA>
  985. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 6 Aug 84 03:30:38-MDT
  986. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 Aug 84 5:10 EDT
  987. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  6 Aug 84 5:10 EDT
  988. Received: from GreeneKing.ms by ArpaGateway.ms ; 06 AUG 84 02:08:33 PDT
  989. Date: 6 Aug 84 10:07:59+0100 (Monday)
  990. From: Hirst.rx@XEROX.ARPA
  991. Subject: Re: New Version of BISHOW (bidirectional display program)
  992. In-reply-to: decvax!mcnc!ecsvax!emigh's message of 31 Jul 84 12:25:32
  993.  PDT (Tue)
  994. To: decvax!mcnc!ecsvax!emigh@UCB-VAX.ARPA
  995. cc: info-cpm@BRL.ARPA
  996.  
  997. Hi Ted,
  998.  
  999. I'm very interested in Bishow as I deal a lot with ASCII files, I
  1000. cannot, however, FTP files across the Net,
  1001.  
  1002.  
  1003. Thanks for a great program//Ken
  1004.  6-Aug-84 07:24:59-MDT,1707;000000000000
  1005. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1006. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 6 Aug 84 07:24:53-MDT
  1007. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 Aug 84 8:48 EDT
  1008. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  6 Aug 84 8:46 EDT
  1009. Date: 6 Aug 1984  06:46 MDT (Mon)
  1010. Message-ID: <RCONN.12037267722.BABYL@SIMTEL20>
  1011. From: Richard Conn <RCONN@Simtel20.ARPA>
  1012. To:   info-cpm@Brl-Aos.ARPA
  1013. Subject: [DGILBERT.ES: ZCPR3 MENU QUESTION]
  1014.  
  1015. FYI -- Rick
  1016.  
  1017. Date: Sunday, 5 August 1984  17:53-MDT
  1018. From: DGILBERT.ES at XEROX.ARPA
  1019. To:   RCONN at SIMTEL20.ARPA
  1020. cc:   DGILBERT.ES at XEROX.ARPA
  1021. Re:   ZCPR3 MENU QUESTION
  1022.  
  1023. Hello again Rick,
  1024.  
  1025. I have a question regarding ZCPR3 menu's.  They don't seem to 
  1026. behave like the ZCPR2 menu.  My hard disk system has several
  1027. named directories, each with its own menu.cpr.  Under ZCPR2,
  1028. I could invoke 'CD newdir' from the menu, and the new menu.cpr
  1029. in newdir would take over.
  1030.  
  1031. Under ZCPR3 I have a problem.  I renamed menu.cpr to menu.mnu.
  1032. While executing menu.com, the menu is displayed as before.  But,
  1033. when I ask for 'CD newdir:', it says its going to the new directory
  1034. (message from CD), but give's me the original menu, not the menu
  1035. in newdir.  Also, I don't seem to remain in 'newdir'.  Doing ^C
  1036. after the 'CD newdir:' command, I'm still in the original directory.
  1037.  
  1038. What is the correct way under ZCPR3 to move from one menu to another.
  1039. I tried the command 'cd newdir:;menu' which works, but installs one
  1040. shell over the other, i.e., ^c from newdir menu returns me back to
  1041. original menu, not >prompt.  Therefore, the stack will probably
  1042. overflow if I move freely from menu to menu?  What am I missing?
  1043.  
  1044. Thanks,
  1045.  
  1046. Doug.
  1047.  6-Aug-84 07:30:39-MDT,1856;000000000000
  1048. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1049. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 6 Aug 84 07:30:32-MDT
  1050. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 Aug 84 8:58 EDT
  1051. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  6 Aug 84 8:53 EDT
  1052. Date: 6 Aug 1984  06:52 MDT (Mon)
  1053. Message-ID: <RCONN.12037268903.BABYL@SIMTEL20>
  1054. From: Richard Conn <RCONN@Simtel20.ARPA>
  1055. To:   DGILBERT.ES@XEROX.ARPA
  1056. Cc:   info-cpm@Brl-Aos.ARPA
  1057. Subject: ZCPR3 MENU QUESTION
  1058. In-reply-to: Msg of 5 Aug 1984  17:53-MDT from DGILBERT.ES at XEROX.ARPA
  1059.  
  1060.     That is a very good question, Doug.  One key difference
  1061. between MENU under ZCPR3 and MENU under ZCPR2 is that the ZCPR3
  1062. version notes where it executes from and drops a boat anchor there.
  1063. In this way, the user can move about under a menu as he desires and
  1064. always return to home base automatically so the original menu can be
  1065. found.  The MENU under ZCPR3 is a Shell.
  1066.  
  1067.     If you want to go to a difference directory while under a
  1068. ZCPR3 MENU and stay there, you have to (1) clear the current shell,
  1069. (2) log into the desired directory, and (3) invoke a new Menu Shell
  1070. with the new menu.  The SHCTRL POP command clears the current shell,
  1071. CD DIR: or DU: or DIR: logs you into the new directory, and a MENU
  1072. command of whatever form establishes the new menu.  If you want to
  1073. NEST your menus (ie, be under one MENU in one directory and also under
  1074. another MENU in another directory at the same time), then do as
  1075. described but do NOT clear the shell stack.  That is, log into the
  1076. desired directory (via CD DIR: or DU: or DIR:) and issue a MENU
  1077. command.  You now have two MENU shells on your shell stack, and you
  1078. will stay in the second directory under the second shell.  When you
  1079. exit this shell (say, via ^C), you will pop back to the first
  1080. directory under the first MENU.  Neat, huh?
  1081.  
  1082.     Rick
  1083.  6-Aug-84 08:00:18-MDT,1190;000000000000
  1084. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1085. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 6 Aug 84 08:00:12-MDT
  1086. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 Aug 84 8:58 EDT
  1087. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  6 Aug 84 8:56 EDT
  1088. Date: 6 Aug 1984  06:55 MDT (Mon)
  1089. Message-ID: <RCONN.12037269445.BABYL@SIMTEL20>
  1090. From: Richard Conn <RCONN@Simtel20.ARPA>
  1091. To:   info-cpm@Brl-Aos.ARPA
  1092. Subject: [dgilbert.es: zcpr3 menu - a solution]
  1093.  
  1094. Doug's solution is also correct (see below).  I personally prefer
  1095. SHCTRL POP because if you are under another shell in the current MENU,
  1096. then the outer shell is not lost.  Doug's solution is perfectly
  1097. reasonable.  I think he is getting the ZCPR3 mind-set!
  1098.  
  1099.     Rick
  1100.  
  1101.  
  1102. Date: Sunday, 5 August 1984  18:07-MDT
  1103. From: dgilbert.es at XEROX.ARPA
  1104. To:   RCONN at SIMTEL20.ARPA
  1105. cc:   DGILBERT.ES at XEROX.ARPA
  1106. Re:   zcpr3 menu - a solution
  1107.  
  1108. RICK,
  1109.  
  1110. IF YOU READ MY OTHER MESSAGE.....I JUST FIGURED OUT ONE WAY..
  1111.  
  1112. USE 'SHCTRL CLR' AS FOLLOWS:  TO CHANGE TO ANOTHER MENU ALA'
  1113. ZCPR2, USE THE COMMAND  'SHCTRL CLR;CD newdir;MENU'.  THIS
  1114. KEEPS THE STACK UNDER CONTROL.  Is this the correct solution?
  1115.  
  1116.  
  1117. Thanks,
  1118.  
  1119. Doug.
  1120.  6-Aug-84 15:23:50-MDT,5643;000000000000
  1121. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1122. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 6 Aug 84 15:23:35-MDT
  1123. Received: From apg-1.arpa.ARPA by AMSAA via smtp;  6 Aug 84 12:37 EDT
  1124. Date:  6 Aug 1984 12:25:57 EDT (Monday)
  1125. From: Robert Bloom DRSTE-TOI 3775 <rbloom@Apg-1.ARPA>
  1126. Subject: dBase II .cmd Program Beta-Testors Wanted
  1127. To: info-cpm@Amsaa.ARPA
  1128. Cc: rbloom@Apg-1.ARPA
  1129.  
  1130. Long message for dBase II People:
  1131.  
  1132. I need up to four dBase II knowledgeable persons to be willing to Beta-test a 
  1133. dBase II program I've written.  The program will be released to the PD 
  1134. community after test.  (This will be the first time I've released a major 
  1135. effort to the world - I'd like to know if there are any bad bugs before the 
  1136. unsuspecting world gets it.)
  1137.  
  1138. The program is called "PMS" for "Project Management System" and is used to 
  1139. manage the milestones, financial info, and other data of interest on a 
  1140. project basis.  Additional information and parameters are attached below.
  1141.  
  1142. Testers should have a good knowledge of dBase II command files as some (and up 
  1143. to a great deal of) customization is to be expected.  (Nobody's milestones 
  1144. will be identical to mine and the "data of interest" will vary based on the 
  1145. type projects tracked.)  A hard disk is recommended as a complete PMS system 
  1146. with all options activated, the documentation, and several project files may 
  1147. take a mega-byte or more.  For instance, a file list on my HD (4k block size - 
  1148. 18Meg HD divided into 13 "Logical" drives of 1 and 2M bytes) shows the PMS 
  1149. related files as:
  1150.  
  1151.      Drive:B  User:1  Files:35     Space used:360k  (572k Free)
  1152.           (16 PMS Project dBases)
  1153.      Drive:D  User:1  Files:104     Space used:952k  (940k Free)
  1154.           (dBase II and all of the *.CMD and *.DOC files of PMS)
  1155.      Drive:E  User:1  Files:33     Space used:440k  (516k Free)
  1156.           (15 PMS Project dBases)
  1157.      Drive:G  User:1  Files:29     Space used:256k  (488k Free)
  1158.           (13 PMS Project dBases)
  1159.      Drive:J  User:1  Files:5     Space used:20k  (360k Free)
  1160.           (1 PMS Project dBase)
  1161.  
  1162.      Don't let these figures scare you completely off - the 66 .CMD files 
  1163. alone take "only" ~325k and the whole thing is highly modulized so that it may 
  1164. be trimed down for particular applications.  One does not needs the multiple 
  1165. disks as shown above - a megabyte should hold a nice size working system.)
  1166.  
  1167.      After I sort out the replies (if any) to this message, we'll work out a 
  1168. method to transfer the files to the testors machines.  (I've a NorthStar so 
  1169. there is a definite media problem.)
  1170.  
  1171.                           PROJECT MANAGEMENT SYSTEM
  1172.                                     (PMS)
  1173.  
  1174.                     Copyright (c) 1984 by Robert W. Bloom
  1175.                              All Rights Reserved
  1176. PMS is a set of dBase II "command files" that serve to manage milestone 
  1177. schedules, financial actions, and administration data on a project by project 
  1178. basis.  The full-blown system includes facilities for:  (limits are program 
  1179. limits - disk size limitations will probably be the driving factor.)
  1180.  
  1181.      * Up to 800 milestones per project, each with an original date, actual 
  1182. date, up to 10 revisions, and each date may have an optional cross-reference 
  1183. number to a comment.
  1184.  
  1185.      * routines for easy revision and completion of milestones, each with the 
  1186. capability of adding comments as part of the revision/completion.
  1187.  
  1188.      * up to 99 comment records per project with up to 150 characters per 
  1189. comment.
  1190.  
  1191.      * unlimited number of projects, however, only 30 may be displayed in the 
  1192. project selection menu.  (There is a way to call projects not in the menu.)
  1193.  
  1194.      * All the information for one project is held in one file (and one .ndx)
  1195.  
  1196.      * completely menu driven - the user need not know anything of the 
  1197. underlying dBase II structure, programming language, or commands.  (Knowledge 
  1198. of these is necessary to modify the system however.)
  1199.  
  1200.      * Two levels of prompting - "expert and novice".
  1201.  
  1202.      * A unlimited number of Points-of-contacts may be held for each project, 
  1203. each containing name, agency, address, attention line, and phone number.
  1204.  
  1205.      * Adminstrative type data is held for each project - names, numbers, 
  1206. responsible persons and agencies.
  1207.  
  1208.      * Financial actions - requested, received and distributed funding, are 
  1209. held for each project.
  1210.  
  1211.      * A financial plan, i.e. how much is planned to go for what, is held for 
  1212. each project.
  1213.  
  1214.      * 10 different reports in three major areas (administration, milestones, 
  1215. and financial) are available.  Reports may be "stacked", in which multiple 
  1216. reports on multiple projects may be all output continuously without additional 
  1217. user input.
  1218.  
  1219.      * reports may to output to printer, terminal or file.
  1220.  
  1221.      * (rudimentary) facilities for retrieving information from a project 
  1222. historical file.
  1223.  
  1224.      * highly modular, easily modified.  The total coding size is >300k, but 
  1225. may be reduced by eliminating modules.
  1226.  
  1227.      * facilities for viewing a correctly any record in the data base without 
  1228. resort to any of the dBase II editing commands.
  1229.  
  1230. Documentation files include:
  1231.  
  1232.       READ-ME.PMS - facilities of PMS, where to look for more help, and short 
  1233.                           instructions on how to install
  1234.           PMS.DOC - user documentation
  1235.           PMS.INS - detailed installation instructions
  1236.           PMS.HLP - help for customization, program notes
  1237.           PMS.STR - table of the structure of the project files
  1238.           PMS.RPT - Sample reports
  1239.  
  1240. *dBase II is a trademark of Ashton-Tate
  1241.  
  1242.  6-Aug-84 19:52:16-MDT,684;000000000000
  1243. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1244. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 6 Aug 84 19:52:04-MDT
  1245. Received: From brl.arpa.ARPA by AMSAA via smtp;  6 Aug 84 18:20 EDT
  1246. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  6 Aug 84 18:21 EDT
  1247. Received: from Gamay.ms by ArpaGateway.ms ; 06 AUG 84 15:20:43 PDT
  1248. From: dgilbert.es@XEROX.ARPA
  1249. Date: 6 Aug 84 15:20:35 PDT
  1250. Subject: ZCPR3 MENU...pop
  1251. To: RCONN@SIMTEL20.ARPA
  1252. cc: INFO-CPM@BRL.ARPA
  1253.  
  1254.  
  1255. RICK,
  1256.  
  1257. AH!  Yes, the 'SHCTRL POP' is the answer.  That way, I can have another
  1258. shell installed if I want, and maintain it under MENU control.  Works
  1259. FINE!
  1260.  
  1261. ....and yes....NEAT!
  1262.  
  1263. Thanks again,
  1264.  
  1265. Doug.
  1266.  
  1267.  
  1268.  
  1269.  7-Aug-84 07:38:27-MDT,3049;000000000000
  1270. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1271. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 7 Aug 84 07:38:06-MDT
  1272. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 Aug 84 8:49 EDT
  1273. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  7 Aug 84 8:41 EDT
  1274. Date: 7 Aug 1984  06:41 MDT (Tue)
  1275. Message-ID: <RCONN.12037528971.BABYL@SIMTEL20>
  1276. From: Richard Conn <RCONN@Simtel20.ARPA>
  1277. To:   info-cpm@Brl-Aos.ARPA
  1278. Subject: [decvax!mcnc!ecsvax!emigh: LDR Problem]
  1279.  
  1280. FYI -- This is an answer to that LDR anomaly.  Will see that a change
  1281. is posted.
  1282.  
  1283.     Rick
  1284.  
  1285.  
  1286. Date: Monday, 6 August 1984  12:10-MDT
  1287. From: decvax!mcnc!ecsvax!emigh at Berkeley
  1288. To:   rconn at SIMTEL20.ARPA
  1289. cc:   ecsvax!emigh at Berkeley
  1290. Re:   LDR Problem
  1291. Original-From: Ted Emigh <emigh@ecsvax>
  1292. Location: Genetics and Statistics, N.C. State University
  1293. Address: {decvax akgua unc duke ihnp4}!mcnc!ecsvax!emigh
  1294. Arpanet: decvax!mcnc!ecsvax!emigh@BERKELEY.ARPA
  1295. References: Msg of 2 Aug 1984  14:06-MDT from decvax!mcnc!ecsvax!emigh at Berkeley
  1296.  
  1297. Rick,
  1298.  
  1299.   The program LDR.COM does not match LDR.MAC (both on SIMTEL20).  I have made
  1300. a ZSID listing of LDR.COM,and have printed it next to the LDR.MAC listing
  1301. (forgive the difference in mnemonics, I can't locate DDT just now...).
  1302. ZSID Disassembly of        LDR.MAC from SIMTEL20
  1303. LDR.COM from SIMTEL20
  1304.             ;
  1305.             ;  Load Data Buffers from Environment
  1306.             ;
  1307.             setdata:
  1308. LD    HL,(0754)    lhld    envptr    ; get environment descriptor address
  1309. LD    (04DC),HL    shld    envadr
  1310. LD    DE,0080        lxi    d,80H    ; pt to Z3TCAP
  1311. ADD    HL,DE         dad    d
  1312. LD    (04E8),HL    shld    tcapadr
  1313. CALL    073F        call    getrcp    ; get RCP data
  1314. LD    DE,04A6        lxi    d,rcpdata    ; load
  1315. CALL    02BB        call    sdload
  1316. CALL    0701        call    getiop    ; get IOP data
  1317. LD    DE,04B2        lxi    d,iopdata    ; load
  1318. CALL    02BB        call    sdload
  1319. CALL    06F0        call    getfcp    ; get FCP data
  1320. LD    DE,04BE        lxi    d,fcpdata    ; load
  1321. CALL    02BB        call    sdload
  1322.             lxi    h,ndridat    ; init NDR data in case no entry
  1323.             lxi    d,ndrdata
  1324.             mvi    b,9    ; 9 bytes (1-jmp, 5-ID, 2-adr, 1-size)
  1325.             call    moveb
  1326. CALL    072E        call    getndr    ; get NDR data
  1327.             mov    a,h    ; no NDR data?
  1328.             ora    l
  1329.             rz
  1330. LD    DE,04CA        lxi    d,ndrdata    ; load and fall thru to sdload
  1331. CALL    02BB        call    sdload
  1332. DEC    DE        dcx    d    ; pt to entry count
  1333. LD    A,(DE)        ldax    d    ; get entry count
  1334. PUSH    DE        push    d    ; save ptr
  1335. LD    H,00        mvi    h,0    ; HL = value
  1336. LD    L,A        mov    l,a
  1337. ADD    HL,HL        dad    h    ; *2
  1338. LD    D,H        mov    d,h    ; DE = value * 2
  1339. LD    E,L        mov    e,l
  1340. ADD    HL,HL        dad    h    ; *4
  1341. ADD    HL,HL        dad    h    ; *8
  1342. ADD    HL,HL        dad    h    ; *16
  1343. ADD    HL,DE        dad    d    ; *18
  1344. LD    A,H        mov    a,h    ; /128
  1345. RLCA            rlc
  1346. AND    FE        ani    0feh
  1347. LD    H,L        mov    h,a
  1348. LD    A,L        mov    a,l
  1349. RLCA            rlc
  1350. AND    01        ani    1    ; A = value * 18 / 128
  1351. OR    H        ora    h    ; +1
  1352. INC    A        inr    a    ; get ptr
  1353. POP    DE        pop    d    ; save value
  1354. LD    (DE),A        stax    d
  1355. RET            ret                
  1356.  
  1357. As you can see, the LDR.COM version does not check for valid Named Directories.
  1358. I have used LDR as assembled from LDR.MAC and it is working fine.  This resolves
  1359. the problem as far as I am concerned.  If you would still like me to send you
  1360. the values in my sys.env file I will do so, but I don't think this is necessary.
  1361.  
  1362. --Ted--
  1363.  7-Aug-84 07:48:49-MDT,1457;000000000000
  1364. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1365. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 7 Aug 84 07:48:42-MDT
  1366. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 Aug 84 9:00 EDT
  1367. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  7 Aug 84 8:59 EDT
  1368. Date: 7 Aug 1984  06:58 MDT (Tue)
  1369. Message-ID: <RCONN.12037532123.BABYL@SIMTEL20>
  1370. From: Richard Conn <RCONN@Simtel20.ARPA>
  1371. To:   info-cpm@Brl-Aos.ARPA
  1372. Subject: ZCPR3 Book
  1373.  
  1374.     The ZCPR3 Book - the WHOLE thing - went to the publisher
  1375. yesterday.  Two editors have been working on it for a couple of weeks
  1376. now, and there are no problems reported.  Three editors will start
  1377. work on it Thursday or so, and no problems are anticipated at this
  1378. time.  The release of the book is currently set for the first of
  1379. October - in hardbound (I think) at a list price of $19.95. The draft,
  1380. as printed by my exhausted Toshiba, is 500 pages long, including a
  1381. 10-page table of contents and 15-page index.  The book is entitled
  1382. "ZCPR3: The Manual", as opposed to the next book (no contract on this
  1383. one yet), which is entitled "ZCPR3: The Libraries".  I will probably
  1384. upload a copy of the table of contents to SIMTEL20 soon so anyone who
  1385. is interested can see what the book looks like.
  1386.  
  1387.     Rick
  1388.  
  1389. PS - Here is the documentation that several of you have asked for.
  1390. Every command in all detail with a package of the book (consisting of
  1391. 5 or 6 chapters) on the internal operation of the ZCPR3 System.
  1392.  
  1393.  7-Aug-84 13:36:56-MDT,918;000000000000
  1394. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1395. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 7 Aug 84 13:36:47-MDT
  1396. Received: From brl.arpa.ARPA by AMSAA via smtp;  7 Aug 84 14:50 EDT
  1397. Received: From xerox.arpa.ARPA by BRL-AOS via smtp;  7 Aug 84 13:13 EDT
  1398. Received: from GreeneKing.ms by ArpaGateway.ms ; 07 AUG 84 10:08:41 PDT
  1399. Date: 7 Aug 84 13:52:31+0100 (Tuesday)
  1400. From: Hirst.RX@XEROX.ARPA
  1401. Subject: XLT86
  1402. To: info-cpm@BRL.ARPA
  1403. cc: Hirst.RX@XEROX.ARPA
  1404. Reply-To: Hirst.RX@XEROX.ARPA
  1405.  
  1406. There has been the odd enquiry on the net for a utility to enable
  1407. translation of 8080 assembly source code to 8086 code.
  1408.  
  1409. XLT86 from DIG Research is one such utility which is written in PL/I and
  1410. will run on any 8-bit CP/M (or MP/M) system (min' 48K).
  1411.  
  1412. I understand there is also a VAX/VMS version (1600 BPI) for large
  1413. program translation,
  1414.  
  1415. Does anyone out there have any experience of this package???
  1416.  
  1417. Ken
  1418.  
  1419.  8-Aug-84 07:02:58-MDT,1500;000000000000
  1420. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1421. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 07:02:51-MDT
  1422. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  8 Aug 84 8:32 EDT
  1423. Received: from radc-multics.arpa by BRL-VGR.ARPA id a001063; 8 Aug 84 8:34 EDT
  1424. Date:  Wed, 8 Aug 84 08:27 EDT
  1425. From:  Wiedemann@RADC-MULTICS.ARPA
  1426. Subject:  BDOS Help Needed
  1427. To:  info-cpm@BRL-VGR.ARPA, info-micro@BRL-VGR.ARPA
  1428. Message-ID:  <840808122757.634252@RADC-MULTICS.ARPA>
  1429.  
  1430.      We have a vintage Imsai 8085 S-100 system with two 8" SS/SD drives
  1431. here that we are configuring as an RCPM system for out local clup.
  1432. (Mohwk Valley Microcomputer Club) All the software is finished and runs
  1433. well.  I purchased and installed the Optronics Technology timeout board
  1434. on the disk drives to reduce disk/head wear,since this board will be
  1435. operational 24 hours a day.
  1436.      Here's the problem:  The timeout board triggers on the "drive
  1437. select" line from the controller.  When it sees this signal, it turns
  1438. the 115VAC back on to the spindle motor.  Several seconds after the loss
  1439. of this signal, the board will power the spindle motor down.  This
  1440. system uses "Fischer-Freitas" CP/M 2.2.  I need to find someone who has
  1441. worked with this BDOS and can point me in the direction of how to patch
  1442. it to bring the drive select down after a disk read.  I'd do it myself,
  1443. but time is at a premium right now and I'd like to get this board on
  1444. line.
  1445.      Thanx much, in advance!
  1446.  
  1447. Wolf Wiedemann RADC-MULTICS
  1448.  8-Aug-84 07:52:11-MDT,649;000000000000
  1449. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1450. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 07:52:06-MDT
  1451. Received: From apg-1.arpa.ARPA by AMSAA via smtp;  8 Aug 84 8:41 EDT
  1452. Date:  8 Aug 1984  8:39:06 EDT (Wednesday)
  1453. From: Robert Bloom DRSTE-TOI 3775 <rbloom@Apg-1.ARPA>
  1454. Subject: Enough Betas Already!
  1455. To: info-cpm@Amsaa.ARPA
  1456.  
  1457. Thanks to all the responded to my call for beta testors of the "PMS"
  1458. dBase II package.  As of right now I have 12 names and think that's
  1459. enough (probably too much but we'll handle it.)
  1460.  
  1461. The rest of you will just have to wait until it appears on simtel or 
  1462. whereever.
  1463.  
  1464. Thanks again, Bob Bloom
  1465.  
  1466.  8-Aug-84 08:24:47-MDT,1448;000000000000
  1467. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1468. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 08:24:41-MDT
  1469. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  8 Aug 84 9:49 EDT
  1470. Received: from nadc.arpa by BRL-VGR.ARPA id a001975; 8 Aug 84 9:44 EDT
  1471. Date: 8 Aug 1984 09:40:26-EDT
  1472. From: mlsmith@nadc.ARPA
  1473. To: Wiedemann@radc-multics.ARPA, info-cpm@BRL-VGR.ARPA, 
  1474.     info-micro@BRL-VGR.ARPA
  1475. Subject: BDOS Help Needed
  1476. Cc: kushnier@nadc.ARPA
  1477.  
  1478.     I don't know how much applicability this has but here goes:
  1479. We had a Digital Group (aka AEON) system up with SS/SD 8" disks running CPM and
  1480. Oasis on a time shared basis. The disks would crash on power down intermittently
  1481. and the select lines had come high. The answer we got from DG was that they all
  1482. do that! We abandoned SD and installed DD disks with a new disk controller.
  1483. Result: three years without a controller glitch (one disk regulator failure).
  1484. Recommendation: Look at the disk controller before attacking BDOS as our 
  1485. problem was language independent.
  1486.  
  1487.                     good luck,
  1488.                     mlsmith@nadc.ARPA
  1489.  
  1490. P.S. A delay after disk read is normal - if the power on the motor shuts down
  1491.      immediately after completion some systems declared the previous data
  1492.      shipped bad and tried again resulting in endless retransmissions. Also
  1493.      some timeout boards include a longer delay >30 seconds to cover the
  1494.      random access file case where excessive cycling would occur.
  1495.  8-Aug-84 12:13:26-MDT,1845;000000000000
  1496. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1497. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 12:13:16-MDT
  1498. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 Aug 84 13:36 EDT
  1499. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  8 Aug 84 13:35 EDT
  1500. Date: 8 Aug 1984  11:34 MDT (Wed)
  1501. Message-ID: <RCONN.12037844457.BABYL@SIMTEL20>
  1502. From: Richard Conn <RCONN@Simtel20.ARPA>
  1503. To:   Jim Forrest <JFORREST@SIMTEL20.ARPA>
  1504. Cc:   KPETERSEN@SIMTEL20.ARPA, info-cpm@Brl-Aos.ARPA
  1505. Subject: RBBS/ZCPR2
  1506. In-reply-to: Msg of 8 Aug 1984  06:30-MDT from Jim Forrest <JFORREST at SIMTEL20.ARPA>
  1507.  
  1508. Yes, I concur that with programs like SWEEP, security is basically
  1509. lost if you can get to them.  ZCPR3 offers a distinct advantage in
  1510. this arena in that for secure systems with the DU form disabled, then
  1511. the DIR form has to be used.  Each named directory has a password
  1512. associated with it.  So if the user types ROOT:SWEEP, then if ROOT has
  1513. a non-blank password, the user is FORCED to provide a correct password
  1514. before the system will log him in.  If he does not provide the correct
  1515. password, the ROOT: reference is changed (internally) to the current
  1516. directory.  The same is true for commands like TYPE DIR:PASSFILE.TXT,
  1517. since even for references in the argument fields, the password
  1518. protection holds under ZCPR3.
  1519.  
  1520.     "Dangerous" commands should be placed into a named directory
  1521. which is not in the command search path.  If you want even more
  1522. security, have the login sequence DISABLE the reference in the named
  1523. directory to this "secure" directory, so its NAME is not even
  1524. available to the user.  With DU disabled and no NAME, a directory
  1525. CANNOT be referenced unless a tool like SWEEP which bypasses the
  1526. protection system is used, and hopefully the path protection with the
  1527. named directory reference will stop that.
  1528.  
  1529.  
  1530.     Rick
  1531.  8-Aug-84 12:15:28-MDT,1419;000000000000
  1532. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1533. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 12:15:22-MDT
  1534. Received: From brl.arpa.ARPA by AMSAA via smtp;  8 Aug 84 13:36 EDT
  1535. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  8 Aug 84 13:36 EDT
  1536. Date: 8 Aug 1984  11:35 MDT (Wed)
  1537. Message-ID: <RCONN.12037844628.BABYL@SIMTEL20>
  1538. From: Richard Conn <RCONN@Simtel20.ARPA>
  1539. To:   info-cpm@Brl-Aos.ARPA
  1540. Subject: [JFORREST: RBBS/ZCPR2]
  1541.  
  1542. FYI - this is the message I responded to in my comments about security
  1543. under ZCPR3. -- Rick
  1544.  
  1545. Date: Wednesday, 8 August 1984  06:30-MDT
  1546. From: Jim Forrest <JFORREST at SIMTEL20.ARPA>
  1547. To:   KPETERSEN at SIMTEL20.ARPA
  1548. cc:   JFORREST at SIMTEL20.ARPA
  1549. Re:   RBBS/ZCPR2
  1550. ReSent-From: KPETERSEN@SIMTEL20
  1551. ReSent-To: RCONN
  1552. ReSent-Date: Wed 8 Aug 1984 07:14-MDT
  1553.  
  1554. Keith
  1555.  
  1556. Found a serious weakness in security
  1557.  
  1558. With user areas restricted to 0-9, a user in 0: can type:
  1559.  
  1560. 11:sweep2<ret>
  1561.  
  1562. Then can use sweep to go to any user area as it over-rides bye limits
  1563.  
  1564. I have tried protect and password (whatever correct names are) to no
  1565. avail.
  1566.  
  1567. Possibly I have bye set for cpm 2.2 and not zcpr2 or nzcpr2. I am
  1568. using version of zcpr2 set up for security that eliminates some
  1569. commands. I was not sure which to use in bye as I had some trouble
  1570. when I set on zcpr2 or nzpr2. That may be due to difference in max
  1571. user set with genins and max user set in bye.
  1572.  
  1573. Jim
  1574.  8-Aug-84 23:40:09-MDT,1806;000000000000
  1575. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1576. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 23:40:03-MDT
  1577. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 Aug 84 1:08 EDT
  1578. Received: From sri-unix.arpa.ARPA by BRL-AOS via smtp;  9 Aug 84 1:09 EDT
  1579. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 8 Aug 84 22:01-PDT
  1580. Date: 7 Aug 84 6:22:59-PDT (Tue)
  1581. To: info-cpm@Brl.arpa
  1582. From: ihnp4!ihuxp!gvw1@Ucb-Vax.arpa
  1583. Subject: PCPI Appli-Card(tm) Drivers
  1584. Article-I.D.: ihuxp.816
  1585.  
  1586. The PCPI Appli-Card(tm) is a versatile CP/M(tm) card for
  1587. the Apple II (or IIe). Using the OEM software that can be obtained from
  1588. PCPI, one can write special purpose "drivers" that down load into the
  1589. Apple at boot time.  The card comes with a standard set of drivers for
  1590. controlling the console, printer, etc.  Supposely these drivers can be
  1591. relocatable or can be loaded into an absolute location at boot time.
  1592.  
  1593. Now to my question for those of you who have a PCPI Appli-Card...
  1594.  
  1595. I have been able to write a relocatable driver that allows one to call a
  1596. subroutine in the apple.  Yes I know that there is a general command for
  1597. doing this, but sometimes values have to be placed in the X, Y, and/or A
  1598. registers before calling the subroutine (eg., calling some of the
  1599. graphics subroutines in the Applesoft ROMs)--and that's what my driver
  1600. does.
  1601.  
  1602. My question is:  I am trying to make the driver so that it loads in an
  1603. absolute address (eg., at $4000 just above Hi-Res page 1).  I cann't get
  1604. it to work--my system hangs when I boot it with this driver installed as
  1605. an absolute loading driver (It works great as a relocatable driver.).
  1606.  
  1607. Can anyone give me a hint???
  1608.  
  1609.     Thanks!
  1610.     George V. Wilder
  1611.     ihnp4!ihuxp!gvw1
  1612.     1 (312) 979-1937
  1613. -- 
  1614.  
  1615.  
  1616.         George V. Wilder
  1617.  
  1618.                  ihnp4!ihuxp!gvw1
  1619.  8-Aug-84 23:40:55-MDT,896;000000000000
  1620. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1621. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 8 Aug 84 23:40:51-MDT
  1622. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  9 Aug 84 1:11 EDT
  1623. Date: 8 Aug 1984  23:13 MDT (Wed)
  1624. Message-ID: <KPETERSEN.12037971667.BABYL@SIMTEL20>
  1625. Sender: KPETERSEN@Simtel20.ARPA
  1626. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  1627. To:   Info-Cpm@AMSAA.ARPA
  1628. Subject: LUDEF4.DOC new definition file for Library Utility
  1629.  
  1630. Readers who are interested in keeping up with the official definitions
  1631. of .LBR files (made with LU.COM and similar programs) will want to get
  1632. this new file which defines new extensions to the .LBR directory
  1633. format, including time/date stamping ala MP/M and MS-DOS.  The new
  1634. file is now avaiable on SIMTEL20 as:
  1635.  
  1636. Filename            Type     Bytes     Sectors     CRC
  1637.  
  1638. Directory MICRO:<CPM.CPMLIB>
  1639. LUDEF4.DOC.1            ASCII      9449   74 =  4AH  BF2EH
  1640.  
  1641. --Keith
  1642.  9-Aug-84 11:59:42-MDT,889;000000000000
  1643. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1644. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 11:59:34-MDT
  1645. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 Aug 84 13:32 EDT
  1646. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  9 Aug 84 13:33 EDT
  1647. Date: 9 Aug 1984  11:33 MDT (Thu)
  1648. Message-ID: <RCONN.12038106372.BABYL@SIMTEL20>
  1649. From: Richard Conn <RCONN@Simtel20.ARPA>
  1650. To:   info-cpm@Brl-Aos.ARPA
  1651. Subject: LDR-UPD.COM
  1652.  
  1653.     I have uploaded a version of LDR.COM to MICRO:<CPM.ZCPR3>
  1654. which matches the LDR.MAC file.  I really apologize for the mixup I
  1655. made between the old object of LDR and the release (final) object of
  1656. LDR.  The source file (LDR.MAC) is current.
  1657.  
  1658.         Rick
  1659.  
  1660. PS CRCs check from the upload, but the CRC is not the same as the one
  1661. on the distribution list, which matches the bad LDR.COM.  I will send
  1662. out the correct LDR.COM in the Phase 2 release.
  1663.  9-Aug-84 14:24:27-MDT,1260;000000000000
  1664. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1665. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 14:24:15-MDT
  1666. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  9 Aug 84 15:48 EDT
  1667. Received: from radc-multics.arpa by BRL-VGR.ARPA id a000565; 9 Aug 84 15:40 EDT
  1668. Posted-Date:  9 Aug 84 15:32 EDT
  1669. Date:  Thu, 9 Aug 84 15:31 EDT
  1670. From:  Wiedemann@RADC-MULTICS.ARPA
  1671. Subject:  Software piracy - a novel approach!
  1672. To:  info-micro@BRL-VGR.ARPA, info-cpm@BRL-VGR.ARPA
  1673. Message-ID:  <840809193145.950394@RADC-MULTICS.ARPA>
  1674.  
  1675. I received my September Computer Shopper yesterday, and an ad cought my
  1676. immediate attention.  There in the classifieds, was an offer for "used"
  1677. software for the Z-100.  Some of the offerings were:  dBASEII for $85,
  1678. Wordstar with Mailmerge for $85, and Multiplan for $75.  Since I was in
  1679. the market for Multiplan, I called the number listed and asked for Jim.
  1680.  
  1681. Jim answered the phone and sadly informed me that Multiplan was sold.
  1682. He then, quite voluntarily and to a perfect stranger (me!)  said, (and I
  1683. paraphrase, not recalling his exact words) "Yeah, see, what I do is buy
  1684. this software, make a copy of it for myself, and then sell the the
  1685. original as 'used' software".
  1686.  
  1687. Incredible!
  1688.  
  1689. Wolf Wiedemann RADC-MULTICS
  1690.  9-Aug-84 18:23:30-MDT,1188;000000000000
  1691. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1692. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 18:23:24-MDT
  1693. Received: From brl.arpa.ARPA by AMSAA via smtp;  9 Aug 84 19:52 EDT
  1694. Received: From simtel20.arpa.ARPA by BRL-AOS via smtp;  9 Aug 84 19:50 EDT
  1695. Date: Thu 9 Aug 84 17:50:26-MDT
  1696. From: Jim Forrest <JFORREST@SIMTEL20.ARPA>
  1697. Subject: Re: RBBS/ZCPR2
  1698. To: RCONN@SIMTEL20.ARPA
  1699. cc: KPETERSEN@SIMTEL20.ARPA, info-cpm@BRL.ARPA, JFORREST@SIMTEL20.ARPA
  1700. In-Reply-To: Message from "Richard Conn <RCONN@SIMTEL20>" of Wed 8 Aug 84 11:34:00-MDT
  1701.  
  1702. I finally got the degree of security I needed by setting BYE NZCPR YES
  1703. and USEZCPR NO. This unlikely mixture results in users being able to
  1704. use 0: thru 5: to switch user areas, but having to use CD to connect to
  1705. user areas 6 thru 9. With BYE set like this, 11:SWEEP results in a ?.
  1706. No more. I suppose the reason it will not accept 6: thru 9: is due to
  1707. something in the PUTSEC.HEX file so I will need to obtain PUTSEC.ASM
  1708. and make a change, if I can find it. I got the HEX file from Steve
  1709. Sanders, who now has PRO-COM RBBS/RCPM running extremely well on ZCPR3.
  1710.  
  1711. Do you agree on my assumption about PUTSEC.HEX?
  1712.  
  1713. Jim
  1714. -------
  1715.  9-Aug-84 19:43:46-MDT,1354;000000000000
  1716. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1717. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 19:43:40-MDT
  1718. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  9 Aug 84 21:10 EDT
  1719. Date: Thursday, 9 August 1984  10:45-MDT
  1720. Message-ID: <KPETERSEN.12038190057.BABYL@SIMTEL20>
  1721. Sender: Wiedemann@RADC-MULTICS.ARPA
  1722. From: Wiedemann@RADC-MULTICS.ARPA
  1723. To: info-micro@BRL-VGR.ARPA
  1724. Subject:   dBASEII sort problem
  1725. ReSent-From: KPETERSEN@Simtel20.ARPA
  1726. ReSent-To: Info-Cpm@Amsaa.ARPA
  1727. ReSent-Date: Thu 9 Aug 1984 19:13-MDT
  1728.  
  1729. I have CP/M dBASE, Version 2.4.  There appears to be a problem with the
  1730. "SORT" function.  Whenever I try to SORT ON <field> TO <file>, I get a
  1731. "END OF FILE FOUND UNEXPECTEDLY" message.  Not only that, but even after
  1732. a CLEAR, I cannot erase the destination sorted file without incurring a
  1733. FILE ALREADY OPEN message.  When I try another CLEAR followed by a USE
  1734. with the sorted destination file, I get a NO DATA BASE IN USE message.
  1735.  
  1736. Can anyone shed any light on this?  Is it me or my dBASEII?  Is there a
  1737. fix?
  1738.  
  1739. Wolf Wiedemann RADC-MULTICS
  1740.  
  1741.  
  1742. P.S.  I have verified correct format of the source file I'm trying to
  1743. sort.  Every time I QUIT out of dBASEII and re-enter it, USEing the
  1744. sorted destination file, all I ever see on a DISPLAY ALL is the first
  1745. record of the source file, repeated ad infinitum.  HELP!!
  1746.  9-Aug-84 22:55:16-MDT,714;000000000000
  1747. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1748. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 22:55:12-MDT
  1749. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 0:27 EDT
  1750. Received: from simtel20.arpa by BRL-AOS.ARPA id a000257; 10 Aug 84 0:25 EDT
  1751. Date: 9 Aug 1984  22:24 MDT (Thu)
  1752. Message-ID: <RCONN.12038224990.BABYL@SIMTEL20>
  1753. From: Richard Conn <RCONN@simtel20.ARPA>
  1754. To:   Jim Forrest <JFORREST@SIMTEL20.ARPA>
  1755. Cc:   KPETERSEN@SIMTEL20.ARPA, info-cpm@brl.ARPA
  1756. Subject: RBBS/ZCPR2
  1757. In-reply-to: Msg of 9 Aug 1984  17:50-MDT from Jim Forrest <JFORREST at SIMTEL20.ARPA>
  1758.  
  1759. I am really not familiar with the NZCPRs or the PUTSEC program you
  1760. mention.  Can't say anything about them.
  1761.  
  1762.     Rick
  1763.  9-Aug-84 22:57:28-MDT,1264;000000000000
  1764. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1765. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 22:57:23-MDT
  1766. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 0:27 EDT
  1767. Received: from simtel20.arpa by BRL-AOS.ARPA id a000273; 10 Aug 84 0:30 EDT
  1768. Date: 9 Aug 1984  22:29 MDT (Thu)
  1769. Message-ID: <RCONN.12038225893.BABYL@SIMTEL20>
  1770. From: Richard Conn <RCONN@simtel20.ARPA>
  1771. To:   info-cpm@brl.ARPA
  1772. Subject: ZCPR3 Book Info
  1773.  
  1774.     In MICRO:<CPM.ZCPR3> on SIMTEL20 are the following files:
  1775. Z3BOOK.0, Z3BOOK.1, Z3BOOK.2, Z3BOOK.3, Z3BOOK.4, Z3BOOK.5.  These six
  1776. files combine in the indicated sequence to form the table on contents
  1777. for the current draft of the book.  For those who are interested, this
  1778. information will serve to outline what the book will contain.  A few
  1779. more programs will be added to Chapter 5 and a few other changes are
  1780. planned, but these files essentially tell the story and allow you to
  1781. look at the book from the top down.
  1782.  
  1783.     In draft form, the book is 500 pages long.  I don't know how
  1784. long it will be after typesetting.  The price that has been quoted to
  1785. me as the list price (as planned at this time) is $19.95.  Release of
  1786. the book is currently set for October.  Will keep you posted as things
  1787. develop.
  1788.  
  1789.         Rick
  1790.  9-Aug-84 23:21:14-MDT,1029;000000000000
  1791. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1792. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 9 Aug 84 23:21:09-MDT
  1793. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 0:38 EDT
  1794. Received: from simtel20.arpa by BRL-AOS.ARPA id a000278; 10 Aug 84 0:37 EDT
  1795. Date: 9 Aug 1984  22:36 MDT (Thu)
  1796. Message-ID: <RCONN.12038227192.BABYL@SIMTEL20>
  1797. From: Richard Conn <RCONN@simtel20.ARPA>
  1798. To:   info-cpm@brl.ARPA
  1799. Subject: ZCPR3 Talk in Dallas
  1800.  
  1801.     For those of you who are interested and can/want to attend, I
  1802. am scheduled to give a talk (for about 1 hour) followed by a question
  1803. and answer session on ZCPR3 at the Dallas CP/M User's Group.  The
  1804. meeting starts at 7:30 on September 20 at Dealy Recreation Center.  To
  1805. get to the meeting, from 635 on the north edge of the city, turn South
  1806. onto Hill Crest (may be misspelled) and proceed to Royal.  Turn right
  1807. onto Royal, and proceed from one block West on Royal from Hill Crest.
  1808. The Dealy Recreation Center is a former Elementary School on the right
  1809. on Royal.
  1810.  
  1811.         Rick
  1812. 10-Aug-84 06:25:03-MDT,3325;000000000000
  1813. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1814. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 06:24:51-MDT
  1815. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 7:15 EDT
  1816. Received: from simtel20.arpa by BRL-AOS.ARPA id a000855; 10 Aug 84 7:14 EDT
  1817. Date: Fri 10 Aug 84 05:13:54-MDT
  1818. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  1819. Subject: ZCPR3 Newsletter 1
  1820. To: info-cpm@BRL.ARPA
  1821.  
  1822. From MICRO:<CPM.ZCPR3>NEWS001.Z3 on SIMTEL20 --
  1823.  
  1824. .op
  1825. ..echelon.001
  1826.                                   23 July 1984
  1827.  
  1828.  
  1829.                           ZCPR3 Newsletter 001
  1830.  
  1831.  
  1832. Thanks for joining in our support for CP/M-80 systems.  As we present
  1833. this premier issue of the Newsletter, we look forward with a positive
  1834. and confident feeling that our new software fills an important niche in
  1835. your world.  The microcomputer industry was started, nurtured, made
  1836. viable, by 8-bit machines and Echelon doesn't intend to abandon them,
  1837. as many have been so quick to do!  We believe 8-bit machines are most
  1838. practical and cost effective for jobs you desire to perform.
  1839.  
  1840. You will find ZCPR3 provides a powerful set of tools to manage both your
  1841. present and future computing tasks.  Furthermore, the overall software
  1842. system represented by ZCPR3 is expanding with new application packages
  1843. to solve new business and personal problems, to integrate existing
  1844. programs in your library using concise and crisp menus, and to handle
  1845. day-to-day computer disk file maintenance.
  1846.  
  1847. WordStar (or WordMaster), SuperCalc, and dBase II are ideal candidates to
  1848. run from one menu under ZCPR3, because of their similar command structures.
  1849. TERM III and DISCAT work nicely with these, too.  The upgraded VFILER and
  1850. new VMENU utilities with ZEX batch processing will supply modern screen-
  1851. oriented, user-convenient control of all work normally performed by your
  1852. computer.  (VFILER and VMENU are contained in ZCPR3, Phase 2, out in a few
  1853. months.)  You quickly learn to write your custom menus from text material
  1854. supplied with ZCPR3 source and documentation files.
  1855.  
  1856. Echelon plans to operate a ZCPR3-related computer bulletin board.  But until
  1857. that time arrives, the 300/1200 bps AMPRO Computers, Inc. BBS (run by
  1858. Jerry Haigwood) may be used to carry ZCPR3 news items.  Your questions or
  1859. statements can be handled by Jerry's board.  The number is: 408/258-8128.
  1860. Questions we can't answer are referred to either Rick Conn or Joe Wright.
  1861.  
  1862. Joe is nearing completion of a universal auto-installing version of ZCPR3.
  1863. After beta testing, this version of ZCPR will be offered to those who believe
  1864. they can't install ZCPR3 by MOVING their system down, modifying their BIOS,
  1865. and using DDT to overlay the original code.  The price is expected to be
  1866. $149.00.  Both Alpha Systems Corporation and Echelon will offer the program
  1867. to the public.  More on its features as the program matures.
  1868.  
  1869. We enjoy hearing from you, about ideas you have relative to your experience
  1870. with ZCPR3, thoughts about features you'd like Rick to add, gripes and the
  1871. reverse -- let's hear from you.
  1872.  
  1873.                              Echelon, Inc.
  1874.                              101 First Street
  1875.                              Los Altos, CA 94022
  1876.                              Telephone: 415/948-5321
  1877.  
  1878.  
  1879.  
  1880. P.S.  The WHEEL byte password in the release version of ZCPR3 is the six
  1881. characters: SYSTEM.  DISCAT ships on 15 August, ZCPR3 Manual on 15 September.
  1882.  
  1883. -------
  1884. 10-Aug-84 06:29:01-MDT,1002;000000000000
  1885. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1886. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 06:28:54-MDT
  1887. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 7:25 EDT
  1888. Received: from simtel20.arpa by BRL-AOS.ARPA id a000880; 10 Aug 84 7:21 EDT
  1889. Date: Fri 10 Aug 84 05:21:21-MDT
  1890. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  1891. Subject: ZCPR3 Newsletters
  1892. To: info-cpm@BRL.ARPA
  1893.  
  1894. As I mentioned in a previous message, Echelon is now publishing a
  1895. newsletter which is coming out every two weeks or so.  I have just
  1896. posted the first two to the net.  The third one does not go out until
  1897. August 20, and I will probably post it around that time.  I had mentioned
  1898. seeing 4 newsletters in my previous message, but I just noted that
  1899. two of them were advanced copies.
  1900.  
  1901. Disclaimer: I may or may not agree with everything said in these
  1902. newsletters.  These are a publication of Echelon.  I am in support of
  1903. the effort and will provide information for them from time to time.
  1904.  
  1905.     Rick
  1906. -------
  1907. 10-Aug-84 06:43:03-MDT,6365;000000000000
  1908. Return-Path: <info-cpm-request@AMSAA.ARPA>
  1909. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 06:42:45-MDT
  1910. Received: From brl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 7:15 EDT
  1911. Received: from simtel20.arpa by BRL-AOS.ARPA id a000857; 10 Aug 84 7:15 EDT
  1912. Date: Fri 10 Aug 84 05:14:51-MDT
  1913. From: Rick Conn <RCONN@SIMTEL20.ARPA>
  1914. Subject: ZCPR3 Newsletter 2
  1915. To: info-cpm@BRL.ARPA
  1916.  
  1917. From MICRO:<CPM.ZCPR3>NEWS002.Z3 on SIMTEL20 --
  1918.  
  1919. ..echelon.002
  1920. .op
  1921.                                           6 August 1984
  1922.  
  1923.  
  1924.                           ZCPR3 Newsletter 002
  1925.  
  1926.  
  1927. Thanks for your enthusiastic support of ZCPR3 and the ZCPR3 System.  Early
  1928. reactions indicate a near revolution of new interest in 8-bit CP/M systems
  1929. is occurring.  Those who had left CP/M so quickly to follow a trail of hype
  1930. for pseudo 16-bit machines appear to be reconsidering what they thought was
  1931. the death of the 8-bit world!  Amen!  Let's face it: 8 bits are ideal for
  1932. personal and lap size computers.
  1933.  
  1934. No less than 9 major magazine articles are presently in the works.  Rick Conn
  1935. has a feature article in the October issue of COMPUTER LANGAUGE; USER'S 
  1936. GUIDE has one written by Tony Bove and Cheryl Rhoades, August/September issue
  1937. # 10; a comparison of ZCPR3 and PC-DOS 2.2 in DISCOVER by John Gliedman; John
  1938. also has one coming out in PUBLISHER'S WEEKLY.  Ezra Shapiro, BYTE west coast
  1939. bureau chief, has a shorty about it in October issue of that magazine and a
  1940. full-length feature in December.  Robert Blum of DR. DOBB'S JOURNAL devotes a
  1941. couple pages in their September issue thoroughly covering SYSLIB3 and some
  1942. review of ZCPR3 and the System.
  1943.  
  1944. Rick Conn is writing three articles in the coming months for MICROSYSTEMS
  1945. magazine: one each on the AMPRO BOOKSHELF series of computers, ZCPR3 and
  1946. SYSLIB3.  We hope COMPUTER LANGUAGE magazine gives some ink to SYSLIB3,
  1947. because this macro subroutine library clearly is in a LANGUAGE class by itself
  1948. and should be utterly newsworthy.
  1949.  
  1950. All these magazines seem ready-willing-able to report the features of 8-bit
  1951. ZCPR3 enhanced CP/M systems.
  1952.  
  1953. Lots of questions have come from interested users of ZCPR3 and those instal-
  1954. ling for the first time.  Careful reading and re-reading of SAMPLER answers
  1955. most questions ... still nothing is perfect for all levels of understanding.
  1956. So don't be embarassed to write us a line if there is something unclear after
  1957. several readings.  We are here to help!  The entire process of getting ZCPR3
  1958. and the utilities up and running is a grand learning experience -- well worth
  1959. the effort when you finally get to use the results.  ZCPR3: the MANUAL, soon
  1960. to be shipped will be a great aid to learning the ins-and-outs of Z3.  Until
  1961. that time, the online documentation is extremely helpful as is the "//" after
  1962. the command name.  The latter never allows you to be in the dark about syntax,
  1963. and such, for a command you are ready to use.  But for complete online help,
  1964. type:
  1965.  
  1966.                 HELP ZCPR3
  1967.  
  1968. HELP.COM and all the .HLP files must be in the same user area along the search
  1969. path you've chosen.  The top ZCPR3.HLP file chains to the rest producing a
  1970. tree structure menu-driven help system.
  1971. .heZCPR3 Newsletter 002
  1972.  
  1973. Incidently, the LDR.COM loader program must be installed before it can be used.
  1974. Use Z3INS.COM, ZCPR3.INS and your SYS.ENV files to do this.  Type "Z3INS //" to
  1975. see how this is done.  Or patch the base page address of your Environmental
  1976. Descriptor at location 10AH of the utility object file, using DDT.  The release
  1977. version has F4 at this loaction; put yours in its place.
  1978.  
  1979. LDR is used to load all the system segments including MYTERM.Z3T.  MYTERM.Z3T
  1980. overlays a portion of your SYS.ENV segment.  This seems to have been a
  1981. stumbling block for a few of you.
  1982.  
  1983. Here at Echelon we use a STARTUP.COM file to initialize the corporate computer
  1984. at cold boot time.  It is created using ALIAS.COM.  Enter the string command
  1985. at ALIAS prompt:
  1986.  
  1987.          LDR SYS.ENV,SYS.RCP,SYS.FCP,SYS.NDR,MYTERM.Z3T;VFILER;B0:
  1988.  
  1989. Because MYTERM.Z3T overlays a portion of SYS.ENV, it should always be loaded
  1990. last.  Note all our Z3 utilities are in A15:ROOT> and we use B0: as our WORK>
  1991. directory.  Standard application programs (T/Maker III, Comm7, WordStar, etc.)
  1992. are in A0:BASE>.  STARTUP should be coded into your BIOS, before BIOS assembly,
  1993. to be the file executed just after cold boot.
  1994.  
  1995. Hints you think others may find helpful would be appreciated.  Pass along by
  1996. placing them as files or messages on the AMPRO BBS at 408/258-8128 or mail
  1997. directly to Echelon.  By the way, we use an AMPRO BOOKSHELF 122 (with
  1998. T/Maker III) for a significant amount of Echelon data and text processing.  It
  1999. has never failed in 8 months of near 24-hour a day service.  Super machine!
  2000. .pn 2
  2001. .fo                                        Page #
  2002.  
  2003. Phase 2 Release is in deep beta test now.  The utility extensions contained
  2004. in the next phase are significant.  VFILER has been upgraded from ZCPR2.
  2005. DU3 and MU3 are full-screen and cursor-oriented disk and memory editors.
  2006. VMENU permits cursor control in menus as well as screen highlighting.  SHSET
  2007. is used to make a SHELL of any application program, even programs like
  2008. WordStar and dBase II!  Several other new utilities are as useful.
  2009.  
  2010. We like SHOW, ALIAS, and MENU best of the original utilities.  MU3 is dynamite,
  2011. as is DU3.  It is thought system integrators will find VMENU most useful in
  2012. setting up turn-key systems for their customers.
  2013.  
  2014. Phase 2 should ship 3 September 1984, barring unforeseen major bugs.  Existing
  2015. owners of ZCPR3 may obtain Phase 2 two-disk set by sending $16.00 plus shipping
  2016. and handling of $2.00 to Echelon.  (The auto-install version of ZCPR3, now
  2017. called Z3-Dot-Com, a trademark of Alpha Systems Corporation of San Jose, is
  2018. soon going into beta testing.  More next issue.)
  2019.  
  2020. The Z3 System -- what a system of productivity tools!  You can create the
  2021. computer environment your dreams were made of.  Many large main-frames do not
  2022. have the power of ZCPR3 and the ZCPR3 System.
  2023.  
  2024. Next Newsletter has listing of sample BIOS buffers and a CBIOS.LIB file you
  2025. may find useful to complement your present knowledge of ZCPR3 techniques.
  2026.  
  2027. Long live 8-bit CP/M!  See you down the lines...
  2028.  
  2029.                             Echelon, Inc.
  2030.                             101 First Street
  2031.                             Los Altos, CA 94022
  2032.                             Telephone: 415/948-5321
  2033. -------
  2034. 10-Aug-84 10:07:14-MDT,1193;000000000000
  2035. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2036. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 10:07:08-MDT
  2037. Received: From nosc-gw.ARPA by AMSAA via smtp;  10 Aug 84 11:42 EDT
  2038. Received: from marlin.ARPA by nosc.ARPA (4.12/4.7)
  2039.     id AA11424; Fri, 10 Aug 84 08:43:21 pdt
  2040. Received: by marlin.ARPA (4.12/4.7)
  2041.     id AA10801; Fri, 10 Aug 84 08:44:28 pdt
  2042. Date: Fri, 10 Aug 84 08:44:28 pdt
  2043. Sender: Bob Van Cleef <revc%marlin@Nosc.ARPA>
  2044. From: "Bob Van Cleef" %marlin@Nosc.ARPA
  2045. Reply-To: revc@Nosc.ARPA
  2046. Errors-To: revc@Nosc
  2047. To: CMP.DOUG@UTEXAS-20.ARPA
  2048. Cc: info-cpm@AMSAA.ARPA
  2049. Subject: Re: Kaypro IV BBS'es
  2050. In-Reply-To: Your message of Sun Aug  5 18:15:37 1984
  2051. Message-Id: <revc, Fri Aug 10 08:37:15 1984>
  2052.  
  2053. -------
  2054. The Disabled Interest Group (DIGSIG) of the San Diego 
  2055. Computer Society runs a RBBS called DIG-EX for use by
  2056. disabled individuals or those that work/want to work
  2057. with the disabled.
  2058.  
  2059.         (619)454-8078.
  2060.  
  2061. This is on a Kaypro-10.
  2062.  
  2063. Bob
  2064.  
  2065. R.E. Van Cleef (REVC)
  2066. Computer Sciences Corporation
  2067. San Diego, CA
  2068.  
  2069.     ihnp4  \            MILNET revc@nosc
  2070.     akgua   \
  2071. UUCP     decvax      -------------!sdcsvax!noscvax!revc
  2072.     dcdwest / 
  2073.     ucbvax /            CompuServe 71565,533
  2074. -------
  2075.  
  2076. 10-Aug-84 13:41:38-MDT,968;000000000000
  2077. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2078. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 13:41:32-MDT
  2079. Received: From apg-1.arpa.ARPA by AMSAA via smtp;  10 Aug 84 15:13 EDT
  2080. Date: 10 Aug 1984 15:12:42 EDT (Friday)
  2081. From: Robert Bloom DRSTE-TOI 3775 <rbloom@Apg-1.ARPA>
  2082. Subject: Crc modes of UC?
  2083. To: info-cpm@Amsaa.ARPA
  2084.  
  2085.  
  2086. I got the following results witiK
  2087. %9From CP/M:
  2088.  
  2089. B.COM     crc = 25 40         # chars = 1920
  2090. T.TXT     crc = DF 88         # chars = 1920
  2091.  
  2092. Then uploaded via umodem -rb (or -rt)
  2093.  
  2094. From Unix:
  2095.                 uc crc's:
  2096. file    upload    #chars    text (-c)    binary (-C)
  2097.  
  2098. B.COM    -rb    1920    BC1400080    2540FFFO
  2099.     jjz-5B.COM    -rt     620    EA6200080    6E01FFFFF
  2100. T.TXT    -rb    1920    9C5A00080    DF88FFFFF <--ok
  2101. T.TXT    -rt     476    26EE00080    8F94FFFFF
  2102.  
  2103. Notes:
  2104. CP/M crc's from CRCK.COM v4.4
  2105. CP/M Char counts from BYTFREQ.COM
  2106. UNIX Char counts from 'ls -l'
  2107. UNIX crc's from UC Version 1.2
  2108.  
  2109. Why this strange action?  What's the -c mode of uc good for?
  2110.  
  2111.  
  2112. 10-Aug-84 15:43:08-MDT,716;000000000000
  2113. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2114. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 15:43:00-MDT
  2115. Received: From usc-ecl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 17:11 EDT
  2116. Date: Fri 10 Aug 84 14:06:47-PDT
  2117. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  2118. Subject: MEX error recovery
  2119. To: info-cpm@AMSAA.ARPA
  2120. Postal-address: Beckman Instruments, Inc.
  2121. Postal-address: 2500 Harbor X-11, Fullerton, CA 92634
  2122. Phone: (714)961-3393
  2123.  
  2124. I am unable to recover from errors sending from MEX10 in batch mode
  2125. to a DEC-20 running BILLW's modem v 4(316)-7 at 4800 baud.
  2126. MEX times out with 10 retires at the first sign of the DEC rejecting
  2127. a packet.
  2128. Has anyone else experienced bad error recovery?
  2129. -------
  2130. 10-Aug-84 15:53:09-MDT,726;000000000000
  2131. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2132. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 15:53:04-MDT
  2133. Received: From usc-ecl.arpa.ARPA by AMSAA via smtp;  10 Aug 84 17:23 EDT
  2134. Date: Fri 10 Aug 84 14:18:15-PDT
  2135. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  2136. Subject: TOSHIBA T100
  2137. To: info-cpm@AMSAA.ARPA
  2138. Postal-address: Beckman Instruments, Inc.
  2139. Postal-address: 2500 Harbor X-11, Fullerton, CA 92634
  2140. Phone: (714)961-3393
  2141.  
  2142. In response to a question from Mike Gingell:
  2143.  
  2144. The TOSHIBA T100 does not have any kind of hardware UART. The
  2145. RS232 "PORT" is driven by a 8255.  A sotware program to
  2146. drive it is limited to 300 baud!
  2147.  
  2148. I don't know any more than this.  A friend of mine has one.
  2149. I don't.
  2150. -------
  2151. 10-Aug-84 16:16:10-MDT,821;000000000000
  2152. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2153. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 10 Aug 84 16:16:05-MDT
  2154. Received: From sumex-aim.arpa.ARPA by AMSAA via smtp;  10 Aug 84 17:39 EDT
  2155. Date: Fri 10 Aug 84 14:41:21-PDT
  2156. From: Sam Hahn <SHahn@SUMEX-AIM.ARPA>
  2157. Subject: Borland C and Modula
  2158. To: info-cpm@AMSAA.ARPA
  2159.  
  2160. Borland sent two tech support people to the latest Piconet meeting
  2161. at SLAC (Aug 9), and they are projecting Modula-2 to be released
  2162. "before the end of the year", and C right around the end of the
  2163. year.  Both are probably to be priced around $80.00.  The 8-bit
  2164. versions will follow the 16-bit versions.  Both will follow the
  2165. same style, eg. editor included, in-memory compilation, etc.
  2166. The same programmers that did Pascal will be doing these two,
  2167. or so was claimed last night.
  2168. -------
  2169. 11-Aug-84 05:56:36-MDT,1165;000000000000
  2170. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2171. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 11 Aug 84 05:56:31-MDT
  2172. Received: From brl.arpa.ARPA by AMSAA via smtp;  11 Aug 84 7:16 EDT
  2173. Received: from sri-unix.arpa by BRL-AOS.ARPA id a001031; 11 Aug 84 7:16 EDT
  2174. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 11 Aug 84 3:41-PDT
  2175. Date: 9 Aug 84 18:07:04-PDT (Thu)
  2176. To: info-cpm@BRL.ARPA
  2177. From: hplabs!tektronix!tekchips!vice!mike@UCB-VAX.ARPA
  2178. Subject: MODEM7 program for Apple II+ needed
  2179. Article-I.D.: vice.21
  2180.  
  2181. Does anyone know where I can find a copy of one of the CP/M
  2182. "X-protocol" MODEM programs for an Apple II+ with a SoftCard?
  2183. Better yet, does anyone have enough experience with this
  2184. combination to offer any application hints?
  2185.  
  2186. Obviously, without a file transfer program I need a copy
  2187. on an Apple-compatible 5-1/4 inch disk.
  2188.  
  2189.     Thanks!
  2190.  
  2191. -- 
  2192.          Mike Mueller
  2193.  
  2194. uucp:    {decvax,harpo,ihnss,pur-ee,ucbvax,unc,zehntel}!teklabs!vice!mike
  2195. ARPA:    vice!mike.tek@Rand-Relay                  
  2196. CSnet:   vice!mike@tek
  2197. US Mail: Mike Mueller, Tektronix, Inc.
  2198.          Box 500  MS 59-323, Beaverton OR  97077
  2199. Phone:   (503)627-3187
  2200. 11-Aug-84 09:57:08-MDT,3046;000000000000
  2201. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2202. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 11 Aug 84 09:56:56-MDT
  2203. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  11 Aug 84 11:23 EDT
  2204. Date: 11 Aug 1984  09:25 MDT (Sat)
  2205. Message-ID: <KPETERSEN.12038607448.BABYL@SIMTEL20>
  2206. Sender: KPETERSEN@Simtel20.ARPA
  2207. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  2208. To:   Info-Cpm@Amsaa.ARPA
  2209. Subject: New patches to speed up WordStar 3.3
  2210.  
  2211. WSFAST15.SUB is now available on SIMTEL20.  WSFAST11.SUB was the first
  2212. released version of this package.  It was originally written by
  2213. Steve Sanders to correct the annoying problem with slow sign-on of
  2214. WordStar ver. 3.3.   It has been enhanced and modified by adding
  2215. routines to eliminate the first two screens completely, allow the
  2216. printing of one document while editing another, and, optionally,
  2217. signing on the the B: drive at startup. 
  2218.  
  2219. The new files are:
  2220.  
  2221. Filename            Type     Bytes     Sectors   CRC
  2222.  
  2223. Directory MICRO:<CPM.WSTAR>
  2224. WSFAST15.DOC.1            ASCII      4848  38 =  26H  D56DH
  2225. WSFAST15.SUB.1            ASCII      5391  43 =  2BH  DE7BH
  2226. WSLSTPAT.HEX.1            ASCII       100   1 =   1H  48DEH
  2227.  
  2228.        == REVISION HISTORY ==
  2229.                     
  2230.  Vers. 1.1  Steve Sanders   05/10/84        
  2231.  
  2232.  Locations changed:               
  2233.                     
  2234.   2b1h lengthens time before WS brings up the help messages         
  2235.   2b2h Copyright notice delay         
  2236.   2b3h Screen refresh delay         
  2237.   28eh Delay after cursor movement        
  2238.   28fh Delay after WS functions         
  2239. ============================================================
  2240.  Vers. 1.2  Jim Gronek and Wm. A. Rhodes,Ph.D.    
  2241.          07/06/1984         
  2242.                     
  2243.  Added fill patches to further speed up sign-on     
  2244.                     
  2245.  Ver 1.2 NOTE---> This fill patch overlays the MicroPro 
  2246.  copyright notice sign-on with nulls, it can only legally 
  2247.  be used on YOUR copy of Wordstar 3.30.       
  2248. ============================================================ 
  2249.  Vers. 1.3  Jim Gronek and Wm. A. Rhodes,Ph.D.    
  2250.          07/10/84           
  2251.                     
  2252.  Added fill patch to bypass first screen sign on.  This 
  2253.  line was to be included in vers. 1.2, but Murphy's Law 
  2254.  prevails.                
  2255. ============================================================ 
  2256.  Vers. 1.4  Jim Gronek and Wm. A. Rhodes,Ph.D.    
  2257.          07/16/84(not released)     
  2258.                     
  2259.  This version was not generally released.  It contains  
  2260.  a user selectable patch to automatically sign on to  
  2261.  drive B: at sign-on.  
  2262. ============================================================
  2263.  Vers. 1.5  Jim Gronek 08/09/84         
  2264.                     
  2265.  Revised menu patches from 1.2 and 1.3 with patch from  
  2266.  Mark Howard, CNY Technical RCP/M.  Added patch to allow  
  2267.  printer output while editing, without long delays when 
  2268.  the printer goes busy.  Patch modified from John G.  
  2269.  Donohue's version for WS 3.0.
  2270. ============================================================
  2271.  
  2272. Documentation by Jim Gronek  08/09/1984
  2273. 11-Aug-84 13:47:48-MDT,879;000000000000
  2274. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2275. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 11 Aug 84 13:47:43-MDT
  2276. Received: From brl.arpa.ARPA by AMSAA via smtp;  11 Aug 84 15:24 EDT
  2277. Received: from cmu-cs-a.arpa by BRL-AOS.ARPA id a001905; 11 Aug 84 15:25 EDT
  2278. Date: 11 Aug 84 1522 EDT (Saturday)
  2279. From: George.Wood@CMU-CS-A.ARPA
  2280. To: info-cpm@BRL.ARPA
  2281. Subject: Kaypro help wanted: 7-bit even parity for sio
  2282. Message-Id: <11Aug84.152252.GW90@CMU-CS-A.ARPA>
  2283.  
  2284. Help!
  2285.     I am trying to help a friend set up modem7xx for his kaypro 2. The
  2286. problem is that the host he is connecting to demands 7 bit data
  2287. with even parity (?? stop bits). I have some documentation on
  2288. programming the sio, and have tried, to no avail, to set this
  2289. up. 
  2290.     Has anyone out there tried this, or does anyone know
  2291. the proper sequence of commands to send to the sio to accomplish
  2292. it?
  2293.                 George
  2294. 11-Aug-84 15:17:56-MDT,2039;000000000000
  2295. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2296. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 11 Aug 84 15:17:49-MDT
  2297. Received: From brl.arpa.ARPA by AMSAA via smtp;  11 Aug 84 16:35 EDT
  2298. Received: from sri-unix.arpa by BRL-AOS.ARPA id a001978; 11 Aug 84 16:36 EDT
  2299. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 11 Aug 84 13:28-PDT
  2300. Date: 9 Aug 84 13:16:10-PDT (Thu)
  2301. To: info-cpm@BRL.ARPA
  2302. From: ihnp4!mgnetp!burl!clyde!watmath!utzoo!dciem!king@UCB-VAX.ARPA
  2303. Subject: Bubble memory problem (still)
  2304. Article-I.D.: dciem.1042
  2305.  
  2306.     Firstly, I'd like to thank those people who mailed me advice
  2307. regarding my problem with the bubble memory. Your comments were greatly
  2308. appreciated, but I still cannot PIP to the bubbles from disk.
  2309.  
  2310.     Here's a synopsis;:
  2311.  
  2312. 1) The driver software for the bubble is patched directly into the BIOS.
  2313. System calls are screened to see if the bubble is being accessed, and if
  2314. so a jump is made to the appropriate routine. This works just fine.
  2315.  
  2316. 2) I have tried filling the bubble memory entirely with 0xe5; this was
  2317. necessary as even DIR would not work without a BAD SECTOR error. DIRI can
  2318. now load a program, exit to cp/m and SAVE the program in the bubble, and
  2319. have the program appear on a directory. Furthermore, I can load the program
  2320. back from the bubble and run it with no problem.
  2321.  
  2322. 3) I have double checked the DPH and DPB for the bubble but can see no
  2323. problem there. The fact that STAT DSK: works for the bubble seems to 
  2324. indicate that the parameter header and block are OK.
  2325.  
  2326. 4) I can use ED to create a file in the bubble memory only if I specify
  2327. the new file name as a command trailer. Entering ED (cr) causes an error,
  2328. namely DISK OR DIRECTORY FULL.
  2329.  
  2330. 5) PIP, when attempted, responds with the message - NOFILE = aA:xxxx.COM,
  2331. (where xxxx is the name of the file to be copied), yet STAT assures me
  2332. that I have space left in the bubble pack.
  2333.  
  2334.     Can anyone point out where the problem may lieie - in the BIOS, in
  2335. PIP or wherever?
  2336.                 Thanks in advance,
  2337.                     Steve.
  2338. 11-Aug-84 19:19:44-MDT,620;000000000000
  2339. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2340. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 11 Aug 84 19:19:40-MDT
  2341. Received: From mit-mc.arpa.ARPA by AMSAA via smtp;  11 Aug 84 20:50 EDT
  2342. Date: 10 August 1984 20:59-EDT
  2343. From: Eric Stork <STORK@Mit-Mc.ARPA>
  2344. Subject: Non-receipt of INFO-CPM
  2345. To: info-cpm@Amsaa.ARPA
  2346. cc: STORK@Mit-Mc.ARPA
  2347.  
  2348. Hi there:
  2349.  
  2350. Somehow my name seems to have been dropped from your distrubution
  2351. list, for in the last 10 days or so I've not received a single
  2352. item.  Could you check, please, and if I' not on the list
  2353. any more, please restroe my name.
  2354.  
  2355. Thanks,
  2356.  
  2357. Eric
  2358. Stork%MIT-MC
  2359.  
  2360. 12-Aug-84 14:57:22-MDT,2566;000000000000
  2361. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2362. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 12 Aug 84 14:57:12-MDT
  2363. Received: From mit-mc.arpa.ARPA by AMSAA via smtp;  12 Aug 84 2:04 EDT
  2364. Date: 12 August 1984 02:07-EDT
  2365. From: Eric Stork <STORK@Mit-Mc.ARPA>
  2366. Subject: Programmers Guide to CP/M 
  2367. To: info-cpm@Amsaa.ARPA
  2368. cc: STORK@Mit-Mc.ARPA
  2369.  
  2370.  
  2371.   This message is of interest to owners (and prospective owners) of
  2372.   Andy   Johnson-Laird's  superb  THE  PROGRAMMER'S  CP/M  HANDBOOK
  2373.   (Osborne/McGraw-Hill), and is based on recent correspondence from
  2374.   the author.
  2375.  
  2376.   In the original edition, about two  pages  of  listing  were  not
  2377.   printed.  The missing listing is lines 04628 thru 04919 (see page
  2378.   261-262).   Anyone  who wants the missing lines can get them from
  2379.   the author's office: Johnson-Laird, Inc., 6441 SW  Canyon  Court,
  2380.   Portland  OR  97221.   Send  a SASE with a note on what you want.
  2381.   (Johnson-Laird said the  book  went  into  its  2nd  printing  in
  2382.   January  1984,  and  the  missing  material should be in that 2nd
  2383.   version.  But he is out of the country on a project and tells  me
  2384.   he has not seen the 2nd version.)
  2385.  
  2386.   Other errors in the book:
  2387.  
  2388.       .  page 64, figure 4-3, location 0153, correct to read:
  2389.                  JM   CTPX     (instead of MB  CTPX)
  2390.  
  2391.       .  On page 149, 7 lines from the bottom, there is a reference
  2392.          to  CCP+6.   That  reference  should be CCP+0.  The letter
  2393.          from  the  author  said  that  there  may  be  other  such
  2394.          erroneous  references,  for  CCP+6 is a CP/M-86 convention
  2395.          and thus the source of the error, but  he  has  not  found
  2396.          other such errors.
  2397.  
  2398.       .  page 258, line 03828, change this line to read:
  2399.                  STA  MOB$Character
  2400.  
  2401.       .  page 282, after line 09270, insert:
  2402.                  LXI  H,Disk$Control$5
  2403.          (Note:  after inserting that line the byte references will
  2404.          be offset by 3 bytes, if you type it all in  and  assemble
  2405.          it.)
  2406.  
  2407.   Finally, Johnson-Laird wants to know about any other bugs, typos,
  2408.   errors and what have you that anyone may spot.  Since he's not on
  2409.   ARPANET,  you  may  send  such information DIRECT to me (STORK at
  2410.   MIT-MC), and I'll relay to Johnson-Laird.
  2411.  
  2412.   If you have not yet seen the book, look at it.  If  you  buy  it,
  2413.   you'll  probably  not  lend  it  out  --  it's too valuable to do
  2414.   without for anyone who has any notion about playing  around  with
  2415.   8080 assembler and CP/M in general.
  2416.  
  2417.   Eric Stork (Stork at MIT-MC)
  2418.  
  2419. 12-Aug-84 14:57:43-MDT,2789;000000000000
  2420. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2421. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 12 Aug 84 14:57:33-MDT
  2422. Received: From mit-mc.arpa.ARPA by AMSAA via smtp;  12 Aug 84 2:15 EDT
  2423. Date: 12 August 1984 02:16-EDT
  2424. From: Eric Stork <STORK@Mit-Mc.ARPA>
  2425. Subject: The Programmer's Guide to CP/M
  2426. To: info-cpm@Amsaa.ARPA
  2427. cc: STORK@Mit-Mc.ARPA
  2428.  
  2429.  
  2430.  
  2431. This repeats a message I sent a bnit earlier, only to discover it had
  2432. a lot of control charas that my word processor put in (nulls, etc)
  2433. that did not show on my screen but showed on the net.  Sorry about that.
  2434.  
  2435.  
  2436.   This message is of interest to owners (and prospective owners) of
  2437.   Andy   Johnson-Laird's  superb  THE  PROGRAMMER'S  CP/M  HANDBOOK
  2438.   (Osborne/McGraw-Hill), and is based on recent correspondence from
  2439.   the author.
  2440.  
  2441.   In the original edition, about two  pages  of  listing  were  not
  2442.   printed.  The missing listing is lines 04628 thru 04919 (see page
  2443.   261-262).   Anyone  who wants the missing lines can get them from
  2444.   the author's office: Johnson-Laird, Inc., 6441 SW  Canyon  Court,
  2445.   Portland  OR  97221.   Send  a SASE with a note on what you want.
  2446.   (Johnson-Laird said the  book  went  into  its  2nd  printing  in
  2447.   January  1984,  and  the  missing  material should be in that 2nd
  2448.   version.  But he is out of the country on a project and tells  me
  2449.   he has not seen the 2nd version.)
  2450.  
  2451.   Other errors in the book:
  2452.  
  2453.       .  page 64, figure 4-3, location 0153, correct to read:
  2454.                  JM   CTPX     (instead of MB  CTPX)
  2455.  
  2456.       .  On page 149, 7 lines from the bottom, there is a reference
  2457.          to  CCP+6.   That  reference  should be CCP+0.  The letter
  2458.          from  the  author  said  that  there  may  be  other  such
  2459.          erroneous  references,  for  CCP+6 is a CP/M-86 convention
  2460.          and thus the source of the error, but  he  has  not  found
  2461.          other such errors.
  2462.  
  2463.       .  page 258, line 03828, change this line to read:
  2464.                  STA  MOB$Character
  2465.  
  2466.       .  page 282, after line 09270, insert:
  2467.                  LXI  H,Disk$Control$5
  2468.          (Note:  after inserting that line the byte references will
  2469.          be offset by 3 bytes, if you type it all in  and  assemble
  2470.          it.)
  2471.  
  2472.   Finally, Johnson-Laird wants to know about any other bugs, typos,
  2473.   errors and what have you that anyone may spot.  Since he's not on
  2474.   ARPANET,  you  may  send  such information DIRECT to me (STORK at
  2475.   MIT-MC), and I'll relay to Johnson-Laird.
  2476.  
  2477.   If you have not yet seen the book, look at it.  If  you  buy  it,
  2478.   you'll  probably  not  lend  it  out  --  it's too valuable to do
  2479.   without for anyone who has any notion about playing  around  with
  2480.   8080 assembler and CP/M in general.
  2481.  
  2482.   Eric Stork (Stork at MIT-MC)
  2483.  
  2484. 12-Aug-84 14:58:05-MDT,3110;000000000000
  2485. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2486. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 12 Aug 84 14:57:54-MDT
  2487. Received: From mit-mc.arpa.ARPA by AMSAA via smtp;  12 Aug 84 3:26 EDT
  2488. Date: 12 August 1984 03:28-EDT
  2489. From: Jerry E. Pournelle <POURNE@Mit-Mc.ARPA>
  2490. Subject:  Programmers Guide to CP/M 
  2491. To: STORK@Mit-Mc.ARPA
  2492. cc: info-cpm@Amsaa.ARPA
  2493. In-reply-to: Msg of 12 Aug 1984 02:07-EDT from Eric Stork <STORK at Mit-Mc.ARPA>
  2494.  
  2495. can you, or ohnson-laird, send me a letter to this effect so I
  2496. can publish in BYTE?
  2497. POB 372
  2498. Hancock NH 03449
  2499.  
  2500.     Date: 12 August 1984 02:07-EDT
  2501.     From: Eric Stork <STORK at Mit-Mc.ARPA>
  2502.     To:   info-cpm at Amsaa.ARPA
  2503.     cc:   STORK at Mit-Mc.ARPA
  2504.     Re:   Programmers Guide to CP/M 
  2505.  
  2506.       This message is of interest to owners (and prospective owners) of
  2507.       Andy   Johnson-Laird's  superb  THE  PROGRAMMER'S  CP/M  HANDBOOK
  2508.       (Osborne/McGraw-Hill), and is based on recent correspondence from
  2509.       the author.
  2510.  
  2511.       In the original edition, about two  pages  of  listing  were  not
  2512.       printed.  The missing listing is lines 04628 thru 04919 (see page
  2513.       261-262).   Anyone  who wants the missing lines can get them from
  2514.       the author's office: Johnson-Laird, Inc., 6441 SW  Canyon  Court,
  2515.       Portland  OR  97221.   Send  a SASE with a note on what you want.
  2516.       (Johnson-Laird said the  book  went  into  its  2nd  printing  in
  2517.       January  1984,  and  the  missing  material should be in that 2nd
  2518.       version.  But he is out of the country on a project and tells  me
  2519.       he has not seen the 2nd version.)
  2520.  
  2521.       Other errors in the book:
  2522.  
  2523.           .  page 64, figure 4-3, location 0153, correct to read:
  2524.                      JM   CTPX     (instead of MB  CTPX)
  2525.  
  2526.           .  On page 149, 7 lines from the bottom, there is a reference
  2527.              to  CCP+6.   That  reference  should be CCP+0.  The letter
  2528.              from  the  author  said  that  there  may  be  other  such
  2529.              erroneous  references,  for  CCP+6 is a CP/M-86 convention
  2530.              and thus the source of the error, but  he  has  not  found
  2531.              other such errors.
  2532.  
  2533.           .  page 258, line 03828, change this line to read:
  2534.                      STA  MOB$Character
  2535.  
  2536.           .  page 282, after line 09270, insert:
  2537.                      LXI  H,Disk$Control$5
  2538.              (Note:  after inserting that line the byte references will
  2539.              be offset by 3 bytes, if you type it all in  and  assemble
  2540.              it.)
  2541.  
  2542.       Finally, Johnson-Laird wants to know about any other bugs, typos,
  2543.       errors and what have you that anyone may spot.  Since he's not on
  2544.       ARPANET,  you  may  send  such information DIRECT to me (STORK at
  2545.       MIT-MC), and I'll relay to Johnson-Laird.
  2546.  
  2547.       If you have not yet seen the book, look at it.  If  you  buy  it,
  2548.       you'll  probably  not  lend  it  out  --  it's too valuable to do
  2549.       without for anyone who has any notion about playing  around  with
  2550.       8080 assembler and CP/M in general.
  2551.  
  2552.       Eric Stork (Stork at MIT-MC)
  2553.  
  2554. 12-Aug-84 23:42:46-MDT,960;000000000000
  2555. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2556. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 12 Aug 84 23:42:41-MDT
  2557. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  13 Aug 84 1:13 EDT
  2558. Date: 12 Aug 1984  23:16 MDT (Sun)
  2559. Message-ID: <KPETERSEN.12039020790.BABYL@SIMTEL20>
  2560. Sender: KPETERSEN@Simtel20.ARPA
  2561. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  2562. To:   Info-Hams@Simtel20.ARPA, Info-Cpm@Amsaa.ARPA
  2563. Subject: AMRAD VADCG TNC Daughter Board instruction book available
  2564.  
  2565. The recently-posted instruction book for the AMRAD VADCG Terminal Node
  2566. Controller (TNC) Daughter Board VDS-1 is now available on SIMTEL20 in
  2567. both ASCII and SQueezed forms.  The files are:
  2568.  
  2569. Filename            Type     Bytes     Sectors     CRC
  2570.  
  2571. Directory MICRO:<CPM.HAMRADIO>
  2572. DAUGINST.TQT.1            COM     39552  309 = 135H  6520H
  2573. DAUGINST.TXT.1            ASCII     62681  490 = 1EAH  4EF4H
  2574.  
  2575. Thanks to Rod Hart for sending the file to me for our Ham Radio
  2576. collection at SIMTEL20.
  2577.  
  2578. --73, Keith W8SDZ
  2579. 13-Aug-84 02:56:25-MDT,949;000000000000
  2580. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2581. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 02:56:21-MDT
  2582. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 4:22 EDT
  2583. Received: from sri-unix.arpa by BRL-AOS.ARPA id a002590; 13 Aug 84 4:17 EDT
  2584. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 13 Aug 84 1:01-PDT
  2585. Date: 9 Aug 84 13:17:02-PDT (Thu)
  2586. To: info-cpm@BRL.ARPA
  2587. From: ucsfcgl!harrison@UCB-VAX.ARPA
  2588. Subject: Looking for modem7 for ibmpc
  2589. Article-I.D.: ucsfcgl.331
  2590. In-Reply-To: Article <19570@wivax.UUCP>
  2591.  
  2592. There was an old version around that did not do any dialling or
  2593. have terminal emulation.
  2594.  
  2595. Is there any improved version?
  2596.  
  2597. Also, does anyone know of a program implementing the XMODEM protocol
  2598. on a PDP 11/70 running iAS operating system.
  2599.  
  2600. Please reply by mail.
  2601.  
  2602. harrison@ucsfcgl.UCSF
  2603. ucbvax!ucsfmis!harrison
  2604. ucsfmis!harrison@berkeley
  2605.  
  2606. One of those ought to make it to me.
  2607.  
  2608. Peter Harrison
  2609. 13-Aug-84 03:19:39-MDT,840;000000000000
  2610. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2611. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 03:19:33-MDT
  2612. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 4:33 EDT
  2613. Received: from sri-unix.arpa by BRL-AOS.ARPA id a002620; 13 Aug 84 4:31 EDT
  2614. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 13 Aug 84 1:00-PDT
  2615. Date: 9 Aug 84 13:07:18-PDT (Thu)
  2616. To: info-cpm@BRL.ARPA
  2617. From: ucsfcgl!harrison@UCB-VAX.ARPA
  2618. Subject: Re: looking for xmodem protocol software on PDP-11 iAS
  2619. Article-I.D.: ucsfcgl.330
  2620. In-Reply-To: Article <48@decvax.UUCP>
  2621.  
  2622. Does anyone know of a program implementing the XMODEM protocol
  2623. on a PDP 11/70 running iAS operating system.
  2624.  
  2625. Please reply by mail.
  2626.  
  2627. harrison@ucsfcgl.UCSF
  2628. ucbvax!ucsfmis!harrison
  2629. ucsfmis!harrison@berkeley
  2630.  
  2631. One of those ought to make it to me.
  2632.  
  2633. Peter Harrison
  2634. 13-Aug-84 03:28:31-MDT,713;000000000000
  2635. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2636. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 03:28:27-MDT
  2637. Received: From xerox.arpa.ARPA by AMSAA via smtp;  13 Aug 84 4:38 EDT
  2638. Received: from Koshu.ms by ArpaGateway.ms ; 13 AUG 84 01:40:56 PDT
  2639. Date: 13 Aug 84 17:40:51 +0900 (Monday)
  2640. From: Yamazaki.FX@XEROX.ARPA
  2641. Subject: Re: AMRAD VADCG TNC Daughter Board instruction book available
  2642. In-reply-to: <KPETERSEN.12039020790.BABYL@SIMTEL20>
  2643. To: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  2644. cc: Info-Hams@SIMTEL20.ARPA, Info-Cpm@AMSAA.ARPA
  2645.  
  2646. Keith
  2647.  
  2648. I would like to get the book.  But, I don't have any priviliges to get
  2649. file from the directory.  Could you suggest how to get it? 
  2650.  
  2651. -- Takemi   JA1MIR
  2652. 13-Aug-84 04:20:07-MDT,1377;000000000000
  2653. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2654. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 04:20:00-MDT
  2655. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 5:34 EDT
  2656. Received: from sri-unix.arpa by BRL-AOS.ARPA id a002800; 13 Aug 84 5:29 EDT
  2657. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 13 Aug 84 2:05-PDT
  2658. Date: 7 Aug 84 12:29:11-PDT (Tue)
  2659. To: info-cpm@BRL.ARPA
  2660. From: ihnp4!alberta!auvax!martin@UCB-VAX.ARPA
  2661. Subject: Re: SuperMicro - Dimension 68000
  2662. Article-I.D.: auvax.437
  2663. In-Reply-To: Article <1607@sdccs6.UUCP>
  2664.  
  2665.     For those of you who don't know, there is an article about this
  2666.     marvellous machine in the August (I think) issue of Computing Now!.
  2667.  
  2668.     What they describe is truely a great machine.  It can be just about
  2669.     whatever you want it to be.  Plug in a 6502 board and it is an
  2670.     Apple, moreso than a lot of the lookalikes/workalikes/clones etc.
  2671.     It supports all of the Apple calls to monitor routines (Also runs
  2672.     Zaxon which apparently the clones don't do so well).  Plug in an
  2673.     8088 and you have an IBM PC that runs like an IBM.  Or run the
  2674.     software that has been designed for it.  
  2675.  
  2676.     Obviously, you pay the price for this technology, you could buy an
  2677.     actuall Apple or IBM PC for less than the Dimension but of course
  2678.     then you wouldn't have the versatility.
  2679.  
  2680.     Don Martin (auvax!martin)
  2681.     Athabasca University
  2682. 13-Aug-84 05:29:15-MDT,795;000000000000
  2683. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2684. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 05:29:11-MDT
  2685. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 6:36 EDT
  2686. Received: from mit-mc.arpa by BRL-AOS.ARPA id a002915; 13 Aug 84 6:35 EDT
  2687. Date: 13 August 1984 06:35-EDT
  2688. From: "Jerry E. Pournelle" <POURNE@mit-mc.ARPA>
  2689. Subject:  SuperMicro - Dimension 68000
  2690. To: ihnp4!alberta!auvax!martin@ucb-vax.ARPA
  2691. cc: info-cpm@brl.ARPA
  2692. In-reply-to: Msg of 7 Aug 84 12:29:11-PDT (Tue) from ihnp4!alberta!auvax!martin at UCB-VAX.ARPA
  2693.  
  2694. BEWARE: the Dimension 68000 cncept is great.  Whether they are
  2695. delivering working machines is not quite so apparent.  Use
  2696. caution and look before leapoing.
  2697. Does anyone have actual experience with actual working Dimension
  2698. 68000 machine?
  2699.  
  2700. 13-Aug-84 08:16:41-MDT,508;000000000000
  2701. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2702. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 08:16:36-MDT
  2703. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 9:45 EDT
  2704. Received: from dca-eur.arpa by BRL-AOS.ARPA id a003205; 13 Aug 84 7:40 EDT
  2705. Date: 13 August 1984 11:31 GMT
  2706. From: byard@dca-eur.ARPA
  2707. Subject: Dimension 68000
  2708. To: info-cpm@brl.ARPA
  2709.  
  2710. Date: 13 Aug 1984 11:25:57 Z
  2711. Text: Nice that it does all of those older machines/technology.  Bet it
  2712. can't emulate a Mac.  Larry
  2713.  
  2714. 13-Aug-84 11:26:26-MDT,2060;000000000000
  2715. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2716. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 11:26:16-MDT
  2717. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 12:32 EDT
  2718. Received: from utexas-20.arpa by BRL-AOS.ARPA id a006182; 13 Aug 84 12:34 EDT
  2719. Date: Mon 13 Aug 84 11:34:03-CDT
  2720. From: John Otken <CC.Otken@UTEXAS-20.ARPA>
  2721. Subject: Re: Dimension 68000
  2722. To: info-cpm@BRL.ARPA
  2723.  
  2724. I am not absolutely positive that the machine was a Dimension 68000 but
  2725. it was a machine quite similar (emulates apple, ibm, etc)..  Anyway the
  2726. story goes:
  2727.  
  2728. I went to a CP/M-UG meeting in Houston a few months back.  One of the machines
  2729. on demonstration was (probably) a Dimension 68000.  I listened to the rep.
  2730. going through all of the various features of the machine.  At one point he
  2731. was asked about mainframe communications.  He went into this claim that the
  2732. machine could communicate with ANY machine using ANY protocol.  The rest of
  2733. the conversation went something like:
  2734.  
  2735. ME:    "I seriously doubt that."
  2736. HIM:    "Sure it can."
  2737. ME:    "How do you do it?"
  2738. HIM:    "With translation tables."
  2739. ME:    "WHAT?"
  2740. HIM:    "Our machine uses THE [sic] standard serial protocol.  The secret is
  2741.      we use translation tables to handle the various protocols."
  2742. ME:    "Could you give a more technical description?"
  2743. HIM:    "Sure.  The table is at address C000.  The serial port is at 30."
  2744. ME:    "Wait!  That is not what I was asking for."
  2745. HIM:    "Look, you said you wanted a technical description.  If you want to
  2746.      be technical, I am going to have to talk HEX."
  2747. ME:    "I don't think we are communicating..."
  2748. HIM:    "Well, that's because we have an Engineer talking to a User."
  2749. ME:    "Sure, if that makes you the User."
  2750. HIM:    "NO!  I am the Engineer."
  2751. ME:    "OK, can this machine communicate with an IBM 370?"
  2752. HIM:    "Sure."
  2753. ME:    "How?"
  2754. HIM:    "Like I've been telling you -- over the standard serial protocol
  2755.      using a translation table."
  2756.  
  2757. Fortunately, the place closed and I was saved from the intellectual torture
  2758. of an extended conversation with this clown.  John.
  2759. -------
  2760. 13-Aug-84 17:32:06-MDT,712;000000000000
  2761. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2762. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 17:31:58-MDT
  2763. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 19:00 EDT
  2764. Received: from xerox.arpa by BRL-AOS.ARPA id a009242; 13 Aug 84 18:59 EDT
  2765. Received: from Gamay.ms by ArpaGateway.ms ; 13 AUG 84 15:57:54 PDT
  2766. Date: Mon, 13 Aug 84 15:51 PDT
  2767. From: DGilbert.ES@XEROX.ARPA
  2768. Subject: Re: NSWP207 bug?
  2769. In-reply-to: "MEAD@USC-ECLB.ARPA's message of Tue, 24 Jul 84 21:48:38
  2770.  PDT"
  2771. To: Dick <MEAD@USC-ECLB.ARPA>
  2772. cc: info-cpm@BRL.ARPA
  2773.  
  2774. Did you ever get your problem with NSWP207 resolved?  I checked the
  2775. squeeze and unsqueeze on my copy of NSWP207, and all seemed to work
  2776. fine.
  2777.  
  2778. Doug.
  2779.  
  2780. 13-Aug-84 21:57:58-MDT,961;000000000000
  2781. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2782. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 13 Aug 84 21:57:53-MDT
  2783. Received: From brl.arpa.ARPA by AMSAA via smtp;  13 Aug 84 23:29 EDT
  2784. Received: from sri-unix.arpa by BRL-AOS.ARPA id a009697; 13 Aug 84 23:28 EDT
  2785. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 13 Aug 84 19:56-PDT
  2786. Date: 10 Aug 84 1:55:32-PDT (Fri)
  2787. To: info-cpm@BRL.ARPA
  2788. From: decvax!mcvax!tnocsda!jaap@UCB-VAX.ARPA
  2789. Subject: MPM-86 vs. XENIX-86 ???
  2790. Article-I.D.: tnocsda.115
  2791.  
  2792. We are about to decide which operating system to use on an
  2793. Intel 86/12 multi-user system and are comparing MPM-86 and XENIX-86.
  2794. We would like to hear experiences from anyone who has worked with
  2795. both systems on a similar configuration.
  2796. We are interested in maximum number of users, response time, performance, etc..
  2797. When there are useful replies, I will post a summary to the net.
  2798.  
  2799. Thanks
  2800. Jaap van den Eersten
  2801. ...!decvax!mcvax!tnocsda!jaap
  2802. 14-Aug-84 01:21:33-MDT,1456;000000000000
  2803. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2804. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 01:21:27-MDT
  2805. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 2:53 EDT
  2806. Received: from usc-isid.arpa by BRL-AOS.ARPA id a009990; 14 Aug 84 2:55 EDT
  2807. Date: 14 Aug 1984 02:54-EDT
  2808. Sender: ABN.ISCAMS@USC-ISID.ARPA
  2809. Subject: Re: Dimension 68000
  2810. From: ABN.ISCAMS@USC-ISID.ARPA
  2811. To: byard@DCA-EUR.ARPA
  2812. Cc: info-cpm@BRL.ARPA
  2813. Message-ID: <[USC-ISID.ARPA]14-Aug-84 02:54:12.ABN.ISCAMS>
  2814. In-Reply-To: The message of 13 August 1984 11:31 GMT from byard@dca-eur.ARPA
  2815.  
  2816. Lots of people are looking at the Dimension because they NEED to do things
  2817. the "older machines/technology" were doing!  But maybe a little faster,
  2818. a little more, etc., PLUS the new things newer machines/technology can do.
  2819. Unfortunately, I am hard pressed to be able to say what a Mac CAN do!
  2820. For sure, there doesn't appear to be too much programming going on!
  2821.  
  2822. I simply have not been convinced that the necessary tools are available,
  2823. AND that the Mac can in fact do the things that Apples, IBM PCs, CP/M, etc.
  2824. have been doing so well (and in so many, many different ways) over the past
  2825. few years.  No way I can recode all the possible utilities and applications
  2826. available RIGHT NOW and owned RIGHT NOW by my users for a Mac -- and even if
  2827. I could -- what's the Mac gonna be compatible with?
  2828.  
  2829. Regards,
  2830. a contented CP/M /8-bit owner...
  2831. David Kirschbaum
  2832. Toad Hall
  2833. 14-Aug-84 01:31:22-MDT,879;000000000000
  2834. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2835. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 01:31:18-MDT
  2836. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 2:58 EDT
  2837. Received: from usc-isid.arpa by BRL-AOS.ARPA id a009994; 14 Aug 84 2:59 EDT
  2838. Date: 14 Aug 1984 02:57-EDT
  2839. Sender: ABN.ISCAMS@USC-ISID.ARPA
  2840. Subject: Re: Dimension 68000
  2841. From: ABN.ISCAMS@USC-ISID.ARPA
  2842. To: CC.Otken@UTEXAS-20.ARPA
  2843. Cc: info-cpm@BRL.ARPA
  2844. Message-ID: <[USC-ISID.ARPA]14-Aug-84 02:57:41.ABN.ISCAMS>
  2845. In-Reply-To: The message of Mon 13 Aug 84 11:34:03-CDT from John Otken <CC.Otken@UTEXAS-20.ARPA>
  2846.  
  2847. Pssst,
  2848. John --
  2849. Do you think I could get one of them there "translation tables" for my Toad?
  2850. I already got a standard serial protocol.  (I think.)
  2851.  
  2852. (Kidding aside - thanks for the insight into our enterprising commercial
  2853. world!)
  2854.  
  2855. Regards,
  2856. David Kirschbaum
  2857. Toad Hall
  2858. 14-Aug-84 02:11:01-MDT,1652;000000000000
  2859. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2860. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 02:10:55-MDT
  2861. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 3:35 EDT
  2862. Received: from sri-unix.arpa by BRL-AOS.ARPA id a010054; 14 Aug 84 3:36 EDT
  2863. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 14 Aug 84 0:26-PDT
  2864. Date: 13 Aug 84 6:31:07-PDT (Mon)
  2865. To: info-cpm@BRL.ARPA
  2866. From: hplabs!hao!seismo!cmcl2!lanl-a!rgt@UCB-VAX.ARPA
  2867. Subject: Request for CP/M and MS-DOS in-depth books
  2868. Article-I.D.: lanl-a.11887
  2869.  
  2870. <>
  2871.  
  2872.     I just received a DEC Rainbow 100+ computer.  It has both
  2873. CP/M 80/86 and MS-DOS.  I have been trying to use the CP/M assembler
  2874. for graphics applications, since the GSX-86 graphics package works
  2875. under CP/M.  I have been having trouble with the assembler skipping
  2876. instructions, and with CP/M not doing what the book says it should.
  2877.  
  2878.     Can anyone give me the names of some good books that explain
  2879. CP/M and MS-DOS?  I do not want the basic "This is a computer, this
  2880. is a power switch" type books.  I want books that explain CP/M for
  2881. the computer professional.  Specifically, I want to know the disk
  2882. formats for CP/M disks, how the directories are stored on disk,
  2883. how disk block allocation is done for CP/M, how to call CP/M from
  2884. assembly language programs, how to modify the operating system to
  2885. add my own special features, etc.  And the same type of information
  2886. for MS-DOS.
  2887.  
  2888.     I have been programming for over 14 years, and have over 2
  2889. years experience with the Intel 8086/88 and 80186/188 family of parts,
  2890. so I want books that have some depth.
  2891.  
  2892.     Thanks in advance.
  2893.  
  2894.                         Richard Thomsen
  2895. 14-Aug-84 02:11:39-MDT,751;000000000000
  2896. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2897. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 02:11:35-MDT
  2898. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 3:35 EDT
  2899. Received: from dca-eur.arpa by BRL-AOS.ARPA id a010056; 14 Aug 84 3:37 EDT
  2900. Date: 14 August 1984 07:37 GMT
  2901. From: byard@dca-eur.ARPA
  2902. To: ABN.ISCAMS@USC-ISID.ARPA
  2903. CC: info-cpm@brl.ARPA
  2904.  
  2905. Re:  Re: Dimension 68000
  2906. Date: 14 Aug 1984 07:30:33 Z
  2907. Text: Dave, copy info-mac@sumex and you'll find out that there is a lot
  2908. going on with the Mac.  The answer to your last question is human beings.
  2909. I have a Z-80/S-100 at home and a bunch of Macs and Lisa 2/10's at
  2910. work.  End argument on this list, okay.  Time and the market will determine
  2911. if I'm right.  Larry
  2912.  
  2913. 14-Aug-84 06:41:25-MDT,938;000000000000
  2914. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2915. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 06:41:19-MDT
  2916. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 7:22 EDT
  2917. Received: from sri-unix.arpa by BRL-AOS.ARPA id a010509; 14 Aug 84 7:23 EDT
  2918. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 14 Aug 84 4:05-PDT
  2919. Date: 13 Aug 84 13:13:53-PDT (Mon)
  2920. To: info-cpm@BRL.ARPA
  2921. From: ihnp4!houxm!hogpc!houti!ariel!wjb@UCB-VAX.ARPA
  2922. Subject: umodem implementation wanted
  2923. Article-I.D.: ariel.720
  2924.  
  2925.     I need an implementation of umodem for a Z80 based CP/M
  2926. system.  The hardware configuration is a Tekelec Chameleon.
  2927. This is a protocol analyzer which has sony micro discs.  I would
  2928. appreciate any assembly language source which implements the protocol
  2929. no matter what configuration it is for.  Please do not tell me
  2930. to FTP it from ?MICRO?.  I am not on the ARPANET.
  2931.  
  2932.                 Thanks for any help,
  2933.                 Bill Bogstad
  2934. 14-Aug-84 07:44:25-MDT,1572;000000000000
  2935. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2936. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 07:44:16-MDT
  2937. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 9:17 EDT
  2938. Received: from sri-unix.arpa by BRL-AOS.ARPA id a011910; 14 Aug 84 9:19 EDT
  2939. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 14 Aug 84 5:18-PDT
  2940. Date: 13 Aug 84 7:20:44-PDT (Mon)
  2941. To: info-cpm@BRL.ARPA
  2942. From:  hplabs!tektronix!uw-beaver!uw-june!entropy!dataio!del@UCB-VAX.ARPA
  2943. Subject: MOVCPM, the final solution: ****  D-R's REVENGE  ****
  2944. Article-I.D.: dataio.175
  2945.  
  2946. Well, it looks like Digital Research had the last laugh on me when I posted
  2947. "the final solution". My apologies to anyone that tried it and had trouble.
  2948. It certainly never occurred to me that such a simple patch might be machine
  2949. dependant!
  2950.  
  2951. Having used the "solution" so many times and never encountering a problem,
  2952. I was surprised to get mail to the contrary. Sure enough, I checked it out
  2953. on a couple of friends systems and found one that didn't work. In particular
  2954. this was a Heath system. I know their BIOS is a little different, but that's
  2955. no excuse.
  2956.  
  2957. If the patch worked for you, great. If not, try changing only one or the other
  2958. of the jumps I identified. In the mean time, I will try to figure out what is
  2959. going on just as soon as this quarter is over at the UW (this friday), so stay
  2960. tuned for "The Final Solution: Part II".
  2961.  
  2962. Let's see now... where did I put that disassembly....
  2963.  
  2964. Erik Lindberg    AKA    del    ...!uw-beaver!teltone!dataio!del
  2965.  
  2966. ( I used to call myself a hacker.... )
  2967. 14-Aug-84 09:04:58-MDT,560;000000000000
  2968. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2969. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 09:04:54-MDT
  2970. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 10:29 EDT
  2971. Received: from mit-mc.arpa by BRL-AOS.ARPA id a012641; 14 Aug 84 10:25 EDT
  2972. Date: Tue, 14 Aug 84  9:01:27 EDT
  2973. From: Manny Crivello <crivello@BBNCCC.ARPA>
  2974. Subject: need program to compare .com files
  2975. To: info-cpm@MIT-MC.ARPA
  2976.  
  2977. hi I need a program that will compare two .com files under cpm &
  2978. tell me what are diffence & where thay are.
  2979. Thank you.
  2980. M.D.Crivello
  2981.  
  2982.  
  2983. 14-Aug-84 10:17:47-MDT,1008;000000000000
  2984. Return-Path: <info-cpm-request@AMSAA.ARPA>
  2985. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 10:17:41-MDT
  2986. Received: From xerox.arpa.ARPA by AMSAA via smtp;  14 Aug 84 11:42 EDT
  2987. Received: from Merlot.ms by ArpaGateway.ms ; 14 AUG 84 08:44:34 PDT
  2988. Date: 14 Aug 84 08:44:20 PDT (Tuesday)
  2989. From: Chapman.ES@XEROX.ARPA
  2990. Subject: Re: dBase II .cmd Program Beta-Testors Wanted
  2991. In-reply-to: rbloom's message of 6 Aug 84 12:25:57 EDT (Monday)
  2992. To: Robert Bloom DRSTE-TOI 3775 <rbloom@APG-1.ARPA>
  2993. cc: info-cpm@AMSAA.ARPA
  2994.  
  2995. I am quite knowledgable about DBase II and would be interested in
  2996. helping you beta test, but I currently only have a dual single-sided
  2997. single-density system (i.e. max 500K online at any time). I am looking
  2998. into getting a 10 meg hard disk, but it might be a couple of months
  2999. before I have it running, if I get it at all.
  3000.  
  3001. Would it be possible for me to be of use to you?
  3002.  
  3003. Cheryl
  3004.  
  3005. P.S. I have an Imsai 8080 with a Z80 processor board added, 8K of ROM
  3006. and 56K of RAM.
  3007. 14-Aug-84 13:33:10-MDT,988;000000000000
  3008. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3009. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 13:33:02-MDT
  3010. Received: From usc-eclb.arpa.ARPA by AMSAA via smtp;  14 Aug 84 12:58 EDT
  3011. Date: 14 Aug 1984 10:01-PDT
  3012. Sender: STANLEY@Usc-Eclb.ARPA
  3013. Subject: Cheap Letter-Quality Printer
  3014. From: STANLEY@Usc-Eclb.ARPA
  3015. To: info-cpm@Amsaa.ARPA
  3016. Message-ID: <[USC-ECLB]14-Aug-84 10:01:22.STANLEY>
  3017.  
  3018. A local company here is holding a closeout sale on Selectone
  3019. interface kits that turn an Olivetti Praxis 30, 35, or 40
  3020. typewriter into an inexpensive letter-quality printer.  The
  3021. interface is available in either parallel or RS-232 serial, and
  3022. is easy to install (I've put in three of them, and all worked the
  3023. first time!).  At one time, they retailed for $195 -- they're
  3024. closing them out at $99!  If anybody needs/wants one, write or
  3025. call Wheeler Associates, Ltd., PO Box 9512, Alexandria, VA 22304,
  3026. telephone (703) 751-6168.  I'm pretty sure they take MasterCard
  3027. and Visa.
  3028.  
  3029. 14-Aug-84 13:36:38-MDT,632;000000000000
  3030. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3031. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 13:36:31-MDT
  3032. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 13:06 EDT
  3033. Received: from 10.1.0.111 by BRL-AOS.ARPA id a014412; 14 Aug 84 13:05 EDT
  3034. Date: 14 Aug 1984 12:46:19 EDT (Tuesday)
  3035. From: jose rodriguez <jrodrig@mitre-gateway.ARPA>
  3036. Subject: Otter
  3037. To: info-micro@brl.ARPA
  3038. Cc: jrodrig@mitre-gateway.ARPA, info-cpm@brl.ARPA
  3039.  
  3040.  
  3041. Fellow mailing-listers:
  3042.  
  3043. Has anyone heard what DRI's project code-named Otter is all about?
  3044. I have read in a few places quite different things.
  3045.  
  3046. Jose
  3047. jrodrig@mitre-gw
  3048.  
  3049.  
  3050. 14-Aug-84 17:10:52-MDT,1304;000000000000
  3051. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3052. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 17:10:47-MDT
  3053. Received: From brl.arpa.ARPA by AMSAA via smtp;  14 Aug 84 18:37 EDT
  3054. Received: from xerox.arpa by BRL-AOS.ARPA id a018007; 14 Aug 84 18:09 EDT
  3055. Received: from Merlot.ms by ArpaGateway.ms ; 14 AUG 84 15:06:13 PDT
  3056. Date: 14 Aug 84 15:06:02 PDT (Tuesday)
  3057. From: Chapman.ES@XEROX.ARPA
  3058. Subject: Re: C/PM 2.2 vs. 3.0 question/User Groups in LA
  3059. In-reply-to: Hirst.RX's message of 7 Aug 84 13:52:31+0100 (Tuesday)
  3060. To: info-cpm@BRL.ARPA
  3061. cc: Chapman.ES@XEROX.ARPA
  3062.  
  3063. A friend is looking into buying a new system. He has the option of
  3064. getting C/PM 2.2 or 3.0. He has been told that 3.0 is completely upward
  3065. compatible with 2.2, but I seem to remember messages here that indicated
  3066. some software will run on 2.2 but not on 3.0. Does anyone else remember
  3067. the discussions or have some clarifying information of this controversy?
  3068.  
  3069. Also, does anyone know of a C/PM users group located in the South Bay
  3070. area of Los Angeles, California? I know of the Xerox Users' Group, which
  3071. is primarily oriented around the Xerox 820, but since this is a C/PM
  3072. machine, it sort of qualifies. This users' group is, however, limited to
  3073. Xerox employees and family members. Are there any others?
  3074.  
  3075. Cheryl
  3076. 14-Aug-84 17:24:20-MDT,930;000000000000
  3077. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3078. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 17:24:14-MDT
  3079. Received: From nosc-gw.ARPA by AMSAA via smtp;  14 Aug 84 18:46 EDT
  3080. Received: by nosc.ARPA (4.12/4.7)
  3081.     id AA09269; Tue, 14 Aug 84 15:48:10 pdt
  3082. Date: Tue, 14 Aug 84 15:48:10 pdt
  3083. From: Gerry Key <key@Nosc.ARPA>
  3084. Message-Id: <8408142248.AA09269@nosc.ARPA>
  3085. To: info-cpm@amsaa.ARPA
  3086. Subject: Termcap for New Kaypro 4s
  3087.  
  3088.  
  3089.  
  3090. Does anyone out there know of a 4.2bsd Unix termcap for  the  new
  3091. Kaypro  4s,  those  with  CP/M Version  2.2G? For some reason the
  3092. new 4s, while faster  than the  old 4s,  have what  appear to  be
  3093. padding problems with clear-screen, cursor motion, etc.
  3094.  
  3095. --Gerry Key
  3096.  
  3097.      MILNET/ARPANET >-------------------- key@nosc.arpa
  3098.  
  3099.              ihnp4  \
  3100.              akgua   \
  3101.      UUCP    decvax   -------------!sdcsvax!noscvax!key
  3102.              dcdwest /
  3103.              ucbvax /
  3104. 14-Aug-84 23:43:17-MDT,1392;000000000000
  3105. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3106. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 14 Aug 84 23:43:11-MDT
  3107. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 1:21 EDT
  3108. Received: from sri-unix.arpa by BRL-AOS.ARPA id be00485; 15 Aug 84 1:14 EDT
  3109. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 5 Aug 84 11:59-PDT
  3110. Date: 3 Aug 84 7:19:17-PDT (Fri)
  3111. To: info-cpm@BRL.ARPA
  3112. From:  ihnp4!mhuxl!ulysses!burl!clyde!watmath!utzoo!dciem!king@UCB-VAX.ARPA
  3113. Subject: Bubble memory - CP/M directory - HELP!
  3114. Article-I.D.: dciem.1020
  3115.  
  3116. *
  3117.     Does anyone in netland know how CP/M structures its
  3118. directorys? I am trying to interface an Intel bubble memory
  3119. to a Systems group S-100 processor and am having trouble 
  3120. with the directory. I can use ddt to load a program into
  3121. RAM, escape from ddt and SAVE the file in the bubble memory
  3122. without any problem. The file appears in the directory for
  3123. the bubble pack, yet I cannot PIP to the bubble without
  3124. getting an error - NO FILE - from PIP. Envoking ED from the
  3125. bubbles causes the error message DIRECTORY FULL to be returned.
  3126.     I am following the guidelines set out by Louis Wheeler
  3127. in his Byte articles, but he makes no mention of this type of
  3128. problem. I would appreciate mail from anyone who has an idea
  3129. as to how I may overcome this difficulty.
  3130.  
  3131.         Stephen King, DCIEM Toronto
  3132.  
  3133. ...(ihnp4 and others)!utzoo!dciem!king
  3134. 15-Aug-84 00:58:37-MDT,1837;000000000000
  3135. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3136. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 00:58:30-MDT
  3137. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 2:13 EDT
  3138. Received: from sri-unix.arpa by BRL-AOS.ARPA id a000926; 15 Aug 84 2:11 EDT
  3139. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 14 Aug 84 22:59-PDT
  3140. Date: 10 Aug 84 8:47:55-PDT (Fri)
  3141. To: info-cpm@BRL.ARPA
  3142. From: hplabs!hao!seismo!cmcl2!rocky2!cucard!aecom!glen@UCB-VAX.ARPA
  3143. Subject: Q: CP/M-80 on the DEC Rainbow
  3144. Article-I.D.: aecom.768
  3145.  
  3146. I am having problems running CP/M 2.2 software on the DEC Rainbow
  3147. and could use some help from the net gurus.  Basically, the software
  3148. was written on 2.2 machines and gets brain damaged when run on the
  3149. Rainbow.  I assume that the problem is due to some change or lack of
  3150. support by the Rainbow's CP/M-80 for certain BDOS calls.
  3151.  
  3152. Firstly, just for the record, the software utilizes the following
  3153. BDOS (0005h) calls: 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16,
  3154. 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 30, 32, and 37 (yes,
  3155. it's a rather large program).  Would anyone be so kind as to verify
  3156. if the Rainbow supports these?  The manuals I have access to do
  3157. not contain this information.  Also, does DEC mention any changes
  3158. in their operation as compared to CP/M 2.2.
  3159.  
  3160. Does anyone know, in general, how compatible DEC claims to be (or
  3161. really is) with 2.2.  Many emulators do a pretty good job, others
  3162. don't.  I guess DEC's doesn't.
  3163.  
  3164. Additionally, does the BIOS support access to the jump table for
  3165. I/O (const, conin, conout, listout, listst, reader, punch) and
  3166. the select disk (SELDSK) function?
  3167.  
  3168. I'd appreciate it greatly if someone took the time to assist me
  3169. with this brain buster.  Thanks in advance.
  3170.  
  3171.                 Glen Marianko
  3172.  
  3173.             {philabs,rocky2,ihnp4,cucard}!aecom!glen
  3174. 15-Aug-84 05:27:30-MDT,1718;000000000000
  3175. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3176. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 05:27:23-MDT
  3177. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 6:59 EDT
  3178. Received: from sri-unix.arpa by BRL-AOS.ARPA id a001465; 15 Aug 84 6:56 EDT
  3179. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 15 Aug 84 3:43-PDT
  3180. Date: 13 Aug 84 10:42:51-PDT (Mon)
  3181. To: info-cpm@BRL.ARPA
  3182. From:  ihnp4!mgnetp!burl!clyde!watmath!utzoo!utcsrgv!garfield!donald4@UCB-VAX.ARPA
  3183. Subject: need CBIOS.ASM for EXIDY Sorcerer II
  3184. Article-I.D.: garfield.1512
  3185.  
  3186. []
  3187.  
  3188.  
  3189. I need the CBIOS.ASM for the EXIDY Sorcerer II.     When I bought 
  3190. the system several years back, it came complete EXCEPT for the
  3191. CBIOS.ASM.  That file and its sister (BIOS.ASM), both came in
  3192. skeletal versions only, (at least on my disk).. an error, I've
  3193. been told.  But alas, EXIDY is no longer in business, and the
  3194. California dealer who sold this to us, no longer supports
  3195. EXIDY.
  3196.  
  3197. This is an EXIDY Sorcerer II, configured with two 5 1/4" disk
  3198. drives, soft sectored ssDD, operating on a CP/M 2.2/1f at 77
  3199. tracks.     
  3200.  
  3201. If there is anyone out there who has a similarly configured
  3202. Exidy CP/M (the one that originally came with the machine, the
  3203. 2.2x version..    NOT the one from LIFEBOAT), can get me, or let
  3204. me know where I can get the CBIOS.ASM file I need, I'd be very
  3205. grateful!
  3206.  
  3207. Please don't "newsgroup" the info.  Use E-mail instead to:
  3208.  
  3209. donald4@garfield.UUCP
  3210. (also)
  3211. {utcsrgv,allegra,ihnp4}!garfield!donald4
  3212. (with links to utcsrgv:)
  3213. {dalcs,dciem,utzoo,cornell,decvax,decwrl}
  3214.  
  3215.     or by US/Canadian post to:
  3216.  
  3217. Donald Geduldig
  3218. Faculty of Medicine
  3219. Memorial University of Newfoundland
  3220. St. John's, Newfoundland
  3221. Canada,        A1B 3V6
  3222. 15-Aug-84 06:18:12-MDT,1490;000000000000
  3223. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3224. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 06:18:07-MDT
  3225. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 7:50 EDT
  3226. Received: from simtel20.arpa by BRL-AOS.ARPA id a001745; 15 Aug 84 7:45 EDT
  3227. Date: 15 Aug 1984  05:45 MDT (Wed)
  3228. Message-ID: <RCONN.12039615865.BABYL@SIMTEL20>
  3229. From: Richard Conn <RCONN@simtel20.ARPA>
  3230. To:   info-cpm@brl.ARPA
  3231. Subject: [RCONN: ZEX and RELS.UTL]
  3232.  
  3233. FYI -- Rick
  3234.  
  3235. Date: Wednesday, 15 August 1984  05:32-MDT
  3236. From: Richard Conn <RCONN>
  3237. To:   Paul L. Kelley <PLK at MIT-MC>
  3238. cc:   rconn
  3239. Re:   ZEX and RELS.UTL
  3240.  
  3241. Hi, Paul,
  3242.  
  3243.     Yes, ZEX can be installed without using RELS.UTL, but that is
  3244. not necessary.  RELS.UTL is public.  Since your friend obtained ZCPR3
  3245. from Echelon, he should be getting the newsletters, and newsletter 3
  3246. which is just now coming out (dated 20 Aug) mentions RELS.UTL in the
  3247. first paragraph.  You can use EX.COM instead of ZEX for a first-time
  3248. installation of ZEX by changing all the *.ZEX files to *.SUB (change
  3249. ZEX.ZEX to ZEX.SUB and then issue the command EX ZEX with RELS.UTL and
  3250. the other files mentioned in the beginning of the ZEX.ZEX file in the
  3251. current directory).  RELS.UTL, EX.COM, and MLOAD.COM (by Ron Fowler)
  3252. are on the AMPRO RCP/M and BBS at 408-258-8128.  They are also on
  3253. SIMTEL20, but I forget what archives offhand.  See the first paragraph
  3254. of the third newsletter for some more text on the subject (not much
  3255. more, tho).
  3256.  
  3257.     Rick
  3258. 15-Aug-84 08:55:12-MDT,1188;000000000000
  3259. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3260. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 08:55:02-MDT
  3261. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 10:06 EDT
  3262. Received: from mit-mc.arpa by BRL-AOS.ARPA id a003551; 15 Aug 84 10:00 EDT
  3263. Date: 15 Aug 1984 09:58-EDT
  3264. Sender: ABN.ISCAMS@USC-ISID.ARPA
  3265. Subject: Re: need program to compare .com files
  3266. From: ABN.ISCAMS@USC-ISID.ARPA
  3267. To: crivello@BBNCCC.ARPA
  3268. Cc: info-cpm@MIT-MC.ARPA
  3269. Message-ID: <[USC-ISID.ARPA]15-Aug-84 09:58:19.ABN.ISCAMS>
  3270. In-Reply-To: The message of Tue, 14 Aug 84  9:01:27 EDT from Manny Crivello <crivello@BBNCCC.ARPA>
  3271.  
  3272. Manny,
  3273.  
  3274. I usually use COMPASC.COM for ASCII and COMPBIN.COM for binary - work OK
  3275. so long as there aren't TOO many differences.  An earlier COMPARE.ASM is in
  3276. SIGM Volume 74 at SIMTEL20 (MICRO:<SIGM.VOL074>COMPARE.ASM (8k.  I also
  3277. see a listing for COMP-12.ASM and .DOC in SIGM.VOL073 ("binary file
  3278. comparison-use wi DD6" ("enhanced version of DDUMP")..
  3279.  
  3280. Can't seem to find my pointers to COMPBIN - got it from out there somewhere,
  3281. and have it myself if no one else points you to the source.
  3282.  
  3283. Regards,
  3284. David Kirschbaum
  3285. Toad Hall
  3286. ABN.ISCAMS@USC-ISID
  3287.  
  3288. 15-Aug-84 08:57:41-MDT,970;000000000000
  3289. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3290. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 08:57:35-MDT
  3291. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 10:17 EDT
  3292. Received: from usc-isid.arpa by BRL-AOS.ARPA id a003702; 15 Aug 84 10:16 EDT
  3293. Date: 15 Aug 1984 10:14-EDT
  3294. Sender: ABN.ISCAMS@USC-ISID.ARPA
  3295. Subject: Re: Bubble memory - CP/M directory - HELP!
  3296. From: ABN.ISCAMS@USC-ISID.ARPA
  3297. To: ihnp4!mhuxl!ulysses!burl!clyde!watmath!utzoo!dciem!king@UCB-VAX.ARPA
  3298. Cc: info-cpm@BRL.ARPA
  3299. Message-ID: <[USC-ISID.ARPA]15-Aug-84 10:14:51.ABN.ISCAMS>
  3300. In-Reply-To: The message of 3 Aug 84 7:19:17-PDT (Fri) from  ihnp4!mhuxl!ulysses!burl!clyde!watmath!utzoo!dciem!king@UCB-VAX.ARPA
  3301.  
  3302. Stephen,
  3303.  
  3304. I could recommend the older book "Programmer's Guide to CP/M", extracted
  3305. articles from older Microsystems Magazine, Microsystems Press.  It has many
  3306. details on the CP/M library schemata.
  3307.  
  3308. Regards,
  3309. David Kirschbaum
  3310. Toad Hall
  3311. ABN.ISCAMS@USC-ISID
  3312. 15-Aug-84 09:23:42-MDT,1611;000000000000
  3313. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3314. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 09:23:33-MDT
  3315. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 10:37 EDT
  3316. Received: from usc-isid.arpa by BRL-AOS.ARPA id a003936; 15 Aug 84 10:31 EDT
  3317. Date: 15 Aug 1984 10:29-EDT
  3318. Sender: ABN.ISCAMS@USC-ISID.ARPA
  3319. Subject: Morse Code Instruction
  3320. From: ABN.ISCAMS@USC-ISID.ARPA
  3321. To: INFO-CPM@BRL.ARPA
  3322. Cc: ABN.ISCAMS@USC-ISID.ARPA
  3323. Message-ID: <[USC-ISID.ARPA]15-Aug-84 10:29:58.ABN.ISCAMS>
  3324.  
  3325. Netlandians,
  3326.  
  3327. I have a project to network 15 workstations and an instructor station to
  3328. teach soldiers Morse Code (using a manual key for input, presenting groups
  3329. on the screen for transmission, etc.; and more difficult - sending CW to
  3330. the student and having him copy in block print on a graphics pad).
  3331.  
  3332. I have most of the Public Domain things from SIMTEL20 (various TTY programs,
  3333. the package on Packet Radio, some Morse programs), and would appreciate
  3334. pointers to any other available code.
  3335.  
  3336. I'm tentatively planning on using Commodore 64s, VIC-20s, or some sort of
  3337. smart workstation in that class, but would also be interested in anyone
  3338. who managed to use a nice fast micro to drive a number of workstations or
  3339. student input stations.
  3340.  
  3341. Last (the toughy) -- any software out there (commercial even) that'll take
  3342. handwritten (block print) characters from a cheap graphics pad and ASCIIze
  3343. it?  I've seen ads for the smart tablets (reputed to handle even longhand),
  3344. but they're still too expensive.
  3345.  
  3346. Thanks in advance (quite a help list, ne?)
  3347. David Kirschbaum
  3348. ABN.ISCAMS@USC-ISID
  3349. 15-Aug-84 12:06:15-MDT,932;000000000000
  3350. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3351. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 12:06:10-MDT
  3352. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 13:31 EDT
  3353. Received: from xerox.arpa by BRL-AOS.ARPA id a006248; 15 Aug 84 13:32 EDT
  3354. Received: from Concord.ms by ArpaGateway.ms ; 15 AUG 84 10:31:46 PDT
  3355. Date: 15 Aug 84 10:31:33 PDT (Wednesday)
  3356. From: Bicer.ES@XEROX.ARPA
  3357. Subject: Re: Bubble memory - CP/M directory - HELP!
  3358. In-reply-to: ihnp4!mhuxl!ulysses!burl!clyde!watmath!utzoo!dciem!king's
  3359.  message of 3 Aug 84 7:19:17 PDT (Fri)
  3360. To: info-cpm@BRL.ARPA
  3361.  
  3362. Try to get a copy of DU (Disk Utility). This famous public domain
  3363. software will not only show you how the directory is organized, but will
  3364. also let you modify it.
  3365.  
  3366.     Jack Bicer
  3367.  
  3368. P.S:
  3369. ihnp4!mhuxl!ulysses!burl!clyde!watmath!utzoo!dciem!king@UCB-VAX.ARPA
  3370. Stephen, your name is too long for my system to send you a meesage
  3371. directly.
  3372. 15-Aug-84 12:27:33-MDT,918;000000000000
  3373. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3374. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 12:27:28-MDT
  3375. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 13:52 EDT
  3376. Received: from su-score.arpa by BRL-AOS.ARPA id a006348; 15 Aug 84 13:44 EDT
  3377. Date: Wed 15 Aug 84 10:39:00-PDT
  3378. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  3379. Subject: Re: Otter
  3380. To: jrodrig@MITRE-GATEWAY.ARPA
  3381. cc: info-micro@BRL.ARPA, info-cpm@BRL.ARPA
  3382. In-Reply-To: Message from "jose rodriguez <jrodrig@mitre-gateway.ARPA>" of Tue 14 Aug 84 12:46:19-PDT
  3383.  
  3384. Otter:
  3385.  
  3386. That's DRI's internal code name for their OS that's based on a VM
  3387. concept, eg. will encompass CP/M-86, PCDOS, and some UNIX compatibility.
  3388. Not scheduled for anytime soon, but will appear as a follow-on upgrade
  3389. in the Concurrent-DOS line.  They sent a speaker to PicoNet to talk about
  3390. this subject a few (3?) months ago.
  3391.  
  3392.                     -- hope this helps, sam
  3393. -------
  3394. 15-Aug-84 12:43:33-MDT,1158;000000000000
  3395. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3396. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 12:43:26-MDT
  3397. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 13:52 EDT
  3398. Received: from su-score.arpa by BRL-AOS.ARPA id a006402; 15 Aug 84 13:49 EDT
  3399. Date: Wed 15 Aug 84 10:44:21-PDT
  3400. From: Sam Hahn <Samuel@SU-SCORE.ARPA>
  3401. Subject: Re: C/PM 2.2 vs. 3.0 question/User Groups in LA
  3402. To: Chapman.ES@XEROX.ARPA
  3403. cc: info-cpm@BRL.ARPA
  3404. In-Reply-To: Message from "Chapman.ES@XEROX.ARPA" of Tue 14 Aug 84 15:06:02-PDT
  3405.  
  3406. I've had 3.0 running since March, and have had NO problems with the
  3407. software that I own.  All of it trundled over to 3.0 with nary a sneeze.
  3408.  
  3409. One thing to be careful of is that xfcb (extended file control blocks) will
  3410. not appear correctly to 2.2 if you take a 3.0 disk and try to read it
  3411. under 2.2.  That's ok, though, because you can turn xfcb-making on or off,
  3412. or even delete xfcb's.
  3413.  
  3414. Another thing to watch out for is fancy shell-programs that assume the ccp
  3415. does what it does in 2.2. (Since I own no fancy shell-programs, I guess
  3416. my first paragraph isn't as strong as it might appear).  
  3417.  
  3418.                 -- sam
  3419. -------
  3420. 15-Aug-84 20:26:36-MDT,840;000000000000
  3421. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3422. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 20:26:31-MDT
  3423. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 22:00 EDT
  3424. Received: from sri-unix.arpa by BRL-AOS.ARPA id a009246; 15 Aug 84 21:56 EDT
  3425. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 15 Aug 84 18:44-PDT
  3426. Date: 14 Aug 84 11:37:47-PDT (Tue)
  3427. To: info-cpm@BRL.ARPA
  3428. From: ihnp4!houxm!hounx!gtp@UCB-VAX.ARPA
  3429. Subject: CPM EDUC. SOFTWARE for YOUNG CHILDREN
  3430. Article-I.D.: hounx.289
  3431.  
  3432. I am looking for educational software for young children (ages 4 - 10 ).
  3433. I am interested in any feedback about what packages are good or bad.
  3434. Also information on games that are easy and fun for beginning computer
  3435. users would be appreciated.
  3436. Please mail to houxn!gtp in Holmdel (BTL)
  3437. Thanks in advance
  3438. G. Peckham
  3439. 15-Aug-84 21:02:36-MDT,655;000000000000
  3440. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3441. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 21:02:32-MDT
  3442. Received: From brl.arpa.ARPA by AMSAA via smtp;  15 Aug 84 22:31 EDT
  3443. Received: from sri-unix.arpa by BRL-AOS.ARPA id a009324; 15 Aug 84 22:28 EDT
  3444. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 15 Aug 84 19:12-PDT
  3445. Date: 14 Aug 84 12:33:32-PDT (Tue)
  3446. To: info-cpm@BRL.ARPA
  3447. From: ihnp4!houxm!hounx!gtp@UCB-VAX.ARPA
  3448. Subject: CPM EDUC. SOFTWARE for YOUNG CHILDREN ( CORRECTION )
  3449. Article-I.D.: hounx.290
  3450.  
  3451. Sorry I incorrectly posted the mailing address for mailing.
  3452. The correct address is hounx!gtp in Holmdel.
  3453. G. Peckham
  3454. 15-Aug-84 22:47:40-MDT,1109;000000000000
  3455. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3456. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 22:47:34-MDT
  3457. Received: From mit-mc.arpa.ARPA by AMSAA via smtp;  16 Aug 84 0:12 EDT
  3458. Date: 16 August 1984 00:14-EDT
  3459. From: Herb Lin <LIN@Mit-Mc.ARPA>
  3460. Subject:  dBASEII sort problem
  3461. To: Wiedemann@Radc-Multics.ARPA
  3462. cc: info-cpm@Amsaa.ARPA
  3463. In-reply-to: Msg of 9 Aug 1984  10:45-MDT from Wiedemann at RADC-MULTICS.ARPA
  3464.  
  3465.  
  3466.     I have CP/M dBASE, Version 2.4.  There appears to be a problem with the
  3467.     "SORT" function.  Whenever I try to SORT ON <field> TO <file>, I get a
  3468.     "END OF FILE FOUND UNEXPECTEDLY" message.  Not only that, but even after
  3469.     a CLEAR, I cannot erase the destination sorted file without incurring a
  3470.     FILE ALREADY OPEN message.  When I try another CLEAR followed by a USE
  3471.     with the sorted destination file, I get a NO DATA BASE IN USE message.
  3472.  
  3473. I'm told that there is a very strange bug with the SORT function of
  3474. dBase II.  The way to get around it is to do an INDEX and then write
  3475. out the indexed file.  [So say the sharpies at Gifford Computer Systems.]
  3476.  
  3477. 15-Aug-84 23:01:33-MDT,825;000000000000
  3478. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3479. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 15 Aug 84 23:01:29-MDT
  3480. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  16 Aug 84 0:32 EDT
  3481. Date: 15 Aug 1984  22:34 MDT (Wed)
  3482. Message-ID: <KPETERSEN.12039799597.BABYL@SIMTEL20>
  3483. Sender: KPETERSEN@Simtel20.ARPA
  3484. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3485. To:   Manny Crivello <crivello@Bbnccc.ARPA>
  3486. Cc:   Info-Cpm@Amsaa.ARPA
  3487. Subject: need program to compare .com files
  3488. In-reply-to: Msg of 14 Aug 1984  07:01-MDT from Manny Crivello <crivello at BBNCCC.ARPA>
  3489.  
  3490. Try HEXDIF.COM.  It prints the differences between two .COM files in
  3491. both hex and ascii.  It's available from SIMTEL20 as:
  3492.  
  3493. Filename            Type     Bytes     Sectors     CRC
  3494.  
  3495. Directory MICRO:<CPM.GENCOM>
  3496. HEXDIF.COM.1            COM      6528   51 =  33H  CC7CH
  3497.  
  3498. --Keith
  3499. 16-Aug-84 04:15:48-MDT,2502;000000000000
  3500. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3501. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 16 Aug 84 04:15:40-MDT
  3502. Received: From brl.arpa.ARPA by AMSAA via smtp;  16 Aug 84 5:38 EDT
  3503. Received: from mit-mc.arpa by BRL-AOS.ARPA id a010105; 16 Aug 84 5:37 EDT
  3504. Date: 16 August 1984 05:36-EDT
  3505. From: "Jerry E. Pournelle" <POURNE@mit-mc.ARPA>
  3506. Subject:  Dimension 68000
  3507. To: CC.Otken@utexas-20.ARPA
  3508. cc: info-cpm@brl.ARPA
  3509. In-reply-to: Msg of Mon 13 Aug 84 11:34:03-CDT from John Otken <CC.Otken at UTEXAS-20.ARPA>
  3510.  
  3511. Welcome to t he INvasion of the Product Snatchers...
  3512.     Date: Mon 13 Aug 84 11:34:03-CDT
  3513.     From: John Otken <CC.Otken at UTEXAS-20.ARPA>
  3514.     To:   info-cpm at BRL.ARPA
  3515.     Re:   Dimension 68000
  3516.  
  3517.     I am not absolutely positive that the machine was a Dimension 68000 but
  3518.     it was a machine quite similar (emulates apple, ibm, etc)..  Anyway the
  3519.     story goes:
  3520.  
  3521.     I went to a CP/M-UG meeting in Houston a few months back.  One of the machines
  3522.     on demonstration was (probably) a Dimension 68000.  I listened to the rep.
  3523.     going through all of the various features of the machine.  At one point he
  3524.     was asked about mainframe communications.  He went into this claim that the
  3525.     machine could communicate with ANY machine using ANY protocol.  The rest of
  3526.     the conversation went something like:
  3527.  
  3528.     ME:    "I seriously doubt that."
  3529.     HIM:    "Sure it can."
  3530.     ME:    "How do you do it?"
  3531.     HIM:    "With translation tables."
  3532.     ME:    "WHAT?"
  3533.     HIM:    "Our machine uses THE [sic] standard serial protocol.  The secret is
  3534.          we use translation tables to handle the various protocols."
  3535.     ME:    "Could you give a more technical description?"
  3536.     HIM:    "Sure.  The table is at address C000.  The serial port is at 30."
  3537.     ME:    "Wait!  That is not what I was asking for."
  3538.     HIM:    "Look, you said you wanted a technical description.  If you want to
  3539.          be technical, I am going to have to talk HEX."
  3540.     ME:    "I don't think we are communicating..."
  3541.     HIM:    "Well, that's because we have an Engineer talking to a User."
  3542.     ME:    "Sure, if that makes you the User."
  3543.     HIM:    "NO!  I am the Engineer."
  3544.     ME:    "OK, can this machine communicate with an IBM 370?"
  3545.     HIM:    "Sure."
  3546.     ME:    "How?"
  3547.     HIM:    "Like I've been telling you -- over the standard serial protocol
  3548.          using a translation table."
  3549.  
  3550.     Fortunately, the place closed and I was saved from the intellectual torture
  3551.     of an extended conversation with this clown.  John.
  3552.  
  3553. 17-Aug-84 00:06:21-MDT,1034;000000000000
  3554. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3555. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 00:05:59-MDT
  3556. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 Aug 84 1:43 EDT
  3557. Received: from hi-multics.arpa by BRL-AOS.ARPA id a000970; 17 Aug 84 1:44 EDT
  3558. Date:  Fri, 17 Aug 84 00:39 CDT
  3559. From:  VaughanW@HI-MULTICS.ARPA
  3560. Subject:  Re: Kaypro help wanted: 7-bit even parity for sio
  3561. To:  George.Wood@CMU-CS-A.ARPA
  3562. cc:  info-cpm@BRL.ARPA
  3563. In-Reply-To:  Message of 11 Aug 84 14:22 CDT from "George.Wood at CMU-CS-A"
  3564. Message-ID:  <840817053922.845819@HI-MULTICS.ARPA>
  3565.  
  3566. I have the same problem (only with a Kaypro 10 and MEX rather than a
  3567. Kaypro 2 and MODEM7xx) -- i.e.  I have a host that insists on 7-bit even
  3568. parity (Honeywell Level 6, if you're interested).  I tried to fix the
  3569. overlay but it didn't work right - guess I'm not programming the SIO
  3570. correctly.  Anyhow, I'd appreciate a solution.
  3571.                               Thanks,
  3572.                               Bill
  3573.                     VaughanW at HI-Multics
  3574. 17-Aug-84 03:12:54-MDT,666;000000000000
  3575. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3576. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 03:12:50-MDT
  3577. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 Aug 84 4:48 EDT
  3578. Received: from xerox.arpa by BRL-AOS.ARPA id a001687; 17 Aug 84 4:45 EDT
  3579. Received: from GreeneKing.ms by ArpaGateway.ms ; 16 AUG 84 15:46:03 PDT
  3580. Date: 15 Aug 84 17:14:31+0100 (Wednesday)
  3581. From: Hirst.RX@XEROX.ARPA
  3582. Subject: Re: Looking for modem7 for ibmpc
  3583. In-reply-to: ucsfcgl!harrison's message of 9 Aug 84 13:17:02 PDT (Thu)
  3584. To: ucsfcgl!harrison@UCB-VAX.ARPA
  3585. cc: info-cpm@BRL.ARPA
  3586.  
  3587. Peter,
  3588.  
  3589. I'd be interested to know what you find out
  3590.  
  3591. Thanks in advance//Ken
  3592.  
  3593.  
  3594. 17-Aug-84 04:02:36-MDT,1044;000000000000
  3595. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3596. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 04:02:31-MDT
  3597. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 Aug 84 5:32 EDT
  3598. Received: from sri-unix.arpa by BRL-AOS.ARPA id a001931; 17 Aug 84 5:29 EDT
  3599. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 17 Aug 84 2:15-PDT
  3600. Date: 15 Aug 84 16:23:23-PDT (Wed)
  3601. To: info-cpm@BRL.ARPA
  3602. From: hplabs!sdcrdcf!sdcsvax!akgua!mcnc!ecsvax!julian@UCB-VAX.ARPA
  3603. Subject: Re: dBASEII sort problem
  3604. Article-I.D.: ecsvax.3110
  3605. In-Reply-To: Article sri-arpa.12286
  3606.  
  3607. The END OF FILE FOUND UNEXPECTEDLY usually happens when I used indexed
  3608. files, but you would not be sorting them is you used an index.  Assuming
  3609. that you can DISPLAY the file, then you must have a trashed file with an
  3610. EOF character somehow inserted.  If not, then kludge it by issuing a USE
  3611. or two in order to close the file, then USE it again and SORT to your
  3612. destination.  A little more information would pinpoint the proper kludge.
  3613.  
  3614. Phil Julian    mcnc!ecsvax!julian
  3615. 17-Aug-84 04:51:52-MDT,1009;000000000000
  3616. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3617. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 04:51:46-MDT
  3618. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 Aug 84 6:23 EDT
  3619. Received: from xerox.arpa by BRL-AOS.ARPA id a002158; 17 Aug 84 6:16 EDT
  3620. Received: from GreeneKing.ms by ArpaGateway.ms ; 17 AUG 84 03:13:43 PDT
  3621. Date: 17 Aug 84 11:03:26+0100 (Friday)
  3622. From: Hirst.RX@XEROX.ARPA
  3623. Subject: Re: Morse Code Instruction
  3624. In-reply-to: <[USC-ISID.ARPA]15-Aug-84 10:29:58.ABN.ISCAMS>
  3625. To: ABN.ISCAMS@USC-ISID.ARPA
  3626. cc: INFO-CPM@BRL.ARPA
  3627.  
  3628. David,
  3629.  
  3630. I picked up a (teach) morse program from the Palos Verdes RCP/M, (when I
  3631. was in LA) so I suppose if you can dial up any of the BBS's that support
  3632. packet radio, that would be a start.
  3633.  
  3634. I have seen a demo of morse working on one of those Xerox "STAR" 8010
  3635. systems, all you do is highlight text, bug start and the dots & dashes
  3636. blurt out of its speaker! (not bad huh)
  3637.  
  3638. If you want me to dig into my archives send me a ... --- ...
  3639.  
  3640. Ken
  3641. 17-Aug-84 12:21:48-MDT,962;000000000000
  3642. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3643. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 12:21:42-MDT
  3644. Received: From brl.arpa.ARPA by AMSAA via smtp;  17 Aug 84 13:38 EDT
  3645. Received: from office-2.arpa by BRL-AOS.ARPA id a008178; 17 Aug 84 13:37 EDT
  3646. Date: 17-Aug-84 10:34 PDT
  3647. From: ACB.TYM@OFFICE-2.ARPA
  3648. Subject: ARCHIVE
  3649. To: info-cpm@BRL.ARPA
  3650. Message-ID: <[OFFICE-2.ARPA]TYM-ACB-594YH>
  3651.  
  3652. I picked up the ARCHIVE program and BDOS patch from the Computer Language BBS 
  3653. and was at first favorably impressed.  However,  If one erases a file that has 
  3654. been archived, the disk is marked RO.  I suspect that the directory checksum is 
  3655. not being updated by the patch which simply removes the archived bit when the 
  3656. Directory Entry is written out.  Did I do something wrong?  I suspect that any 
  3657. modification of the File that causes the directory entry to be written out (thus
  3658. clearing the archived bit) causes the same problem. Comments?
  3659.  
  3660. 17-Aug-84 22:30:03-MDT,1049;000000000000
  3661. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3662. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 22:29:53-MDT
  3663. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  18 Aug 84 0:02 EDT
  3664. Date: Friday, 17 August 1984  11:08-MDT
  3665. Message-ID: <KPETERSEN.12040318499.BABYL@SIMTEL20>
  3666. Sender: Dave Maddox <maddox%arson.DEC@Decwrl.ARPA>
  3667. From: Dave Maddox <maddox%arson.DEC@Decwrl.ARPA>
  3668. To: info-micro@Brl.ARPA
  3669. Subject:   Ancient technology
  3670. ReSent-From: KPETERSEN@Simtel20.ARPA
  3671. ReSent-To: INFO-CPM@Amsaa.ARPA
  3672. ReSent-Date: Fri 17 Aug 1984 22:04-MDT
  3673.  
  3674. Can anyone help with the following request?  I will forward responses,
  3675. if you'd like...thanks.
  3676.  
  3677.  
  3678. Forwarded message follows:
  3679. ------------------------------------------------------------------------
  3680. From: bedford!mintaka!dagobah#gerry@mit-eddie
  3681. Subject: Ancient technology
  3682.  
  3683. Does anyone know where I can get a hold of the Schematics for an IMSAI
  3684. front pannel.  It's broken and the original schematics are lost.  Unless
  3685. I can fix it, it will remain a very large paperweight.
  3686.  
  3687. gerry
  3688. 17-Aug-84 23:54:26-MDT,1679;000000000000
  3689. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3690. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 17 Aug 84 23:54:19-MDT
  3691. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  18 Aug 84 1:22 EDT
  3692. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.33)
  3693.     id AA04754; Fri, 17 Aug 84 21:05:34 pdt
  3694. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  3695.     by ucbjade.CC.Berkeley.ARPA (4.14/4.23.4)
  3696.     id AA05158; Fri, 17 Aug 84 21:05:11 pdt
  3697. Received: by ucbopal.CC.Berkeley.ARPA (4.14/4.23.5)
  3698.     id AA13155; Fri, 17 Aug 84 21:05:04 pdt
  3699. Date: Fri, 17 Aug 84 21:05:04 pdt
  3700. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  3701. Message-Id: <8408180405.AA13155@ucbopal.CC.Berkeley.ARPA>
  3702. To: info-cpm@amsaa.ARPA
  3703. Subject: Umodem
  3704.  
  3705. I know someone who would like to dial into our Unix system and from
  3706. another Unix system (using the Unix "cu" command), then use a modem
  3707. program to transfer files.  We have the 4.2 BSD xmodem (from UCSD) on
  3708. our end.  Does anyone know how to do this?
  3709.  
  3710. Some problems encountered so far:  Executing xmodem on the answering
  3711. system and umodem on the originating system from within "cu" does not
  3712. work.  xmodem, tmodem, umodem, and uc all appear to be programs for the
  3713. answering Unix system. "cu" (version 7) appears to be able to redirect
  3714. output or input, but not both to the same program. I suspect that "cu"
  3715. needs to be called from the the originating modem program to establish
  3716. a terminal mode with the remote system.  Does anyone have a modem
  3717. program that will do this? Or does anyone have a Unix modem program
  3718. that has a terminal mode?
  3719.  
  3720.  
  3721. Bill Wells
  3722. wcwells@Berkeley.ARPA
  3723. ucbvax!wcwells
  3724. wcwells@ucbjade.BITNET
  3725. 18-Aug-84 01:28:37-MDT,1147;000000000000
  3726. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3727. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 18 Aug 84 01:28:31-MDT
  3728. Received: From bbn-cd.arpa.ARPA by AMSAA via smtp;  18 Aug 84 3:02 EDT
  3729. Date: Sat, 18 Aug 84  2:53:39 EDT
  3730. From: Sam Lipson <slipson@bbn-cd.arpa>
  3731. Subject: Mitsubishi 5.25 inch disk drive query
  3732. To: info-cpm@amsaa.arpa
  3733.  
  3734.  
  3735.     Recently I have seen advertisements for Mitsubishi 5.25",
  3736. purportedly double sided 96 TPI drives for under $200.00.  I have
  3737. a few questions:
  3738.  
  3739.     1)  Has anyone had any experience with these drives.  Do they have
  3740. problems -- there must be a reason why they're so cheap.
  3741.  
  3742.     2)  Are they totally plug compatible with the Tandon TM-100-4 (which
  3743. my Zenith Z-90 uses).
  3744.  
  3745.     3)  What is the correct Mitsubishi model number for the double sided
  3746. 96TPI drive (so I can verify what I order is what I think I'm ordering).
  3747.  
  3748.     I'd also be glad to hear (impartial) recommendations for a particular
  3749. vendor to buy from.
  3750.  
  3751.     Please respond to me,  not the mailing list (I will honor summary
  3752. requests).
  3753.  
  3754.     Thanks,
  3755.  
  3756.     Sam Lipson
  3757. [ARPA]    slipson@bbncd
  3758. [UUCP]    {decvax,wjhl2,ihnp4,linus,wivax,ima}!bbncca!slipson
  3759. 18-Aug-84 20:31:23-MDT,1557;000000000000
  3760. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3761. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 18 Aug 84 20:31:18-MDT
  3762. Received: From brl.arpa.ARPA by AMSAA via smtp;  18 Aug 84 22:01 EDT
  3763. Received: from ut-ngp.arpa by BRL-AOS.ARPA id a013217; 18 Aug 84 21:56 EDT
  3764. From: mknox@UT-NGP.ARPA
  3765. Posted-Date: Sat, 18 Aug 84 20:47:06 CDT
  3766. Message-Id: <8408190148.AA10379@ut-ngp.ARPA>
  3767. Received: by ut-ngp.ARPA (4.22/4.22)
  3768.     id AA10379; Sat, 18 Aug 84 20:48:31 cdt
  3769. Date: Sat, 18 Aug 84 20:47:06 CDT
  3770. To: info-cpm@BRL.ARPA
  3771. Subject: BIOS2RSX problem
  3772.  
  3773.  
  3774. The program BIOS2RSX was recently posted to the net.  It maps CP/M-2.2
  3775. BIOS calls into CP/M-Plus calls, allowing such programs as DU to run
  3776. under CP/M-Plus.  It works well, but recently caused me several sleepless
  3777. nights.  The problem was a loss of data in a CP/M-Plus submit file
  3778. after the first 128 bytes, IF one of the tasks invoked in the submit
  3779. file was a 2.2 program (with BIOS2RSX attached) AND that program did
  3780. disk writes.
  3781.  
  3782. It turns out that my CP/M-Plus uses the BDOS for blocking/deblocking
  3783. (as I am sure many do).  This buffer is not being flushed by BIOS2RSX
  3784. and can be overwritten by the 2.2 program.  The fix is to go into
  3785. BIOS2RSX and add the following code:
  3786.  
  3787.           MVI  C,030h    ;flush disk buffers
  3788.           MVI  E,0ffh    ; flush data buffers too
  3789.           CALL BDOS      
  3790.  
  3791. before any other disk activity is performed.  This seems to fix the
  3792. problem nicely.  Note that the problem will not come up if the blocking/
  3793. deblocking is done in the CP/M-Plus BIOS.
  3794.  
  3795.  
  3796. 
  3797. 18-Aug-84 21:48:56-MDT,2018;000000000000
  3798. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3799. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 18 Aug 84 21:48:48-MDT
  3800. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  18 Aug 84 23:13 EDT
  3801. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.33)
  3802.     id AA19460; Sat, 18 Aug 84 20:15:58 pdt
  3803. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  3804.     by ucbjade.CC.Berkeley.ARPA (4.14/4.23.4)
  3805.     id AA08749; Sat, 18 Aug 84 20:15:35 pdt
  3806. Received: by ucbopal.CC.Berkeley.ARPA (4.14/4.23.5)
  3807.     id AA14603; Sat, 18 Aug 84 20:15:32 pdt
  3808. Date: Sat, 18 Aug 84 20:15:32 pdt
  3809. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  3810. Message-Id: <8408190315.AA14603@ucbopal.CC.Berkeley.ARPA>
  3811. To: info-cpm@amsaa.ARPA
  3812. Subject: Re: Umodem
  3813. Cc: gvax.rej@cornell.ARPA
  3814.  
  3815. In reply to:
  3816.  
  3817.     Date: Sat, 18 Aug 84 12:37:24 edt
  3818.     From: gvax.rej@Cornell.ARPA (Ralph Johnson)
  3819.     Message-Id: <8408181637.AA06294@CORNELL-GVAX.ARPA>
  3820.     To: wcwells@BERKELEY
  3821.     Subject: Re:  Umodem
  3822.  
  3823.     You really want to use uucp to transfer files from one Unix
  3824.     machine to another.  It's the standard.  Is there some reason
  3825.     why you can't do this?
  3826.  
  3827. I do not want to use "uucp" because the it requires disk space for
  3828. spool files and human intervention to set up and maintain. In the next
  3829. couple of years we expect to have over 2000 microcomputer/workstations
  3830. on campus.  Many of those microcomputer/workstations will be Unix
  3831. systems with modems and terminal emulation software. The overhead in
  3832. maintain uucp links with 1000+ workstations would be to high.
  3833.  
  3834. So what I am looking for is a "xmodem" (cf. MDM7xx) program written in
  3835. C that will permit a user on a Unix system (eg. a Unix microcomputer)
  3836. to dial out to a remote Unix system, login to a remote Unix system (via
  3837. terminal access dial-up lines), execute a remote "umodem" program to
  3838. start a file transfer, escape back to the local program, and fire up
  3839. the local end of the file transfer.
  3840.  
  3841. Bill Wells
  3842. wcwells@ucbvax.ARPA
  3843. ucbvax!wcwells
  3844. wcwells@ucbjade.BITNET
  3845. 19-Aug-84 00:11:29-MDT,1461;000000000000
  3846. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3847. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 19 Aug 84 00:11:23-MDT
  3848. Received: From brl.arpa.ARPA by AMSAA via smtp;  19 Aug 84 1:43 EDT
  3849. Received: from rand-unix.arpa by BRL-AOS.ARPA id a013475; 19 Aug 84 1:43 EDT
  3850. Received: from vortex.UUCP by rand-unix.ARPA; Sat, 18 Aug 84 22:24:25 pdt
  3851. Date: Sat, 18-Aug-84 22:18:43 PDT
  3852. From: Lauren Weinstein <vortex!lauren@RAND-UNIX.ARPA>
  3853. Subject: Re: Umodem
  3854. Message-Id: <8408182218.336.1.VT3.4@vortex.UUCP>
  3855. To: wcwells%ucbopal.CC@ucb-vax.ARPA
  3856. Cc: info-cpm@brl.ARPA
  3857. In-Reply-To: Your message of Sat, 18 Aug 84 20:15:32 pdt
  3858.  
  3859. Both umodem and the C versions of kermit already have "connect" modes
  3860. for making outgoing connections.  Neither directly support automatic
  3861. dialing, but this is pretty modem specific and trivial to add for
  3862. any given case.  Or, if you prefer, you can always dial out with
  3863. "cu," suspend the connection, and then use umodem or kermit for the
  3864. file transfers as you choose.
  3865.  
  3866. Such procedures would probably be adequate for the sorts of "occasional"
  3867. file transfers you apparently consider likely within your "network."
  3868.  
  3869. --Lauren--
  3870.  
  3871. P.S.  If you plan to use umodem, you'll have to look around for the version
  3872. with the connect feature.  There are a multitude of different versions
  3873. of umodem that people have spawned off from my original code.  So many,
  3874. in fact, that I no longer officially support umodem in any manner.
  3875.  
  3876. --LW--
  3877.  
  3878. 19-Aug-84 05:42:12-MDT,758;000000000000
  3879. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3880. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 19 Aug 84 05:42:07-MDT
  3881. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  19 Aug 84 7:19 EDT
  3882. Date: 19 Aug 1984  05:22 MDT (Sun)
  3883. Message-ID: <WANCHO.12040660294.BABYL@SIMTEL20>
  3884. From: "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  3885. To:   INFO-CPM@Amsaa.ARPA
  3886. Subject: PROMETHEUS Clock
  3887.  
  3888. I've received several queries in the last few days for code to support
  3889. the PROMETHEUS clock in RBBS4.  If anybody has already developed the
  3890. function for RBBS4 or can provide me an 8080 or Z80 assembly language
  3891. routine to query the clock, please send me the code.  I'll be glad to
  3892. convert it and make it available with suitable credit to the original
  3893. author.
  3894.  
  3895. --Frank
  3896. 19-Aug-84 10:10:33-MDT,1170;000000000000
  3897. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3898. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 19 Aug 84 10:10:28-MDT
  3899. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  19 Aug 84 11:41 EDT
  3900. Date: 19 Aug 1984  09:44 MDT (Sun)
  3901. Message-ID: <KPETERSEN.12040707971.BABYL@SIMTEL20>
  3902. Sender: KPETERSEN@Simtel20.ARPA
  3903. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  3904. To:   Info-Cpm@Amsaa.ARPA
  3905. Subject: WSFAST16 now available
  3906.  
  3907. WSFAST Vers. 1.6 by Jim Gronek 08/14/1984 has just been released.
  3908. This is the patch for WordStar Vers. 3.3 to speed up the signon.
  3909. Here's Jim's description of the revision:
  3910.  
  3911.    Revised location for load of hex patch to avoid over-
  3912.    writing arrow key definitions on Kaypro supplied WS.COM.
  3913.    WSLSTPAT.HEX caused the arrow key definitions to 'go
  3914.    away'.  WSFAST16.HEX corrects that problem.
  3915.  
  3916. Note that Jim has renamed WSLSTPAT.HEX to WSFAST16.HEX.  Here's a list
  3917. of the files available on SIMTEL20:
  3918.  
  3919. Filename            Type     Bytes     Sectors     CRC
  3920.  
  3921. Directory MICRO:<CPM.WSTAR>
  3922. WSFAST16.DOC.1            ASCII      5283   42 =  2AH  B314H
  3923. WSFAST16.HEX.1            ASCII       100    1 =   1H  B547H
  3924. WSFAST16.SUB.1            ASCII      6008   47 =  2FH  715AH
  3925.  
  3926. --Keith
  3927. 19-Aug-84 22:01:55-MDT,1018;000000000000
  3928. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3929. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 19 Aug 84 22:01:50-MDT
  3930. Received: From brl.arpa.ARPA by AMSAA via smtp;  19 Aug 84 23:36 EDT
  3931. Received: from wisc-rsch.arpa by BRL-AOS.ARPA id a015236; 19 Aug 84 23:29 EDT
  3932. Date: Sun, 19 Aug 84 22:30:08 cdt
  3933. Message-Id: <8408200330.AA06458@wisc-rsch.arpa>
  3934. Received: by wisc-rsch.arpa; Sun, 19 Aug 84 22:30:08 cdt
  3935. To: INFO-CPM@brl.ARPA
  3936. Subject: Osborne I disk drive problems
  3937. Sender: forwarder@WISC-RSCH.ARPA
  3938. From: fenchel@WISC-RSCH.ARPA
  3939.  
  3940. I have the following problem ... any suggestions (other than
  3941. get yourself a new computer, etc.):
  3942.  
  3943. The "B" drive in my Osborne seems to be interfering in some
  3944. manner with the operation of the machine.  Whenever the select
  3945. light comes on, the screen image wobbles quite a bit and
  3946. the machine fails (usually by "hanging") soon afterward.
  3947. When the "B" drive is not in use, all is well.
  3948.  
  3949. Any ideas?  Is it possible to install a new drive, and if so
  3950. what manufacturer etc.
  3951. 20-Aug-84 01:45:59-MDT,874;000000000000
  3952. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3953. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 20 Aug 84 01:45:54-MDT
  3954. Received: From brl.arpa.ARPA by AMSAA via smtp;  20 Aug 84 3:08 EDT
  3955. Received: from sri-unix.arpa by BRL-AOS.ARPA id a015478; 20 Aug 84 3:10 EDT
  3956. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 19 Aug 84 23:57-PDT
  3957. Date: 17 Aug 84 13:26:47-PDT (Fri)
  3958. To: info-cpm@BRL.ARPA
  3959. From: sun!tj@UCB-VAX.ARPA
  3960. Subject: wanted - info on Morrow 26M disk & controller for S100
  3961. Article-I.D.: sun.1632
  3962.  
  3963. I have just recently bought, second hand and cheaply, a Morrow Discus
  3964. hard disk S100 controller and a 14" shugart winchester. Does anyone
  3965. have any experience with Morrow controllers, disks and documentation?
  3966.  
  3967.     thanks
  3968.  
  3969.         Cal Thixton
  3970.         Sun Microsystems
  3971.         Dallas - (214) 788-1951
  3972.         ...sun!tj
  3973.  
  3974. -- 
  3975.             Cal Thixton
  3976.             Sun Microsystems
  3977.             sun!tj
  3978. 20-Aug-84 08:02:29-MDT,1944;000000000000
  3979. Return-Path: <info-cpm-request@AMSAA.ARPA>
  3980. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 20 Aug 84 08:02:14-MDT
  3981. Date:     Mon, 20 Aug 84 9:23:55 EDT
  3982. From:     Dave Towson (info-cpm-request) <cpmlist@Amsaa.ARPA>
  3983. To:       info-cpm@Amsaa.ARPA
  3984. Subject:  [WIrish.WBST:  Some CPM and/or Kaypro II info needed]
  3985.  
  3986. Can anyone help with this query?  Please send replies to the originator,
  3987. not to me (i.e., don't use the "answer message" function of your mailer).
  3988.  
  3989.  
  3990. ----- Forwarded message # 1:
  3991.  
  3992. Received: From xerox.arpa.ARPA by AMSAA via smtp;  14 Aug 84 22:56 EDT
  3993. Received: from Aurora.ms by ArpaGateway.ms ; 14 AUG 84 18:11:24 PDT
  3994. Date: Tue, 14 Aug 84 15:48 EDT
  3995. From: WIrish.WBST@XEROX.ARPA
  3996. Subject: Some CPM and/or Kaypro II info needed
  3997. To: info-cpm-request@AMSAA.ARPA
  3998. cc: WIrish.WBST@XEROX.ARPA
  3999.  
  4000. I recently purchased a new CPM Plus (version 3 CPM) system. I also have
  4001. standard CPM (version 2) on another computer. My question is "is it
  4002. possible to read version 2 disks on a version 3 system???" (I know
  4003. "Anything is possible", the real question is what program/utility do I
  4004. use and where do I get it.) Any help would be appreciated.
  4005.  
  4006. Thanks in advance,
  4007. Wesley Irish
  4008.  
  4009. Also...
  4010.  
  4011. Anyone familiar with the Kaypro II is aware of its little quirks. The
  4012. one that I would like to eliminate at the moment is the disk drive motor
  4013. on time. In most cases the drive turns off between reads, only to turn
  4014. on again seconds (or msecs.) later.  This results in excessive disk
  4015. access time. The Kaypro is slow enough as it is!
  4016.  
  4017. I am looking for some "standard" patch that will correct this and/or
  4018. other Kaypro II problems. I realize this (these) problem(s) may be
  4019. hardware limitations and/or need to be patched in the ROM or in the
  4020. BIOS. I'll entertain suggestions for any or all of the above.
  4021.  
  4022. Thanks in advance,
  4023.  
  4024. Wesley Irish
  4025.  
  4026.  
  4027. ----- End of forwarded messages
  4028.  
  4029.  
  4030.  
  4031. Dave Towson
  4032. info-cpm-request@amsaa.arpa
  4033.  
  4034.  
  4035. 20-Aug-84 08:41:20-MDT,677;000000000000
  4036. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4037. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 20 Aug 84 08:41:13-MDT
  4038. Received: From brl.arpa.ARPA by AMSAA via smtp;  20 Aug 84 9:53 EDT
  4039. Received: from mit-mc.arpa by BRL-AOS.ARPA id a017471; 20 Aug 84 9:11 EDT
  4040. Date: 20 Aug 1984 09:10:56 EDT
  4041. From: METH@USC-ISI.ARPA
  4042. Subject: Osborne Drive B Problems
  4043. To:   INFO-CPM@MIT-MC.ARPA
  4044. cc:   METH@USC-ISI.ARPA
  4045.  
  4046. You didn't say if you were using an external
  4047. monitor.  If you were, try moving it away from the
  4048. drive; noise generated by the drive causes external
  4049. video image jitter.  I don't know what the hangup
  4050. problem is, but it may be related.
  4051.  
  4052. -Sheldon Meth
  4053. -------
  4054.  
  4055. 20-Aug-84 09:01:01-MDT,1651;000000000000
  4056. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4057. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 20 Aug 84 09:00:53-MDT
  4058. Date:     Mon, 20 Aug 84 10:09:25 EDT
  4059. From:     Dave Towson (info-cpm-request) <cpmlist@Amsaa.ARPA>
  4060. To:       info-cpm@Amsaa.ARPA
  4061. Subject:  Red-hot Wordstar message from bang!crash!!!
  4062.  
  4063. What else can I say?
  4064.  
  4065.  
  4066. ----- Forwarded message # 1:
  4067.  
  4068. Received: From nosc-gw.ARPA by AMSAA via smtp;  18 Aug 84 4:40 EDT
  4069. Received: from cod.ARPA by nosc.ARPA (4.12/4.7)
  4070.     id AA07448; Sat, 18 Aug 84 01:42:26 pdt
  4071. From: <bang!crash!ihom@Nosc>
  4072. Received: by cod.ARPA (4.12/4.7)
  4073.     id AA16046; Sat, 18 Aug 84 01:42:46 pdt
  4074. Date: Sat, 18 Aug 84 01:42:46 pdt
  4075. Message-Id: <8408180842.AA16046@cod.ARPA>
  4076. Apparently-To: info-cpm-request@AMSAA
  4077.  
  4078. In using MicroPro's latest release of WordStar (version 3.33 for the Apple
  4079. with a PCPI Applicard), the following five delay bytes may be zeroed.  They
  4080. begin at location 2AFh to 2B3h.
  4081.  
  4082.             Location:  Old value        New value
  4083.                 02AF:  03               00
  4084.                 02B0:  09               00
  4085.                 02B1:  19               00
  4086.                 02B2:  40               00
  4087.                 02B3:  09               00
  4088.  
  4089. I think there are two more bytes somewhere around 02E0h.  Has anyone found
  4090. these other two delays (if they exist) or know how to bypass that beginning
  4091. routine that displays the "text-graphics" title page?
  4092.  
  4093.  
  4094.                             {ihnp4,sdchema,sdcsvax}!bang!crash!ihom
  4095.  
  4096.                                                 Irwin Hom
  4097.  
  4098.  
  4099.  
  4100. ----- End of forwarded messages
  4101.  
  4102.  
  4103.  
  4104. Dave Towson
  4105. info-cpm-request@amsaa.arpa
  4106.  
  4107.  
  4108. 20-Aug-84 21:33:00-MDT,740;000000000000
  4109. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4110. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 20 Aug 84 21:32:55-MDT
  4111. Received: From brl.arpa.ARPA by AMSAA via smtp;  20 Aug 84 23:06 EDT
  4112. Received: from mit-mc.arpa by BRL-AOS.ARPA id a023658; 20 Aug 84 23:05 EDT
  4113. Date: Mon 20 Aug 84 23:00:38-EDT
  4114. From: "Andrew M. Moore" <T.MOORE%MIT-EECS@MIT-MC.ARPA>
  4115. Subject: ZCPR2 Xerox Users
  4116. To: INFO-CPM-REQUEST@mit-mc.ARPA
  4117. cc: INFO-CPM@mit-mc.ARPA
  4118.  
  4119.  
  4120. I'm looking for Xerox 820-II users who have ZCPR2 installed on single-
  4121. sided 8" disks (I'm going to use it with MENU) -- Need to exchange disks
  4122. with someone who has ZCPR2 with multi-command buffer on 820-II format.
  4123.  
  4124.                 Thanks in advance, 820-II users.
  4125.  
  4126.                     Andrew Moore
  4127.  
  4128. -------
  4129.  
  4130. 20-Aug-84 23:29:22-MDT,845;000000000000
  4131. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4132. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 20 Aug 84 23:29:17-MDT
  4133. Received: From brl.arpa.ARPA by AMSAA via smtp;  21 Aug 84 1:01 EDT
  4134. Received: from wisc-rsch.arpa by BRL-AOS.ARPA id a023869; 21 Aug 84 1:01 EDT
  4135. Date: Tue, 21 Aug 84 00:02:02 cdt
  4136. Message-Id: <8408210502.AA19583@wisc-rsch.arpa>
  4137. Received: by wisc-rsch.arpa; Tue, 21 Aug 84 00:02:02 cdt
  4138. To: info-cpm@brl.ARPA
  4139. Subject: Apple CP/M and Apple Dos Modem7 wanted
  4140. Sender: forwarder@WISC-RSCH.ARPA
  4141. From: fenchel@WISC-RSCH.ARPA
  4142.  
  4143. I'm trying to get an apple 2e with super serial card
  4144. running modem 7 under DOS, also, I'd like to run Modem7
  4145. under CP/M using the Microsoft premium 2e softcard.
  4146.  
  4147. If anyone has the software configured for this equipment,
  4148. I'd welcome any advice and/or the opportunity to exchange
  4149. diskettes.
  4150.  
  4151. 21-Aug-84 07:14:24-MDT,2450;000000000000
  4152. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4153. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 21 Aug 84 07:14:12-MDT
  4154. Date:     Tue, 21 Aug 84 8:37:39 EDT
  4155. From:     Dave Towson (info-cpm-request) <cpmlist@Amsaa.ARPA>
  4156. To:       info-cpm@Amsaa.ARPA
  4157. Subject:  [Drsel-Tcs-Sio:  Re:Osborne 1 disk drive problems]
  4158.  
  4159. Send replies to the originator of this message, not info-cpm-request.
  4160.  
  4161.  
  4162. ----- Forwarded message # 1:
  4163.  
  4164. Received: From cecom-1.arpa.ARPA by AMSAA via smtp;  20 Aug 84 14:57 EDT
  4165. Date: 20 Aug 1984 1458-EDT
  4166. From: Drsel-Tcs-Sio@CECOM-1.ARPA
  4167. Subject: Re:Osborne 1 disk drive problems
  4168. To:   INFO-CPM-REQUEST@AMSAA.ARPA
  4169.  
  4170. I had a similar problem with my Osborne1 "A" (left) drive.
  4171. The drive would sound erratic, the (internal) CRT would 
  4172. be affected, it would produce (what started to be occasional 
  4173. and eventually became continual) boot errorsa, and it  
  4174. would lock up the drive .  I found I could still force it 
  4175. to operate by opening th e drive door, taking out the diskette,
  4176. and spinning the drive with my finger.  This technique worked
  4177. o.k. as a emergency quick fix, but is not recommended for 
  4178. the health of your system.  I then would re-insert the diskette,
  4179. and the system would continue (ussually), or totally crash 
  4180. (once in a while).  Finally, during a period where I was 
  4181. desperately trying to geet my machine back in operation, and 
  4182. not finding any local reapiar place willing to do the work
  4183. (including Xerox), I dug in with the O-1 Technical Manual 
  4184. and a friendly EE technical advisor.  The result was to 
  4185. discover an excessive ammount of "noisew" (using an oscilloscope)
  4186. in the drive controller board going to and comming from the 
  4187. drive motor.  Feling very adventurous and without any re-
  4188. course (it couldn't get worse), wew tll we took the drive motor
  4189. out, disassembled it , cleaned it (it was carboned heavily
  4190. and had some metal falacks in it) and put it back.  Believe
  4191. it or not, I was delighted to find it worked, and all my
  4192. problems had been solved.  kSince then I have found that 
  4193. Priority -One Electronics (see any Byte mag) is supposed to
  4194. carry parts for MPI disk drives, and should be able to replace
  4195. yours if you want to try this route.
  4196.  
  4197. I have been operating my O-1 frequently for over a month now 
  4198. and it still seems to be fixed.
  4199.  
  4200. ----- GOOD LUCK !! -----   Todd Kersh, 
  4201.                             DRSEL-TCS-SIO at CECOM-1.ARPA
  4202. -------
  4203.  
  4204. ----- End of forwarded messages
  4205. 21-Aug-84 07:17:45-MDT,1061;000000000000
  4206. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4207. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 21 Aug 84 07:17:38-MDT
  4208. Date:     Tue, 21 Aug 84 8:39:31 EDT
  4209. From:     Dave Towson (info-cpm-request) <cpmlist@Amsaa.ARPA>
  4210. To:       info-cpm@Amsaa.ARPA
  4211. Subject:  [Andrew M. Moore:  ZCPR2 Xerox Users]
  4212.  
  4213.     Please send replies to the originator, not info-cpm-request.
  4214.  
  4215.  
  4216. ----- Forwarded message # 1:
  4217.  
  4218. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  20 Aug 84 23:11 EDT
  4219. Received: from mit-mc.arpa by BRL-VGR.ARPA id a016893; 20 Aug 84 23:07 EDT
  4220. Date: Mon 20 Aug 84 23:00:38-EDT
  4221. From: "Andrew M. Moore" <T.MOORE%MIT-EECS@MIT-MC.ARPA>
  4222. Subject: ZCPR2 Xerox Users
  4223. To: INFO-CPM-REQUEST@mit-mc.ARPA
  4224. cc: INFO-CPM@mit-mc.ARPA
  4225.  
  4226.  
  4227. I'm looking for Xerox 820-II users who have ZCPR2 installed on single-
  4228. sided 8" disks (I'm going to use it with MENU) -- Need to exchange disks
  4229. with someone who has ZCPR2 with multi-command buffer on 820-II format.
  4230.  
  4231.                 Thanks in advance, 820-II users.
  4232.  
  4233.                     Andrew Moore
  4234.  
  4235. -------
  4236.  
  4237.  
  4238. ----- End of forwarded messages
  4239. 21-Aug-84 14:21:44-MDT,1334;000000000000
  4240. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4241. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 21 Aug 84 14:21:38-MDT
  4242. Date:     Tue, 21 Aug 84 15:52:28 EDT
  4243. From:     David Towson (SECAD) <towson@Amsaa.ARPA>
  4244. To:       fenchel@wisc-rsch.arpa
  4245. cc:       info-cpm@Amsaa.ARPA
  4246. Subject:  Re:  Osborne I disk drive problems
  4247.  
  4248. I am not an Osborne owner, but the symptoms you cite sound very much like
  4249. the power drain due to the disk drive may be causing variations of the
  4250. power supply voltage to the rest of the computer.  This could result from
  4251. a high resistance in the power feed at a point common to both disk drive
  4252. and computer.  I suggest you disconnect and clean every pluggable connector
  4253. in sight, and see whether that helps.  Another useful troubleshooting step
  4254. would be to swap the two drives.  If this causes the problem to move with the
  4255. drive (i.e., it's always the same physical drive) then you will know there
  4256. is something wrong with the drive.  If, on the other hand, the problem stays
  4257. with the position (i.e., drive B) then you can look deeper into the wiring.
  4258. If swapping the drives causes the problem to vanish, then it was probably a
  4259. dirty connector that got scrubbed a bit when you unplugged it.  If so, don't
  4260. stop there; clean it right, and you should be good for a while.
  4261.  
  4262.  
  4263. Dave
  4264. towson@amsaa.arpa
  4265.  
  4266. 21-Aug-84 18:10:59-MDT,646;000000000000
  4267. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4268. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 21 Aug 84 18:10:54-MDT
  4269. Received: From xerox.arpa.ARPA by AMSAA via smtp;  21 Aug 84 19:45 EDT
  4270. Received: from Chardonnay.ms by ArpaGateway.ms ; 21 AUG 84 16:46:02 PDT
  4271. Date: 21 Aug 84 16:47:09 PDT (Tuesday)
  4272. From: Kaminski.PA@XEROX.ARPA
  4273. Subject: Re: WSFAST16 now available
  4274. In-reply-to: <KPETERSEN.12040707971.BABYL@SIMTEL20>
  4275. To: Keith Petersen <W8SDZ@SIMTEL20.ARPA>
  4276. cc: Info-Cpm@AMSAA.ARPA
  4277.  
  4278. Hi, 
  4279. Please tell me, how I can get the patch for 3.3. WS for Xerox 16/8. 
  4280. I would like to send you  a disket to copy if it is O.K. for you .
  4281. Joe...
  4282. 22-Aug-84 07:19:11-MDT,938;000000000000
  4283. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4284. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 22 Aug 84 07:19:04-MDT
  4285. Received: From brl.arpa.ARPA by AMSAA via smtp;  22 Aug 84 4:39 EDT
  4286. Received: from simtel20.arpa by BRL-AOS.ARPA id a001143; 22 Aug 84 4:38 EDT
  4287. Date: 22 Aug 1984  02:38 MDT (Wed)
  4288. Message-ID: <RCONN.12041416826.BABYL@SIMTEL20>
  4289. From: Richard Conn <RCONN@simtel20.ARPA>
  4290. To:   info-cpm@brl.ARPA
  4291. Subject: ZCPR3 Newsletters 3 and 4
  4292.  
  4293.  
  4294.     ZCPR3 Newsletters 3 and 4 are stored in MICRO:<CPM.ZCPR3> as
  4295. NEWS003.Z3 and NEWS004.Z3.  Newsletter 3 is quite long (more than 10
  4296. pages) and its subject is installation; it addresses many of the
  4297. common installation questions and provides another approach to
  4298. installation from a slightly different perspective than that in the
  4299. installation manual.  Newsletter 4 is mainly an editorial by Echelon
  4300. and several news tidbits, and it is MUCH shorter than 3.
  4301.     Enjoy!
  4302.  
  4303.         Rick
  4304.  
  4305. 23-Aug-84 04:44:50-MDT,953;000000000000
  4306. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4307. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 23 Aug 84 04:44:43-MDT
  4308. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 Aug 84 6:20 EDT
  4309. Received: from mit-mc.arpa by BRL-AOS.ARPA id a001788; 23 Aug 84 6:19 EDT
  4310. Date: 23 August 1984 06:18-EDT
  4311. From: Gail Zacharias <GZ@mit-mc.ARPA>
  4312. Subject:  Yet another tops-20 CP/M utility.
  4313. To: INFO-CPM@mit-mc.ARPA
  4314.  
  4315. MAKLBR is a Tops-20 program for collecting any number of files into a single
  4316. .LBR file which can then be downloaded and handled with the usual
  4317. CP/M utilities (LU, LRUN, etc).  It can be used as an alternative to batch
  4318. mode transfers when the latter are unavailable or inconvenient.
  4319.  
  4320. The source is available on SIMTEL20 in MICRO:<CPM.TOPS-20>MAKLBR.MID.  To
  4321. assemble, do @MIDAS MAKLBR (if your site doesn't have Midas, complain to
  4322. your system staff).  Do @MAKLBR<cr> for a short explanation of command line
  4323. syntax.  Report bugs to me.
  4324.  
  4325. 23-Aug-84 08:47:12-MDT,3426;000000000000
  4326. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4327. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 23 Aug 84 08:46:44-MDT
  4328. Received: From brl.arpa.ARPA by AMSAA via smtp;  23 Aug 84 10:02 EDT
  4329. Received: from mit-mc.arpa by BRL-AOS.ARPA id a003962; 23 Aug 84 10:00 EDT
  4330. Date: 23 August 1984 09:56-EDT
  4331. From: "Allan D. Plehn" <PLEHN@mit-mc.ARPA>
  4332. Subject: Changes/additions to SIMTEL20 micro:<cpm> in last two weeks
  4333. To: INFO-CPM@mit-mc.ARPA
  4334. cc: PLEHN@mit-mc.ARPA
  4335.  
  4336. Changes/additions to subject directory since 11 August are shown below:
  4337.  
  4338.  
  4339.  
  4340. **** CPM CRCLST OF 23 AUGUST, 1-103 (4468)
  4341. CPMPRT51.BAS.3            ASCII     11147   88 =  58H  23C1H
  4342. **** CPM CRCLST OF 11 AUGUST, 1-103 (4468)
  4343. CPMPRT51.BAS.1            ASCII     11129   87 =  57H  3B3DH
  4344. ***************
  4345.  
  4346. **** CPM CRCLST OF 23 AUGUST, 1-337 (14738)
  4347. LUDEF4.DOC.1            ASCII      9449   74 =  4AH  BF2EH
  4348. **** CPM CRCLST OF 11 AUGUST, 1-337 (14738)
  4349. LUDEF3.DOC.1            ASCII      7900   62 =  3EH  D57FH
  4350. ***************
  4351.  
  4352. **** CPM CRCLST OF 23 AUGUST, 1-769 (34144)
  4353. DAUGINST.TQT.1            COM     39552  309 = 135H  6520H
  4354. DAUGINST.TXT.1            ASCII     62681  490 = 1EAH  4EF4H
  4355. **** CPM CRCLST OF 11 AUGUST, 1-769 (34144)
  4356. ***************
  4357.  
  4358. **** CPM CRCLST OF 23 AUGUST, 1-798 (35436)
  4359. MBOOTH89.ASM.1            ASCII      5133   41 =  29H  A1B3H
  4360. **** CPM CRCLST OF 11 AUGUST, 1-796 (35338)
  4361. ***************
  4362.  
  4363. **** CPM CRCLST OF 23 AUGUST, 1-1081 (48219)
  4364. RT11MODM.C.2            ASCII      4088   32 =  20H  085FH
  4365. RT11MODM.DOC.1            ASCII       946    8 =   8H  6981H
  4366. **** CPM CRCLST OF 11 AUGUST, 1-1078 (48071)
  4367. RT11MODM.C.1            ASCII      4125   33 =  21H  A457H
  4368. ***************
  4369.  
  4370. **** CPM CRCLST OF 23 AUGUST, 1-1129 (50478)
  4371. M7KP-X48.MSG.1            ASCII      1233   10 =   AH  D70FH
  4372. **** CPM CRCLST OF 11 AUGUST, 1-1125 (50280)
  4373. ***************
  4374.  
  4375. **** CPM CRCLST OF 23 AUGUST, 1-1821 (81786)
  4376. BISHW111.ASM.1            ASCII     27202  213 =  D5H  6D0EH
  4377. BISHW111.DOC.1            ASCII      3060   24 =  18H  10BAH
  4378. **** CPM CRCLST OF 11 AUGUST, 1-1816 (81538)
  4379. BISHW110.ASM.1            ASCII     25028  196 =  C4H  6703H
  4380. BISHW110.INF.1            ASCII      1195   10 =   AH  8E07H
  4381. ***************
  4382.  
  4383. **** CPM CRCLST OF 23 AUGUST, 1-1935 (86889)
  4384. WSFAST15.DOC.1            ASCII      4848   38 =  26H  D56DH
  4385. WSFAST15.SUB.1            ASCII      5391   43 =  2BH  DE7BH
  4386. **** CPM CRCLST OF 11 AUGUST, 1-1930 (86641)
  4387. WSFAST13.SUB.1            ASCII      3881   31 =  1FH  FC25H
  4388. ***************
  4389.  
  4390. **** CPM CRCLST OF 23 AUGUST, 1-1947 (87483)
  4391. WSLSTPAT.HEX.1            ASCII       100    1 =   1H  48DEH
  4392. **** CPM CRCLST OF 11 AUGUST, 1-1941 (87185)
  4393. ***************
  4394.  
  4395. **** CPM CRCLST OF 23 AUGUST, 1-2223 (99920)
  4396. LDR.MAC.1            COM     11264   88 =  58H  E5E0H
  4397. LDR-UPD.COM.1            COM      2560   20 =  14H  5204H
  4398. LDR-UPD.MSG.1            ASCII       532    5 =   5H  55D3H
  4399. **** CPM CRCLST OF 11 AUGUST, 1-2216 (99572)
  4400. LDR.COM.1            COM      2560   20 =  14H  A14EH
  4401. LDR.MAC.1            COM     11264   88 =  58H  E5E0H
  4402. ***************
  4403.  
  4404. **** CPM CRCLST OF 23 AUGUST, 1-2236 (100508)
  4405. NEWS001.Z3.1            ASCII      2872   23 =  17H  70AAH
  4406. NEWS002.Z3.1            ASCII      5912   47 =  2FH  0D6CH
  4407. **** CPM CRCLST OF 11 AUGUST, 1-2228 (100107)
  4408. ***************
  4409.  
  4410. **** CPM CRCLST OF 23 AUGUST, 1-2310 (103863)
  4411. Z3BOOK.0.1            ASCII      3117   25 =  19H  481EH
  4412. Z3BOOK.1.1            ASCII     13730  108 =  6CH  6FA9H
  4413. Z3BOOK.2.1            ASCII      2262   18 =  12H  A546H
  4414. Z3BOOK.3.1            ASCII      2714   22 =  16H  BCA4H
  4415. Z3BOOK.4.1            ASCII     12009   94 =  5EH  827BH
  4416. Z3BOOK.5.1            ASCII      1573   13 =   DH  AFC1H
  4417. **** CPM CRCLST OF 11 AUGUST, 1-2300 (103366)
  4418. ***************
  4419.  
  4420.  
  4421.  
  4422.                 Al Plehn
  4423.  
  4424. 24-Aug-84 06:50:28-MDT,574;000000000000
  4425. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4426. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 24 Aug 84 06:50:21-MDT
  4427. Received: From rutgers.arpa.ARPA by AMSAA via smtp;  24 Aug 84 8:04 EDT
  4428. Date: 24 Aug 84 08:07:52 EDT
  4429. From: KSPROUL@RUTGERS.ARPA
  4430. Subject: Kaypro VT100 terminal emulator
  4431. To: info-cpm@AMSAA.ARPA
  4432.  
  4433.  
  4434. Does anyone know of a vt100 (or other decent terminal that will work
  4435. with DEC stuff) that runs on a Kaypro,  I need to buy one ASAP...
  4436.  
  4437. Thanks much.
  4438.  
  4439. Keith Sproul
  4440. Ksproul@Rutgers.arpa
  4441.  
  4442. pls respond to me since I am not on this bboard..
  4443. -------
  4444. 24-Aug-84 07:29:22-MDT,789;000000000000
  4445. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4446. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 24 Aug 84 07:29:17-MDT
  4447. Received: From brl.arpa.ARPA by AMSAA via smtp;  24 Aug 84 8:53 EDT
  4448. Received: from simtel20.arpa by BRL-AOS.ARPA id a012507; 24 Aug 84 8:53 EDT
  4449. Date: 24 Aug 1984  06:57 MDT (Fri)
  4450. Message-ID: <RCONN.12041988259.BABYL@SIMTEL20>
  4451. From: Richard Conn <RCONN@simtel20.ARPA>
  4452. To:   info-cpm@brl.ARPA
  4453. Subject: XLATE2 Version 1.1
  4454.  
  4455.  
  4456.     XLATE2, VERSION 1.1 is now uploaded to SIMTEL20 in
  4457. MICRO:<CPM.ASMUTL> as XLATE2-11.MAC.  There is also a DOC file.  CRCs
  4458. check from the upload.  The MAC file is in binary format.  The DOC
  4459. file is text.
  4460.  
  4461.     XLATE2 translates 8080 assembly language source (Intel
  4462. mnemonics) to Z80 assembly language source (Zilog mnemonics).
  4463.  
  4464.         Rick
  4465. 24-Aug-84 08:41:39-MDT,980;000000000000
  4466. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4467. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 24 Aug 84 08:41:33-MDT
  4468. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  24 Aug 84 10:07 EDT
  4469. Date: 24 Aug 1984  08:15 MDT (Fri)
  4470. Message-ID: <KPETERSEN.12042002504.BABYL@SIMTEL20>
  4471. Sender: KPETERSEN@Simtel20.ARPA
  4472. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4473. To:   Info-Cpm@Amsaa.ARPA
  4474. Cc:   RCONN@Simtel20.ARPA
  4475. Subject: XLATE2 Version 1.1 files
  4476.  
  4477. Date: Friday, 24 August 1984  06:57-MDT
  4478. From: Richard Conn <RCONN at simtel20.ARPA>
  4479. To:   info-cpm at brl.ARPA
  4480. Re:   XLATE2 Version 1.1
  4481.  
  4482. XLATE2, VERSION 1.1 is now uploaded to SIMTEL20 in MICRO:<CPM.ASMUTL>
  4483. as XLATE2-11.MAC.  There is also a DOC file.  CRCs check from the
  4484. upload.  The MAC file is in binary format.  The DOC file is text.
  4485.  
  4486. XLATE2 translates 8080 assembly language source (Intel mnemonics) to
  4487. Z80 assembly language source (Zilog mnemonics).
  4488.  
  4489.         Rick
  4490.  
  4491. Note: Both files are now ASCII format.
  4492. --Keith
  4493. 24-Aug-84 12:58:09-MDT,546;000000000000
  4494. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4495. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 24 Aug 84 12:58:05-MDT
  4496. Received: From usc-isi.arpa.ARPA by AMSAA via smtp;  24 Aug 84 14:21 EDT
  4497. Date: 24 Aug 1984 14:24-EDT
  4498. Sender: SCHNUR@USC-ISI.ARPA
  4499. Subject: modem under unix
  4500. From: SCHNUR@USC-ISI.ARPA
  4501. To: info-cpm@AMSAA.ARPA
  4502. Message-ID: <[USC-ISI.ARPA]24-Aug-84 14:24:03.SCHNUR>
  4503.  
  4504.         Could somebody give me pointers for a public domain
  4505. modem7 type program that runs under unix?  (In fortran)
  4506.  
  4507.         Joel Schnur (NRL) Schnur@isi
  4508. 25-Aug-84 19:01:47-MDT,4948;000000000000
  4509. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4510. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 19:01:32-MDT
  4511. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 20:31 EDT
  4512. Date: 25 Aug 1984  18:34 MDT (Sat)
  4513. Message-ID: <KPETERSEN.12042377410.BABYL@SIMTEL20>
  4514. Sender: KPETERSEN@Simtel20.ARPA
  4515. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4516. To:   Info-Cpm@Amsaa.ARPA
  4517. Subject: XCAT42 for diskette master catalog now available
  4518.  
  4519. XCAT42 (a part of MCAT, the Master Catalog Program for keeping a
  4520. complete diskette catalog) is now available on SIMTEL20.  Here's a
  4521. list of the new files:
  4522.  
  4523. Filename            Type     Bytes     Sectors     CRC
  4524.  
  4525. Directory MICRO:<CPM.CATLOG>
  4526. XCAT42.AQM.1            COM     21120  165 =  A5H  E387H
  4527. XCAT42.ASM.1            ASCII     30582  239 =  EFH  AA26H
  4528. XCAT42.COM.1            COM      2816   22 =  16H  1512H
  4529. XCAT42.DOC.1            ASCII      4526   36 =  24H  0896H
  4530. XCAT42.HEX.1            ASCII      6867   54 =  36H  7073H
  4531. XCAT42U.COM.1            COM      2816   22 =  16H  BC5BH
  4532. XCAT42U.HEX.1            ASCII      6867   54 =  36H  AECFH
  4533.  
  4534. What XCAT does:
  4535.  
  4536.      XCAT uses the CP/M catalog file called MAST.CAT.  It makes a new
  4537. cross-reference file which it can then immediately print in paginated
  4538. format, or can put the new file directly to disk.  It can handle files
  4539. of any length, even if longer than available memory.  MAST.CAT files
  4540. with thousands of programs can be properly handled by XCAT.
  4541.  
  4542.      It loads in as much of MAST.CAT as available memory permits, then
  4543. rearranges the file in a cross-reference manner so duplicate copies of
  4544. the same program show what disks they are on.  Here is a small sample
  4545. which is obtained with the USER equate set NO:
  4546.  
  4547.      CAT     .ASM  -  106
  4548.      CAT     .COM  -  033  034  092  093  106  123  147
  4549.      CAT     .DOC  -  033  034  106
  4550.      CAT2    .COM  -  033  034
  4551.      CATALOG .HLP  -  051
  4552.      CBAS2   .COM  -  031  032  040
  4553.      CCP     .ASM  -  059
  4554.      CCP     .DOC  -  059
  4555.      CHECKERS.BAS  -  082
  4556.  
  4557.      Paul Traina has added a feature that will appeal strongly to those
  4558. with hard disks, or who otherwise like to have user areas to show where
  4559. to find a particular program.  An "USER" equate may be set, to display
  4560. not only the disk but the user area the program is on.  (The comparable
  4561. USER equate in MCAT should be set YES.)
  4562.  
  4563.      CAT     .ASM  -  106/05
  4564.      CAT     .COM  -  033/05  034/12  092/01  093/10  106/07  123/08
  4565.               147/13
  4566.      CAT     .DOC  -  033/05  034/12  106/06
  4567.      CAT2    .COM  -  033/05  034/12
  4568.      CATALOG .HLP  -  051/00
  4569.      CBAS2   .COM  -  031/03  032/11  040/15
  4570.      CCP     .ASM  -  059/05
  4571.      CCP     .DOC  -  059/05
  4572.      CHECKERS.BAS  -  082/02
  4573.  
  4574.      Among other things, this allows you to quickly determine how many
  4575. copies of each file you have, and delete unneeded extra copies.  Up to
  4576. ten disk ID numbers are shown per line.  (7 when also displaying user
  4577. number.)  If more exist, a new line is started to continue the numbering.
  4578.  
  4579.      XCAT paginates when printing to the list device.  It asks several
  4580. questions for the operator to answer:
  4581.  
  4582.      1) Option of including 'space remaining' lines added by MCAT
  4583.      2) Option to make a disk file instead of printing
  4584.      3) Option to put tear tabs for roll paper every 11 inches,
  4585.               defaults to fanfold paper with no tear tabs
  4586.      4) Option to add spaces to the left margin
  4587.      5) Option to print the date
  4588.      6) Option to start at any page number
  4589.      7) Option to print "x" number of pages (defaults to all remaining)
  4590.  
  4591.      Not all printers have adjustable left margins.  You can readily
  4592. insert up to 9 extra spaces, faking an adjustable left margin.
  4593.  
  4594.      Any number of file names may be handled by XCAT.  With a 64k com-
  4595. puter having a typical size BIOS, around 3200 names may be handled
  4596. each pass.  It can handle up to 999 pages on the pagination before it
  4597. starts over.  This should handle at least 50,000 file names.  It takes
  4598. about one minute to handle a file with 3000 names.
  4599.  
  4600.      XCAT also shows the total number of files handled as well as the
  4601. number of "unique file names", since a great many of the total number
  4602. are duplicates.  This information gives the true count of different
  4603. files in the catalog.
  4604.  
  4605. Here is a list of other files associated with the MCAT package.  These
  4606. have not been updated but are included here for your convenience.
  4607.  
  4608. Filename            Type     Bytes     Sectors     CRC
  4609.  
  4610. Directory MICRO:<CPM.CATLOG>
  4611. FIND40.COM.1            COM      1664   13 =   DH  D443H
  4612. FIND40.HEX.1            ASCII      4693   37 =  25H  517AH
  4613. MCAT.SET.1            ASCII      3701   29 =  1DH  44D5H
  4614. MCAT43.AQM.1            COM     28032  219 =  DBH  3472H
  4615. MCAT43.ASM.1            ASCII     40975  321 = 141H  D74AH
  4616. MCAT43.COM.1            COM      6912   54 =  36H  AFA4H
  4617. MCAT43.DOC.1            ASCII      7273   57 =  39H  0DFBH
  4618. MCAT43.HEX.1            ASCII     16840  132 =  84H  C2BAH
  4619. NULL.ASM.1            ASCII      4166   33 =  21H  4D17H
  4620. NULL.COM.1            COM       640    5 =   5H  33F5H
  4621. NULL.HEX.1            ASCII      1580   13 =   DH  3216H
  4622.  
  4623. --Keith
  4624. 25-Aug-84 19:03:22-MDT,1359;000000000000
  4625. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4626. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 19:03:11-MDT
  4627. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 20:34 EDT
  4628. Date: Friday, 17 August 1984  17:14-MDT
  4629. Message-ID: <KPETERSEN.12042377979.BABYL@SIMTEL20>
  4630. Sender: hplabs!sdcrdcf!sdcsvax!akgua!mcnc!ecsvax!communcg@Ucb-Vax.ARPA
  4631. From: hplabs!sdcrdcf!sdcsvax!akgua!mcnc!ecsvax!communcg@Ucb-Vax.ARPA
  4632. To: info-micro@Brl.ARPA
  4633. Subject:   Suggestions for Deaf BBS Wanted
  4634. ReSent-From: KPETERSEN@Simtel20.ARPA
  4635. ReSent-To: Info-Cpm@Amsaa.ARPA
  4636. ReSent-Date: Sat 25 Aug 1984 18:37-MDT
  4637.  
  4638. I am getting ready to establish a local electronic BBS for deaf people
  4639. The system must be able to accept 5-bit BAUDOT code (old TTY's) as
  4640. well as 8-bit ASCII (new telecomm devices for the deaf).
  4641.  
  4642. Does anyone have experience with any such devices -- hardware/software
  4643. combinations?
  4644.  
  4645. I am now considering DEAFNET which is a software/hardware combination
  4646. (not yet commercially available).  It's set up on a TRS-80 Model
  4647. 16B--the $7000 price tag for hardware, tho, may cause us to change tho
  4648. -- this is a fairly small town.  Other options are an 8-bit machine
  4649. (Apple or TRS-80), but the ability to have both BAUDOT and ASCII
  4650. terminals communicating with the same BBS.
  4651.  
  4652. Any suggestions will be appreciated!
  4653.  
  4654. Cindy King !ecsvax!communcg
  4655. 25-Aug-84 20:36:22-MDT,1284;000000000000
  4656. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4657. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 20:36:15-MDT
  4658. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 21:58 EDT
  4659. Date: 25 Aug 1984  20:01 MDT (Sat)
  4660. Message-ID: <KPETERSEN.12042393272.BABYL@SIMTEL20>
  4661. Sender: KPETERSEN@Simtel20.ARPA
  4662. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4663. To:   Info-Cpm@Amsaa.ARPA
  4664. Subject: CCT2 text file program available
  4665.  
  4666. CCT2 is now available on SIMTEL20.  This is an amazing program for its
  4667. size (2K).  It does all sorts of neat stuff:
  4668.         > concatenates text files--makes one big file out of many others
  4669.         > GREP-like--will prefix or append text to files
  4670.         > will substitute for SUBMIT
  4671.         > will write SUBMIT files
  4672.         > tiny text editor--the .DOC file was done with CCT
  4673.         > and more.  Read the .INF file for details.
  4674. An assembled version is included for those without a macroassembler.
  4675. Here is a list of the files:
  4676.  
  4677. Filename            Type     Bytes     Sectors     CRC
  4678.  
  4679. Directory MICRO:<CPM.TXTUTL>
  4680. CCT2.ASM.1            ASCII     26571  208 =  D0H  7F0FH
  4681. CCT2.COM.1            COM      1792   14 =   EH  0DDCH
  4682. CCT2.DOC.1            ASCII       565    5 =   5H  0A7FH
  4683. CCT2.HEX.1            ASCII      4377   35 =  23H  32E6H
  4684. CCT2.INF.1            ASCII     10142   80 =  50H  8617H
  4685.  
  4686. --Keith
  4687. 25-Aug-84 21:00:35-MDT,594;000000000000
  4688. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4689. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 21:00:30-MDT
  4690. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 22:28 EDT
  4691. Date: 25 Aug 1984  20:31 MDT (Sat)
  4692. Message-ID: <KPETERSEN.12042398619.BABYL@SIMTEL20>
  4693. Sender: KPETERSEN@Simtel20.ARPA
  4694. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4695. To:   Info-Cpm@Amsaa.ARPA
  4696. Subject: SID help file now available
  4697.  
  4698. A new help file has been added to our collection at SIMTEL20.
  4699. SID.HLP is for the Digital Research SID debugger.  You'll find
  4700. it in MICRO:<CPM.HELP>SID.HLP
  4701. --Keith
  4702. 25-Aug-84 21:02:27-MDT,2084;000000000000
  4703. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4704. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 21:02:19-MDT
  4705. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 22:15 EDT
  4706. Date: 25 Aug 1984  20:19 MDT (Sat)
  4707. Message-ID: <KPETERSEN.12042396382.BABYL@SIMTEL20>
  4708. Sender: KPETERSEN@Simtel20.ARPA
  4709. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4710. To:   Info-Cpm@Amsaa.ARPA
  4711. Subject: MESSAGE makes self-printing .COM files
  4712.  
  4713. Al Jewer has just released MESSAGE, a short program that many readers
  4714. will find very useful if you have ever wished that you could easily
  4715. create a .COM file to print a message to the user.
  4716.  
  4717. This program is intended to make it easier to create message files
  4718. for RCPM and other CP/M systems. 
  4719.  
  4720. For instance, if you upgrade a utility on your system, you would want 
  4721. to tell the users to use the new file instead of the old one, 
  4722. for instance:
  4723.         TYPESQ no longer needed - use TYPE instead.
  4724.  
  4725. You can copy MESSAGE.COM with your text editor, (renaming it 
  4726. appropriately), insert your text (terminated with a $), and rename 
  4727. it to what you want. It can then be run DIRECTLY without assembly 
  4728. or loading!! 
  4729.  
  4730. The trick is that the program was written so that the machine instructions 
  4731. would all be ASCII characters. This means that when you edit the 
  4732. MESSAGE.COM file, the first line of 'funny' characters that you see
  4733. are actually the program to type the message!
  4734.  
  4735. When you edit this file, make SURE you use 'NON-DOCUMENT' mode, or 
  4736. the machine code on the first line of the file could get destroyed.
  4737. Do not alter the characters in the first line - they MUST be left
  4738. as they are. Start your message on the SECOND line of the screen, and
  4739. be sure to end it with a dollar-sign ($). 
  4740.  
  4741. Other uses: RCPM Wallchart, system information files, etc.....
  4742.  
  4743. Here's a list of the files available on SIMTEL20:
  4744.  
  4745. Filename            Type     Bytes     Sectors     CRC
  4746.  
  4747. Directory MICRO:<CPM.RCPM>
  4748. MESSAGE.ASM.1            ASCII      2700   22 =  16H  B283H
  4749. MESSAGE.COM.1            COM       256    2 =   2H  9358H
  4750. MESSAGE.DOC.1            ASCII      1228   10 =   AH  5EA9H
  4751.  
  4752. --Keith
  4753. 25-Aug-84 21:18:06-MDT,3505;000000000000
  4754. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4755. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 21:17:53-MDT
  4756. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 22:45 EDT
  4757. Date: 25 Aug 1984  20:48 MDT (Sat)
  4758. Message-ID: <KPETERSEN.12042401694.BABYL@SIMTEL20>
  4759. Sender: KPETERSEN@Simtel20.ARPA
  4760. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4761. To:   Info-Cpm@Amsaa.ARPA
  4762. Subject: SD-92 directory program now available
  4763.  
  4764. SD-92, the latest version of the Super Directory program, is now
  4765. available on SIMTEL20.  Here is a list of files, followed by a brief
  4766. description of all its features:
  4767.  
  4768. Filename            Type     Bytes     Sectors     CRC
  4769.  
  4770. Directory MICRO:<CPM.DIRUTL>
  4771. SD-92.AQM.1            COM     66816  522 = 20AH  E412H
  4772. SD-92.ASM.1            ASCII     93017  727 = 2D7H  E95CH
  4773. SD-92.COM.1            COM      4096   32 =  20H  1D0CH
  4774. SD-92.DOC.1            ASCII     16646  131 =  83H  6DACH
  4775. SD-92.DQC.1            COM     10880   85 =  55H  8EE1H
  4776. SD-92.HEX.1            ASCII      9986   79 =  4FH  53AFH
  4777. SD-92.INF.1            ASCII      2484   20 =  14H  3530H
  4778.  
  4779. SD-92.LBR.1            COM     83968  656 = 290H  F84AH
  4780. Note: the .LBR file is here for the convenience of those who want the
  4781. whole package and can FTP ITS-binary files.  It may be deleted later
  4782. if we need the disk space.
  4783.  
  4784. SUBJECT:  SD-92 super directory program
  4785. DATE:   07/27/84
  4786. NOTE:   SD-92 will skip over drives where the maximum user area as
  4787.     set in the drive/user look up table is negative.  This is for
  4788.     systems that do not have contiguous disk drive like the 
  4789.     XEROX 820 hard disk and the CCS hard disk systems.
  4790.  
  4791. SUBJECT:  SD-91 super directory program
  4792. DATE   :  07/27/84
  4793. NOTE:    SD-91 works automatically with any number of disk drives, up to
  4794.     16.  If a disk has been left out of a drive, the program passes
  4795.     that drive and continues.  It can be intentionally  set to work
  4796.     with a specified number of drives, however.
  4797.  
  4798. ========================================================================
  4799.  
  4800. QUICK SUMMARY OF OPTIONS:
  4801.  
  4802. B>SD $U4ADL        (etc.)
  4803.  
  4804.     A  -  All user areas allowed, usually 0-15, less on RCPM systems
  4805.     C  -  Clear screen (if activated for your CRT)
  4806.     D  -  All disks starting with 1st available (usually A:)
  4807.     F  -  Makes a file called DISKMENU.DIR automatically
  4808.     L  -  Library list option
  4809.     N  -  No pagination, keeps scrolling if more than one full page
  4810.     P  -  Printer option - lists to printer
  4811.     R  -  Reset disk (perhaps a new one installed)
  4812.     S  -  Shows system files (otherwise doesn't)
  4813.     V  -  Shows date, version number
  4814.     U8 -  Start with user 8
  4815.     4, 6, or 8 - Displays files in the optional 40, 64 or 80 column
  4816.           format
  4817.  
  4818.     Using the $D option now automatically starts on the 1st available
  4819.     drive (usually A:) drive regardless what drive you were on when you
  4820.     started.  It then checks all available drives.  Similiarly, using
  4821.     the $A option will now always start with User 0, unless entered as
  4822.     $UnA - where n is a valid user number above zero.  You may now use
  4823.     ZCPR2 drive/user# syntax, i.e., A0:, B5:, ect.  and there is no need
  4824.     to specify a drive spec in the command line, i.e., SD A: $AD.  You
  4825.     You may now vary the number of file names per line on the fly.  You
  4826.     may also use (and store) the value used by SD for display at the lo-
  4827.     cation defined by MAXC by enabling the MAXCL equate (YES).    Then
  4828.     just have your signon or RBBS program assign the proper value for
  4829.     number of lines, (1-4) and store it at MAXC.  This means there is
  4830.     no more need to keep several versions of SD online.
  4831.  
  4832. --Keith
  4833. 25-Aug-84 21:45:38-MDT,1819;000000000000
  4834. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4835. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sat 25 Aug 84 21:45:32-MDT
  4836. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  25 Aug 84 23:02 EDT
  4837. Date: 25 Aug 1984  21:05 MDT (Sat)
  4838. Message-ID: <KPETERSEN.12042404871.BABYL@SIMTEL20>
  4839. Sender: KPETERSEN@Simtel20.ARPA
  4840. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4841. To:   Info-Cpm@Amsaa.ARPA
  4842. Subject: PASS30 adds password access to any .COM file
  4843.  
  4844. PASS30, a new program to add password access to any .COM file is now
  4845. available on SIMTEL20.  Here's a list of the files, followed by a
  4846. brief description of how it works:
  4847.  
  4848. Filename            Type     Bytes     Sectors     CRC
  4849.  
  4850. Directory MICRO:<CPM.FILUTL>
  4851. PASS30.COM.1            COM       512    4 =   4H  5A48H
  4852. PASS30.DOC.1            ASCII      1334   11 =   BH  9B93H
  4853. PASS30.HEX.1            ASCII      1271   10 =   AH  6139H
  4854.  
  4855. This is a novel little program that will install a password into any
  4856. COM file.  The best way to explain is to give an example:
  4857.  
  4858.   A>DIR                                   <- the two files are on the dsk
  4859.     PASS30  .COM  |  STAT    .COM
  4860.   A>STAT                                  <- the original file is run
  4861.   A: R/W 38k free
  4862.   A>PASS30 STAT.COM                       <- PASS30 is invoked
  4863.   Password? FREEDOM                       <- the PW is now set
  4864.   A>STAT                                  <- someone tries to run it
  4865.   Password? BARF                          <- oops, wrong pw, so warmboot
  4866.   A>
  4867.   A>STAT                                  <- let's try again
  4868.   Password? FREEDOM                       <- proper pw entered, so run
  4869.   A: R/W 38k free                            the program
  4870.   A>
  4871.  
  4872. DO NOT run PASS30 over a program twice! then you will need to enter
  4873. TWO passwords (it has no way of "clearing" the pw, so once it's set,
  4874. it's locked in there.)
  4875.  
  4876. --Keith
  4877. 26-Aug-84 04:52:00-MDT,1134;000000000000
  4878. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4879. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 26 Aug 84 04:51:55-MDT
  4880. Received: From brl.arpa.ARPA by AMSAA via smtp;  26 Aug 84 6:26 EDT
  4881. Received: from usc-isid.arpa by BRL-AOS.ARPA id a002459; 26 Aug 84 6:29 EDT
  4882. Date: 26 Aug 1984 06:27-EDT
  4883. Sender: ABN.ISCAMS@USC-ISID.ARPA
  4884. Subject: Re: Morse Code Instruction
  4885. From: ABN.ISCAMS@USC-ISID.ARPA
  4886. To: Hirst.RX@XEROX.ARPA
  4887. Cc: ABN.ISCAMS@USC-ISID.ARPA, INFO-CPM@BRL.ARPA
  4888. Message-ID: <[USC-ISID.ARPA]26-Aug-84 06:27:07.ABN.ISCAMS>
  4889. In-Reply-To: The message of 17 Aug 84 11:03:26+0100 (Friday) from Hirst.RX@XEROX.ARPA
  4890.  
  4891. Ken,
  4892. Thanks for the morse offer -- but already reinvented the wheel.  Actually
  4893. convinced the faithful Toad (Morrow Decision I, and NO game ports lately!)
  4894. to both send and receive Morse, in BASIC and Assembler.  Hoo Haaaah!
  4895. Now porting (??) to a C64.  Got it to send, now figuring out the game ports
  4896. to interface to a standard key.  However it (the 3rd this week) just blew
  4897. up (garbaged screen) - lasted longer than the other two.  (Sigh....)
  4898.  
  4899. Regards,
  4900. David Kirschbaum
  4901. Toad Hall
  4902. (ABN.ISCAMS@USC-ISID)
  4903. 26-Aug-84 13:23:47-MDT,1412;000000000000
  4904. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4905. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 26 Aug 84 13:23:38-MDT
  4906. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  26 Aug 84 14:57 EDT
  4907. Date: 26 Aug 1984  13:00 MDT (Sun)
  4908. Message-ID: <KPETERSEN.12042578644.BABYL@SIMTEL20>
  4909. Sender: KPETERSEN@Simtel20.ARPA
  4910. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  4911. To:   Info-Cpm@Amsaa.ARPA
  4912. Subject: Kaypro-10 CBIOS source available
  4913.  
  4914. The following new files, available from SIMTEL20, will be of interest
  4915. to Kaypro-10 owners who need the source code for the CBIOS.
  4916. --Keith
  4917.  
  4918. Filename            Type     Bytes     Sectors     CRC
  4919.  
  4920. Directory MICRO:<CPM.KAYPRO>
  4921. KP10BIOS.DOC.1            ASCII       666    6 =   6H  BA7AH
  4922. KP10BIOS.MAC.1            ASCII     17600  138 =  8AH  842FH
  4923.  
  4924.                      BIOS for the Kaypro 10
  4925.                      ======================
  4926.  
  4927. The accompanying file is the BIOS source for my Kaypro 10
  4928. with the ZCPR3 initialization.  This BIOS works on Kaypro
  4929. 10's with CP/M version 2.2D, 2.2F, and 2.2G.  It has been
  4930. tested with all those versions.  There is a table of equates
  4931. in the beginning of the listing.  Set the one corresponding
  4932. to your CPM version to true and the other two to false and
  4933. you should be in business.
  4934.  
  4935. If you don't want the ZCPR3 buffer initialization, just set
  4936. the ZCPR3 equate to false and you have a "plain vanilla"
  4937. CPM system. 
  4938.  
  4939. John C. Smith
  4940. Manlius, NY
  4941. August 20, 1984
  4942. 26-Aug-84 21:43:43-MDT,473;000000000000
  4943. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4944. Received: from AMSAA by SIMTEL20.ARPA with TCP; Sun 26 Aug 84 21:43:39-MDT
  4945. Received: From mit-mc.arpa.ARPA by AMSAA via smtp;  26 Aug 84 23:18 EDT
  4946. Date: 26 August 1984 23:19-EDT
  4947. From: Herb Lin <LIN@Mit-Mc.ARPA>
  4948. Subject:  disk catalog programs...
  4949. To: info-cpm@Amsaa.ARPA
  4950.  
  4951. is there a program (preferably PD) that will allow one to display
  4952. comments about the contents of a file along with a directory listing?
  4953.  
  4954. thanks.
  4955.  
  4956. 27-Aug-84 03:26:22-MDT,1622;000000000000
  4957. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4958. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 03:26:14-MDT
  4959. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 Aug 84 5:01 EDT
  4960. Received: from sri-unix.arpa by BRL-AOS.ARPA id a004223; 27 Aug 84 4:57 EDT
  4961. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 27 Aug 84 1:26-PDT
  4962. Date: 26 Aug 84 19:57:35-PDT (Sun)
  4963. To: info-cpm@BRL.ARPA
  4964. From: hplabs!hao!seismo!cmcl2!lanl-a!jp@UCB-VAX.ARPA
  4965. Subject: dBASE II v. 2.4 'feature'
  4966. Article-I.D.: lanl-a.12610
  4967.  
  4968. I believe that I have discovered a feature of dBASE II v. 2.4.
  4969. The report command has a new option 'WHILE' <exp>' that terminates the
  4970. report as soon as the while condition is not satisfied.  The feature is
  4971. that 'WHILE' does not work in combination with 'FOR <exp>'.  I thought
  4972. that I would be clever and fix up a way to terminate the report prematurely
  4973. by using the patch (I forgot where it comes from) that stores the most recent
  4974. keyboard character in a location (337 decimal) that does not get zeroed
  4975. by dBASE II.   Then I could set up the report something like:
  4976.  
  4977. REPORT FORM TEST FOR LASTNAME='D' WHILE PEEK(337)<>3 TO PRINT
  4978.  
  4979. Then, if I was unhappy with the report  I could quit with a CTL-C instead
  4980. of waiting for the whole thing to finish or hitting the reset button (not a
  4981. good practice if you have recently editted a file.)
  4982.  
  4983. Both the 'FOR' and the 'WHILE' options work OK by themselves, but not together
  4984. in either order.  
  4985. Maybe I ask too much of dBASE II.  Does anyone have a good idea about how 
  4986. to interrupt a report output without hitting reset???
  4987.  
  4988. Jim Potter  jp@LANL
  4989. 27-Aug-84 03:32:41-MDT,1622;000000000000
  4990. Return-Path: <info-cpm-request@AMSAA.ARPA>
  4991. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 03:32:15-MDT
  4992. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 Aug 84 5:01 EDT
  4993. Received: from sri-unix.arpa by BRL-AOS.ARPA id ab04223; 27 Aug 84 4:57 EDT
  4994. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 27 Aug 84 1:25-PDT
  4995. Date: 26 Aug 84 19:56:21-PDT (Sun)
  4996. To: info-cpm@BRL.ARPA
  4997. From: hplabs!hao!seismo!cmcl2!lanl-a!jp@UCB-VAX.ARPA
  4998. Subject: dBASE II v. 2.4 'feature'
  4999. Article-I.D.: lanl-a.12609
  5000.  
  5001. I believe that I have discovered a feature of dBASE II v. 2.4.
  5002. The report command has a new option 'WHILE' <exp>' that terminates the
  5003. report as soon as the while condition is not satisfied.  The feature is
  5004. that 'WHILE' does not work in combination with 'FOR <exp>'.  I thought
  5005. that I would be clever and fix up a way to terminate the report prematurely
  5006. by using the patch (I forgot where it comes from) that stores the most recent
  5007. keyboard character in a location (337 decimal) that does not get zeroed
  5008. by dBASE II.   Then I could set up the report something like:
  5009.  
  5010. REPORT FORM TEST FOR LASTNAME='D' WHILE PEEK(337)<>3 TO PRINT
  5011.  
  5012. Then, if I was unhappy with the report  I could quit with a CTL-C instead
  5013. of waiting for the whole thing to finish or hitting the reset button (not a
  5014. good practice if you have recently editted a file.)
  5015.  
  5016. Both the 'FOR' and the 'WHILE' options work OK by themselves, but not together
  5017. in either order.  
  5018. Maybe I ask too much of dBASE II.  Does anyone have a good idea about how 
  5019. to interrupt a report output without hitting reset???
  5020.  
  5021. Jim Potter  jp@LANL
  5022. 27-Aug-84 05:57:32-MDT,911;000000000000
  5023. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5024. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 05:57:28-MDT
  5025. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 Aug 84 7:23 EDT
  5026. Received: from simtel20.arpa by BRL-AOS.ARPA id a004507; 27 Aug 84 7:19 EDT
  5027. Date: 27 Aug 1984  05:19 MDT (Mon)
  5028. Message-ID: <CSTROM.12042756863.BABYL@SIMTEL20>
  5029. From: CSTROM@simtel20.ARPA
  5030. To:   Herb Lin <LIN@mit-mc.ARPA>
  5031. Cc:   Info-CPM@brl.ARPA, CSTROM@simtel20.ARPA
  5032. Subject: disk catalog programs...
  5033. In-reply-to: Msg of 26 Aug 1984  21:19-MDT from Herb Lin <LIN at Mit-Mc.ARPA>
  5034.  
  5035. I have just run across a program that is supposed to allow commenting
  5036. of volumes and individual files and is designed to run along with
  5037. Ward's catalog program. It is on CIS (in the CP/M sig) and is
  5038. available only as a binary with an accompanying doc file. It is called
  5039. FILE.COM. Are you interested in my uploading it to Simtel20?
  5040. 27-Aug-84 07:59:30-MDT,612;000000000000
  5041. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5042. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 07:59:24-MDT
  5043. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  27 Aug 84 9:18 EDT
  5044. Date: 27 Aug 1984  07:21 MDT (Mon)
  5045. Message-ID: <KPETERSEN.12042779137.BABYL@SIMTEL20>
  5046. Sender: KPETERSEN@Simtel20.ARPA
  5047. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5048. To:   Info-Cpm@Amsaa.ARPA
  5049. Subject: DUMP1084.MAC file fixed
  5050.  
  5051. MICRO:<CPM.KAYPRO>DUMP1084.MAC was trashed in the last sector (it came
  5052. that way from the author).  It has been replaced with a good copy.
  5053. Sorry if this caused any inconvenience.
  5054. --Keith
  5055. 27-Aug-84 08:26:04-MDT,2911;000000000000
  5056. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5057. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 08:25:51-MDT
  5058. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  27 Aug 84 9:46 EDT
  5059. Date: 27 Aug 1984  07:49 MDT (Mon)
  5060. Message-ID: <KPETERSEN.12042784191.BABYL@SIMTEL20>
  5061. Sender: KPETERSEN@Simtel20.ARPA
  5062. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5063. To:   Info-Cpm@Amsaa.ARPA
  5064. Subject: ERAQ16 selective erase program available
  5065.  
  5066. ERAQ16 v1.6 - Selective erase program is now available on SIMTEL20.
  5067. ERAQ shows file names and separately asks confirmation on each, prior
  5068. to erasure.  This minimizes accidental erasures.  (If you still erase
  5069. a file you meant to keep you can easily restore it to normal by using
  5070. a program called "UNERA".  This assumes you have not overwritten any
  5071. part of it.  Every CP/M operator should have "UNERA.COM" for peace of
  5072. mind!  This program is patterned after the ERAQ function provided with
  5073. Digital Research's MP/M system.
  5074.  
  5075. Here is a list of the new files, followed by a short Modification &
  5076. Update List:
  5077.  
  5078. Filename            Type     Bytes     Sectors     CRC
  5079.  
  5080. Directory MICRO:<CPM.DIRUTL>
  5081. ERAQ16.ASM.1            ASCII     12012   94 =  5EH  DF52H
  5082. ERAQ16.COM.1            COM      1024    8 =   8H  ADF2H
  5083. ERAQ16.HEX.1            ASCII      2516   20 =  14H  671BH
  5084. ERAQ16.INF.1            ASCII      2440   20 =  14H  5228H
  5085.  
  5086. 04/06/84  Modified to display drive code with filename.
  5087.   v1.6            Jim Dreher
  5088.  
  5089. 12/21/83  Increased capacity to more than 256 files.  Used to have 
  5090.   v1.5    problems with large directories because file counters were
  5091.           only eight bits wide - now 16.  Made the "no files specified"
  5092.       error optional by conditional assembly.  Added "ASEG" directive
  5093.       and eliminated colons on equate lables to allow assembly by
  5094.       Macro-80.
  5095.                         Tony Newman (WB7FCN)
  5096.  
  5097. 01/10/83  Modified to eliminate warm reboot when finished.  Was most
  5098.       annoying, for if not in 'A' drive rebooted both the current
  5099.   v1.4    drive and 'A' as well.  Reformatted, now assembles normally
  5100.       with ASM or MAC.  Standardized tab stops, some were missing.
  5101.       Included error message if no files specified for erasure.
  5102.                     - Irv Hoff
  5103.  
  5104. 04/16/82  Mask bit 7 for console output for memory-mapped video boards
  5105. which use the high bit for attribute info.
  5106.  
  5107. 12/10/81  Added checks for $SYS and $RO attributes.
  5108.  
  5109. 11/20/81  Added default to '*.*' if no input parameters.
  5110.  
  5111. 11/08/81  Original program written by Thomas Hill.
  5112.  
  5113. The UNERA program mentioned above has been available from SIMTEL20 for
  5114. some time.  Here is a list of the UNERA files, for your convenience:
  5115.  
  5116. Filename            Type     Bytes     Sectors     CRC
  5117.  
  5118. Directory MICRO:<CPM.DIRUTL>
  5119. UNERA20.ASM.1            ASCII     17261  135 =  87H  54C6H
  5120. UNERA20.COM.1            COM      1408   11 =   BH  29E4H
  5121. UNERA20.DOC.1            ASCII      4760   38 =  26H  0E8CH
  5122. UNERA20.HEX.1            ASCII      3440   27 =  1BH  D801H
  5123. UNERA20.HLP.1            ASCII      4796   38 =  26H  EFD0H
  5124.  
  5125. --Keith
  5126. 27-Aug-84 09:13:52-MDT,965;000000000000
  5127. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5128. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 09:13:41-MDT
  5129. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  27 Aug 84 10:37 EDT
  5130. Date: 27 Aug 1984  08:40 MDT (Mon)
  5131. Message-ID: <KPETERSEN.12042793466.BABYL@SIMTEL20>
  5132. Sender: KPETERSEN@Simtel20.ARPA
  5133. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5134. To:   Info-Cpm@Amsaa.ARPA
  5135. Subject: RCPM-053.LST list of all known RCPMs updated
  5136.  
  5137. The latest list of all known RCPM (Remote CP/M) systems is now
  5138. available from SIMTEL20.  If you cannot FTP and you are not already on
  5139. the list to automatically receive updates of RCPM-xx.LST, please send
  5140. a note to me and I'll add you to the mailing list.
  5141.  
  5142. Filename            Type     Bytes     Sectors     CRC
  5143.  
  5144. Directory MICRO:<CPM.MISC>
  5145. RCPM-053.LQT.1            COM     33408  261 = 105H  C3DFH
  5146. RCPM-053.LST.1            ASCII     54355  425 = 1A9H  87C9H
  5147.  
  5148. --Keith <W8SDZ@SIMTEL20>
  5149. Usenet: ...decvax!brl-bmd!w8sdz
  5150.   or    ...unc!brl-bmd!w8sdz
  5151. 27-Aug-84 09:17:54-MDT,803;000000000000
  5152. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5153. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 09:17:47-MDT
  5154. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  27 Aug 84 10:35 EDT
  5155. Date: 27 Aug 1984  08:32 MDT (Mon)
  5156. Message-ID: <KPETERSEN.12042792095.BABYL@SIMTEL20>
  5157. Sender: KPETERSEN@Simtel20.ARPA
  5158. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5159. To:   Info-Cpm@Amsaa.ARPA
  5160. Subject: LUDEF5.DOC latest definition of .LBR file format
  5161.  
  5162. The author of LU (the CP/M Library Utility program which makes .LBR
  5163. files) has just issued an expanded and improved documentation defining
  5164. the format of .LBR files.  The new .DOC file is now available on
  5165. SIMTEL20 as:
  5166.  
  5167. Filename            Type     Bytes     Sectors     CRC
  5168.  
  5169. Directory MICRO:<CPM.CPMLIB>
  5170. LUDEF5.DOC.1            ASCII     16599  130 =  82H  8DC0H
  5171.  
  5172. --Keith
  5173. 27-Aug-84 12:26:23-MDT,1527;000000000000
  5174. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5175. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 12:26:16-MDT
  5176. Received: From ucb-vax.arpa.ARPA by AMSAA via smtp;  27 Aug 84 13:40 EDT
  5177. Received: from ucbjade.CC.Berkeley.ARPA (ucbjade.ARPA) by UCB-VAX.ARPA (4.24/4.33)
  5178.     id AA00644; Mon, 27 Aug 84 10:41:48 pdt
  5179. Received: from ucbopal.CC.Berkeley.ARPA (ucbopal.ARPA)
  5180.     by ucbjade.CC.Berkeley.ARPA (4.14/4.23.5)
  5181.     id AA06546; Mon, 27 Aug 84 10:43:28 pdt
  5182. Received: by ucbopal.CC.Berkeley.ARPA (4.14/4.23.5)
  5183.     id AA08794; Mon, 27 Aug 84 10:43:08 pdt
  5184. Date: Mon, 27 Aug 84 10:43:08 pdt
  5185. From: William C. Wells <wcwells%ucbopal.CC@Ucb-Vax.ARPA>
  5186. Message-Id: <8408271743.AA08794@ucbopal.CC.Berkeley.ARPA>
  5187. To: info-cpm@Amsaa.ARPA, info-micro@brl.ARPA
  5188. Subject: Re: Suggestions for Deaf BBS Wanted
  5189.  
  5190. I would suggest using normal computer bulletin board software
  5191. and hardware with a BAUDOT/ASCII conversion unit between the
  5192. computer and the modem.
  5193.  
  5194. Some local amateur radio operators should be able to help you with
  5195. information about BAUDOT/ASCII conversion units.  Amateur radio
  5196. operators have been using the BAUDOT code (International Telegraph
  5197. code # 2) for years. Many of them now use microcomputers instead
  5198. of teletypewritters as BAUDOT terminals.
  5199.  
  5200. There are also a couple of commercial companies that sell
  5201. BAUDOT/ASCII conversion units.  I saw one several years ago
  5202. that used two conversion units BAUDOT/CW and CW/ASCII to do
  5203. BAUDOT/ASCII conversion. 
  5204.  
  5205. Bill Wells
  5206. ucbvax!wcwells
  5207. wcwells@Berkeley.ARPA
  5208. 27-Aug-84 12:57:57-MDT,1291;000000000000
  5209. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5210. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 12:57:49-MDT
  5211. Date:     Mon, 27 Aug 84 13:56:22 EDT
  5212. From:     Dave Towson (info-cpm-request) <cpmlist@Amsaa.ARPA>
  5213. To:       info-cpm@Amsaa.ARPA
  5214. Subject:  [Bridger Mitchel:  Re: [WIrish.WBST: Some CPM and/or Kaypro II info needed]]
  5215.  
  5216.  
  5217. ----- Forwarded message # 1:
  5218.  
  5219. Received: From rand-unix.arpa.ARPA by AMSAA via smtp;  24 Aug 84 20:41 EDT
  5220. Received: by rand-unix.ARPA; Fri, 24 Aug 84 17:18:07 pdt
  5221. From: Bridger Mitchell <bridger@rand-unix>
  5222. Message-Id: <8408250018.AA00332@rand-unix.ARPA>
  5223. Date: 24 Aug 84 17:18:02 PDT (Fri)
  5224. To: Dave Towson <cpmlist@amsaa.ARPA>
  5225. Cc: bridger@rand-unix
  5226. Subject: Re: [WIrish.WBST:  Some CPM and/or Kaypro II info needed]
  5227. In-Reply-To: Your message of Mon, 20 Aug 84 9:23:55 EDT.
  5228.  
  5229. PluPerfect Systems, Box 1494, Idyllwild CA 93249 has a low-cost
  5230. BIOS/BDOS enhancement package that rand-unix
  5231. Subject: Re: [WIrish.WBST:  Some CPM and/or Kaypro II info needed]
  5232. In-Reply-To: Your message of Mon, 20 Aug 84 9:23:55 EDT.
  5233.  
  5234. PluPerfect Systems, Box 1494, Idyllwild CA 93249 has a low-cost
  5235. BIOS/BDOS enhancement package that incorporates 0.1-9 second
  5236. settable motor timeout (interrupt-timer driven).
  5237. --bridger
  5238.  
  5239. ----- End of forwarded messages
  5240. 27-Aug-84 17:42:32-MDT,1082;000000000000
  5241. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5242. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 17:42:18-MDT
  5243. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  27 Aug 84 19:13 EDT
  5244. Received: from radc-multics.arpa by BRL-VGR.ARPA id a015060; 27 Aug 84 19:18 EDT
  5245. Date:  Mon, 27 Aug 84 19:12 EDT
  5246. From:  Wiedemann@RADC-MULTICS.ARPA
  5247. Subject:  MEX11 info needed!
  5248. To:  info-cpm@BRL-VGR.ARPA
  5249. Message-ID:  <840827231227.175341@RADC-MULTICS.ARPA>
  5250.  
  5251.      Last weekend, I downloaded MEX11.COM from CompuServe on the CP/M
  5252. SIG.  I also downloaded the MXO-HZ11.ASM and MXO-SM13.ASM overlays.
  5253. When I edited the overlays, assembled them and loaded them over MEX11
  5254. using MLOAD21.COM, running the program just got me a "+++ Null file name
  5255. +++" message.  Is there something in the documentation for MEX11 I
  5256. should know about?  I hesitated to download it from CompuServe since it
  5257. was 121K long!
  5258.      Any help is appreciated.  Perhaps all I need is the documentation.
  5259. If anyone might know when it will be on SIMTEL, I'd like to know about
  5260. it.
  5261.  
  5262. Wolf Wiedemann RADC-MULTICS
  5263. 27-Aug-84 21:24:39-MDT,665;000000000000
  5264. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5265. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 21:24:34-MDT
  5266. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  27 Aug 84 22:49 EDT
  5267. Date: Mon 27 Aug 84 20:52:17-MDT
  5268. From: Jim Forrest <JFORREST@SIMTEL20.ARPA>
  5269. Subject: Eagle
  5270. To: INFO-CPM@AMSAA.ARPA
  5271. cc: INFO-MICRO@AMSAA.ARPA, JFORREST@SIMTEL20.ARPA
  5272.  
  5273. I noticed an ad in Byte for the Eagle IIE/2 computer with 2 390K disk
  5274. drives, 4Mhz Z-80, 2 serial and 1 par port and several software packages,
  5275. for $895. Anyone have any info on this computer, and California Digital
  5276. in Carson, California?
  5277.  
  5278. Appreciate feedback before decision
  5279.  
  5280. Jim
  5281. -------
  5282. 27-Aug-84 21:31:31-MDT,803;000000000000
  5283. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5284. Received: from AMSAA by SIMTEL20.ARPA with TCP; Mon 27 Aug 84 21:31:27-MDT
  5285. Received: From brl.arpa.ARPA by AMSAA via smtp;  27 Aug 84 22:56 EDT
  5286. Received: from jpl-vlsi.arpa by BRL-AOS.ARPA id a000301; 27 Aug 84 22:52 EDT
  5287. Date: 27 Aug 1984 1941 PDT
  5288. From: "Bruce L. Conroy" <BLC@JPL-VLSI.ARPA>
  5289. Subject: Aborting a dBaseII report
  5290. To: info-cpm@brl.ARPA
  5291. Cc: jp@lanl.ARPA
  5292. Reply-To: BLC@JPL-VLSI.ARPA
  5293.  
  5294.      I've always aborted a report with ESCAPE. Unless your have done
  5295.  
  5296. . SET ESCAPE OFF
  5297.  
  5298. it dumps you back at the dot prompt. At that point a
  5299.  
  5300. . SET PRINT OFF 
  5301.  
  5302. is needed to turn off the printer, and unfortunately, any DO file
  5303. in process is cancelled. Other than these minor problems, it
  5304. works fine.
  5305.  
  5306.                     BLC@JPLVLSI
  5307. ------
  5308. 28-Aug-84 17:54:41-MDT,756;000000000000
  5309. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5310. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 28 Aug 84 17:54:37-MDT
  5311. Received: From brl.arpa.ARPA by AMSAA via smtp;  28 Aug 84 19:32 EDT
  5312. Received: from simtel20.arpa by BRL-AOS.ARPA id a013190; 28 Aug 84 19:36 EDT
  5313. Date: 28 Aug 1984  17:35 MDT (Tue)
  5314. Message-ID: <CSTROM.12043153061.BABYL@SIMTEL20>
  5315. From: CSTROM@simtel20.ARPA
  5316. To:   Wiedemann@radc-multics.ARPA
  5317. Cc:   INFO-CPM@brl.ARPA, CSTROM@simtel20.ARPA
  5318. Subject: MEX11 info
  5319. In-reply-to: Msg of 27 Aug 1984  17:12-MDT from Wiedemann at RADC-MULTICS.ARPA
  5320.  
  5321. There have been several reports of problems with installations of
  5322. MEX11, and Ron has indeed localized the problem. There should be a
  5323. _short_ file repairing MEX11.COM in a couple of days.
  5324. 28-Aug-84 20:38:58-MDT,1822;000000000000
  5325. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5326. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 28 Aug 84 20:38:52-MDT
  5327. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  28 Aug 84 22:05 EDT
  5328. Date: 28 Aug 1984  20:08 MDT (Tue)
  5329. Message-ID: <KPETERSEN.12043180891.BABYL@SIMTEL20>
  5330. Sender: KPETERSEN@Simtel20.ARPA
  5331. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5332. To:   Info-Cpm@Amsaa.ARPA
  5333. Subject: Ron Fowler's MEX111 now available on SIMTEL20
  5334.  
  5335. MEX111, the latest version of MEX, the popular modem program by
  5336. Ron Fowler, is now available on SIMTEL20.  MEX111 replaces MEX10
  5337. and MEX11.  Here is a list of the new files (note that some files
  5338. are available in both ASCII and SQUEEZED formats, as well as the
  5339. entire MEX111.LBR itself for those who can FTP ITS-binary files).
  5340.  
  5341. Filename            Type     Bytes     Sectors     CRC
  5342.  
  5343. Directory MICRO:<CPM.MEX>
  5344. MEX.HLP.1            ASCII       646    6 =   6H  89DFH
  5345. MEX.HQP.1            COM     32640  255 =  FFH  71EAH
  5346.  
  5347. MEX111.COM.1            COM     24064  188 =  BCH  1DF3H
  5348.  
  5349. MEX111.HEX.1            ASCII     58580  458 = 1CAH  4810H
  5350.  
  5351. MEX111.LBR.1            COM    127488  996 = 3E4H  628FH
  5352.  
  5353. MEX11DOC.TOC.1            ASCII      3030   24 =  18H  D59AH
  5354. MEX11DOC.TQC.1            COM      1664   13 =   DH  2922H
  5355.  
  5356. MEX11DOC.WQ.1            COM     55040  430 = 1AEH  D7A2H
  5357. MEX11DOC.WS.1            ASCII     80416  629 = 275H  D84FH
  5358.  
  5359. MEX11UPD.DOC.1            ASCII      9705   76 =  4CH  FB97H
  5360. MEX11UPD.DQC.1            COM      6400   50 =  32H  CC33H
  5361.  
  5362. MEXPAT11.AQM.1            COM      3712   29 =  1DH  10E4H
  5363. MEXPAT11.ASM.1            ASCII      4885   39 =  27H  FA14H
  5364.  
  5365. MLOAD21.COM.1            COM      2816   22 =  16H  E51EH
  5366. MLOAD21.HEX.1            ASCII      6867   54 =  36H  2E67H
  5367. note MLOAD21 is the same as before but listed here for completeness
  5368.  
  5369. MX111UPD.DOC.1            ASCII       670    6 =   6H  3A03H
  5370.  
  5371. If you already have MEX11.LBR, the only files you need to update
  5372. to MEX111 are MEX111.COM and MX111UPD.DOC.
  5373.  
  5374. --Keith
  5375. 28-Aug-84 20:59:57-MDT,1266;000000000000
  5376. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5377. Received: from AMSAA by SIMTEL20.ARPA with TCP; Tue 28 Aug 84 20:59:52-MDT
  5378. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  28 Aug 84 22:09 EDT
  5379. Date: Tuesday, 28 August 1984  09:44-MDT
  5380. Message-ID: <KPETERSEN.12043181675.BABYL@SIMTEL20>
  5381. Sender: Brian Kantor <sdcsvax!sdccsu3!brian@Nosc.ARPA>
  5382. From: Brian Kantor <sdcsvax!sdccsu3!brian@Nosc.ARPA>
  5383. To: W8SDZ@Simtel20.ARPA
  5384. Subject:   RCPM-053.LST list of all known RCPMs updated
  5385. References: <12870@sri-arpa.UUCP>
  5386. ReSent-From: KPETERSEN@Simtel20.ARPA
  5387. ReSent-To: Info-Cpm@Amsaa.ARPA
  5388. ReSent-Date: Tue 28 Aug 1984 20:12-MDT
  5389.  
  5390. Well, looks like someone decided my system was down.  Sigh.  Maybe I
  5391. should take it down, now that it has been officially deleted.
  5392.  
  5393. San Diego Experimental RC System..................... (619) 452-1869
  5394. Brian Kantor.  Special interest in amateur radio digital communications.
  5395. 300/212/Vadic 3.6MB on 3 Drives.  24 Hours.  System powers up on ring
  5396. and will answer on 3rd or 4th ring, you lazy SOBs, so let it ring a
  5397. couple of times before you decide it doesn't exist any more.
  5398.  
  5399.     
  5400.     ihnp4 \        Brian Kantor, UC San Diego 
  5401.     decvax \
  5402.     akgua   >----  sdcsvax  ----- brian
  5403.     dcdwest/
  5404.     ucbvax/        Kantor@Nosc
  5405.  
  5406. "not at all a well cat..."
  5407. 29-Aug-84 02:48:29-MDT,1283;000000000000
  5408. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5409. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 02:48:24-MDT
  5410. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 Aug 84 4:20 EDT
  5411. Date: 29 Aug 1984  02:23 MDT (Wed)
  5412. Message-ID: <KPETERSEN.12043249192.BABYL@SIMTEL20>
  5413. Sender: KPETERSEN@Simtel20.ARPA
  5414. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5415. To:   mknox@Ut-Ngp.ARPA
  5416. Cc:   Info-Cpm@Amsaa.ARPA
  5417. Subject: programs for SIMTEL20 MICRO: archive
  5418. In-reply-to: Msg of 19 Aug 1984  18:43-MDT from mknox at ut-ngp
  5419.  
  5420. Frank Wancho forwarded your message asking about how to submit files
  5421. to the CP/M archives at SIMTEL20.  There is presently no way to write
  5422. (i.e. "put") files to SIMTEL20 using the ANONYMOUS login with FTP.
  5423. However, if your host supports ANONYMOUS login with FTP and if you can
  5424. set the file attributes (if any) so that they can be accessed in that
  5425. manner, all you need to do is tell me where the files are and their
  5426. names.  I will retrieve them and then tell you where I have put them
  5427. on SIMTEL20 so you can announce them to Info-Cpm.
  5428.  
  5429. If your host does not allow ANONYMOUS ftp access, all is not lost.  We
  5430. do have an account at MIT-MC and you can put files there in the FJW;
  5431. directory and then send me a message with pointers to them.
  5432.  
  5433. --Keith
  5434. 29-Aug-84 03:28:49-MDT,1179;000000000000
  5435. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5436. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 03:28:44-MDT
  5437. Received: From brl.arpa.ARPA by AMSAA via smtp;  29 Aug 84 4:49 EDT
  5438. Received: from sri-unix.arpa by BRL-AOS.ARPA id aa14193; 29 Aug 84 4:44 EDT
  5439. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 29 Aug 84 1:38-PDT
  5440. Date: 27 Aug 84 20:26:15-PDT (Mon)
  5441. To: info-cpm@BRL.ARPA
  5442. From: hplabs!hao!seismo!cmcl2!lanl-a!rgt@UCB-VAX.ARPA
  5443. Subject: Request for modem programs for Rainbow 100+
  5444. Article-I.D.: lanl-a.12651
  5445.  
  5446. <>
  5447.  
  5448. I recently received my Rainbow 100+ and am looking for modem programs
  5449. that I can use with it.  Does anyone have any public domain modem
  5450. programs that run on a Rainbow?  Does anyone have any MEX overlays
  5451. that run on a Rainbow?  (They must be different, since the Z80 will
  5452. run MEX, but the 8088 has control of the serial ports).
  5453.  
  5454. I am in the process of adapting a modem program that I wrote before
  5455. to run on the Rainbow.  I would appreciate it if I did not have to
  5456. do this and could use an already existing program.  If not, does
  5457. anyone else need such a modem program?
  5458.  
  5459.                         Richard Thomsen
  5460.                         Los Alamos National Lab
  5461. 29-Aug-84 06:20:18-MDT,967;000000000000
  5462. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5463. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 06:20:10-MDT
  5464. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 Aug 84 7:52 EDT
  5465. Date: 29 Aug 1984  05:53 MDT (Wed)
  5466. Message-ID: <KPETERSEN.12043287403.BABYL@SIMTEL20>
  5467. Sender: KPETERSEN@Simtel20.ARPA
  5468. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5469. To:   Info-Cpm@Amsaa.ARPA, Info-Micro@Brl.ARPA
  5470. Subject: Christensen MODEM program for Commodore-64
  5471.  
  5472. Commodore-64 owners who need a program to do file transfers to/from
  5473. CP/M systems (and others using the Christensen MODEM/XMODEM/MODEM7
  5474. protocol) will be interested in XMODEM64.BAS which is now available
  5475. from SIMTEL20.  I don't have a C64 but as near as I can determine, the
  5476. program is written to run on Commodore Basic and does not require the
  5477. CP/M cartridge.
  5478.  
  5479. Filename            Type     Bytes     Sectors     CRC
  5480.  
  5481. Directory MICRO:<CPM.COMMODORE>
  5482. XMODEM64.BAS.1            ASCII      5234   41 =  29H  50D0H
  5483.  
  5484. --Keith
  5485. 29-Aug-84 06:46:09-MDT,983;000000000000
  5486. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5487. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 06:46:04-MDT
  5488. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 Aug 84 7:55 EDT
  5489. Date: 29 Aug 1984  05:42 MDT (Wed)
  5490. Message-ID: <KPETERSEN.12043285326.BABYL@SIMTEL20>
  5491. Sender: KPETERSEN@Simtel20.ARPA
  5492. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5493. To:   Info-Cpm@Amsaa.ARPA
  5494. Subject: Correction to MEX111 announcement
  5495.  
  5496. MEX.HQP is the help file for MEX111.  Of course it must be unsqueezed
  5497. to MEX.HLP before using.  I had forgotten that this file is a special
  5498. random-access format and cannot be made into ASCII format for those
  5499. who cannot FTP ITS-binary files from SIMTEL20.  I have HEXIFYed the
  5500. MEX.HQP file and it is now available as:
  5501.  
  5502. Filename            Type     Bytes     Sectors     CRC
  5503.  
  5504. Directory MICRO:<CPM.MEX>
  5505. MEXHQP.HEX.1            ASCII     79437  621 = 26DH  9713H
  5506.  
  5507. To make MEX.HLP, use MLOAD21.COM to make MEXHQP.COM, rename it to
  5508. MEX.HQP, then unsqueeze it.
  5509.  
  5510. --Keith
  5511. 29-Aug-84 07:05:00-MDT,950;000000000000
  5512. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5513. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 07:04:54-MDT
  5514. Received: From brl-vgr.arpa.ARPA by AMSAA via smtp;  29 Aug 84 8:21 EDT
  5515. Received: from mit-mc.arpa by BRL-VGR.ARPA id a003319; 29 Aug 84 8:15 EDT
  5516. Date: Wed 29 Aug 84 08:06:15-EDT
  5517. From: Mark Becker <Cent.Mbeck%MIT-OZ@MIT-MC.ARPA>
  5518. Subject: FORTH83.LBR (8080 version) available on SIMTEL20
  5519. To: Info-CPM@BRL-VGR.ARPA
  5520.  
  5521.      For those that have been thinking about using the Forth-83
  5522. interpreter/compiler from [SIMTEL20] MICRO<CPM.FORTH-83> but have
  5523. hesitated over downloading such a large amount of data...
  5524.  
  5525.      The ** 8080 ** version has been downloaded, squeezed, made into a
  5526. library, and then uploaded back to SIMTEL20.  The file is now 172k
  5527. long and its statistics are -
  5528.  
  5529. Filename            Type     Bytes     Sectors     CRC
  5530.  
  5531. Directory MICRO:<CPM.FORTH-83>
  5532. FORTH83.LBR.1            COM    175360 1370 = 55AH  489AH
  5533.  
  5534. --Mark
  5535. -------
  5536.  
  5537. 29-Aug-84 08:07:50-MDT,1412;000000000000
  5538. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5539. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 08:07:43-MDT
  5540. Received: From brl.arpa.ARPA by AMSAA via smtp;  29 Aug 84 9:28 EDT
  5541. Received: from sri-unix.arpa by BRL-AOS.ARPA id a015945; 29 Aug 84 9:21 EDT
  5542. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 29 Aug 84 6:05-PDT
  5543. Date: 28 Aug 84 8:52:38-PDT (Tue)
  5544. To: info-cpm@BRL.ARPA
  5545. From: hplabs!sdcrdcf!sdcsvax!sdccsu3!brian@UCB-VAX.ARPA
  5546. Subject: Re: RCPM-053.LST list of all known RCPMs updated
  5547. Article-I.D.: sdccsu3.2227
  5548. In-Reply-To: Article <12870@sri-arpa.UUCP>
  5549.  
  5550. Well, somebody decided to delete my system from the RCPM list, so here
  5551. is the information.  Staple it on to your RCPM list.
  5552.  
  5553. -------------------------------------------------------------------------
  5554. San Diego Experimental RC System [SDEXPRC] ........... (619) 452-1869
  5555. Brian Kantor 103/212/Vadic. 3.6 MB on 3 drives. News and Mail.  Special
  5556. interests in amateur digital packet radio, graphics, and advanced
  5557. microprocessor technology.  24 hrs.  System powers up on call and will
  5558. answer on 3rd or 4th ring.  No answer when sysop is using system.
  5559. Our 5th continuous year of operation.
  5560. -------------------------------------------------------------------------
  5561.     
  5562.     ihnp4 \        Brian Kantor, UC San Diego 
  5563.     decvax \
  5564.     akgua   >----  sdcsvax  ----- brian
  5565.     dcdwest/
  5566.     ucbvax/        Kantor@Nosc
  5567.  
  5568. "not at all a well cat..."
  5569. 29-Aug-84 09:08:48-MDT,560;000000000000
  5570. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5571. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 09:08:44-MDT
  5572. Received: From xerox.arpa.ARPA by AMSAA via smtp;  29 Aug 84 10:40 EDT
  5573. Received: from CheninBlanc.ms by ArpaGateway.ms ; 29 AUG 84 07:43:39 PDT
  5574. Date: Wed, 29 Aug 84 07:43 PDT
  5575. From: Eldridge.es@XEROX.ARPA
  5576. Subject: Text to speech info request
  5577. To: Info-Cpm@AMSAA.ARPA
  5578. cc: Eldridge.es@XEROX.ARPA
  5579.  
  5580. I am looking a program that converts text to speech (text to allophone
  5581. strings).  Any pointers would be greatly appreciated.
  5582.  
  5583. George
  5584.  
  5585. 29-Aug-84 09:27:59-MDT,2329;000000000000
  5586. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5587. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 09:27:50-MDT
  5588. Received: From brl.arpa.ARPA by AMSAA via smtp;  29 Aug 84 10:34 EDT
  5589. Received: from apg-1.arpa by BRL-AOS.ARPA id a017187; 29 Aug 84 10:35 EDT
  5590. Date: 29 Aug 1984 10:31:11 EDT (Wednesday)
  5591. From: Robert Bloom DRSTE-TOI 3775 <rbloom@apg-1.ARPA>
  5592. Subject: UC crc questions
  5593. To: info-cpm@brl.ARPA
  5594.  
  5595. (This message was sent before but was garbled both by wordstar, the 
  5596. mailer, and my own fuzzy thinking.  It was re-written and I'll try
  5597. again.)
  5598.  
  5599. I was working with the various modes of the crc mode of uc (ver 1.2)
  5600. trying to determine the proper modes to use to check uploaded files
  5601. on our local unix machine.
  5602.  
  5603. However, I got rather confused because the character counts and crcks
  5604. did not match and the relationship is not clear.  This is what I did:
  5605.  
  5606. I took two small files, B.COM (a binary file) and a A.TXT (a straight 
  5607. 7-bit ascii file) and uploaded with (to) umodem and uc from MEX10 
  5608. using both the -t (text) and -b (binary) options.  Then I ran uc's -c 
  5609. and -C crc checks.  Very few numbers matched.
  5610.  
  5611. file       upload            ls -l            uc crc's
  5612. name       method          char count  -c (text)   -C (binary)
  5613.  
  5614. A.TXT      append into ed     390      C6700080    6C4AFFFFF
  5615. A.TXT      umodem -rb         512      ADFB00080   C67FFFFF 
  5616. A.TXT      umodem -rt         390      C6700080    6C4AFFFFF
  5617. A.TXT      uc -rb             512      ADFB00080   C67FFFFF 
  5618. A.TXT      uc -rt             390      C6700080    6C4AFFFFF
  5619.                                                             
  5620. B.COM      append into ed     446      976F00080   E05FFFFFF
  5621. B.COM      umodem -rb        1920      BC1400080   2540FFFFF
  5622. B.COM      umodem -rt         620      EA6200080   6E01FFFFF
  5623. B.COM      uc -rb            1920      BC1400080   2540FFFFF
  5624. B.COM      uc -rt            1543      7B0100080   A441FFFFF
  5625.  
  5626. The A.TXT crc from CRCK44 was 0C67, BYTEFREQ reported 512 characters
  5627. The B.TXT crc from CRCK44 was 2540, BYTEFREQ reported 1920 characters
  5628.  
  5629. Leading zeros are apparently dropped in the uc crc output.  I
  5630. would like to understand why the various numbers don't match, which
  5631. method should I use for text and binary uploads, and how they 
  5632. should be checked with crc.
  5633.  
  5634. -bob bloom
  5635.  
  5636. 29-Aug-84 19:05:58-MDT,960;000000000000
  5637. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5638. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 19:05:52-MDT
  5639. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 Aug 84 20:35 EDT
  5640. Date: 29 Aug 1984  18:38 MDT (Wed)
  5641. Message-ID: <KPETERSEN.12043426644.BABYL@SIMTEL20>
  5642. Sender: KPETERSEN@Simtel20.ARPA
  5643. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5644. To:   Robert Bloom DRSTE-TOI 3775 <rbloom@Apg-1.ARPA>
  5645. Cc:   Info-Cpm@Amsaa.ARPA
  5646. Subject: UC crc questions
  5647. In-reply-to: Msg of 29 Aug 1984  08:31-MDT from Robert Bloom DRSTE-TOI 3775 <rbloom at apg-1.ARPA>
  5648.  
  5649. Bob, I can't answer your UC crck questions, Rick Conn would be best
  5650. for that.  However, I can offer an alternative means for checking
  5651. files uploaded to a Unix system.  Please get MICRO:<UNIX.CPM>CRCK2.C
  5652. and try it.  I find it quite useful and unambiguous.  Ben Goldfarb did
  5653. a super job of adding several new features which are detailed at the
  5654. beginning of the CRCK2.C file.
  5655. --Keith
  5656. 29-Aug-84 19:20:59-MDT,1449;000000000000
  5657. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5658. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 19:20:50-MDT
  5659. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 Aug 84 20:49 EDT
  5660. Date: 29 Aug 1984  18:53 MDT (Wed)
  5661. Message-ID: <KPETERSEN.12043429306.BABYL@SIMTEL20>
  5662. Sender: KPETERSEN@Simtel20.ARPA
  5663. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5664. To:   rbloom@Apg-1.ARPA
  5665. Cc:   Info-Cpm@Amsaa.ARPA
  5666. Subject: UC crc questions
  5667.  
  5668. I read your message again and edited your chart to show the proper
  5669. method for uploading the A.TXT and B.COM files.  Remember that text
  5670. files stored under Unix do not have Carriage Returns, only Line Feeds
  5671. at the end of each line.  Also the trailing control-Z's from CP/M text
  5672. files are NOT stored on Unix.
  5673.  
  5674. file       upload            ls -l            uc crc's
  5675. name       method          char count  -c (text)   -C (binary)
  5676.  
  5677. A.TXT      umodem -rt         390      C6700080    6C4AFFFFF
  5678. A.TXT      uc -rt             390      C6700080    6C4AFFFFF
  5679.                                                             
  5680. B.COM      umodem -rb        1920      BC1400080   2540FFFFF
  5681. B.COM      uc -rb            1920      BC1400080   2540FFFFF
  5682.  
  5683. The A.TXT crc from CRCK44 was 0C67, BYTEFREQ reported 512 characters
  5684. The B.COM crc from CRCK44 was 2540, BYTEFREQ reported 1920 characters
  5685.  
  5686. Note that the .COM file matches exactly on byte count.  The .TXT
  5687. cannot, for the reasons outlined above.
  5688.  
  5689. --Keith
  5690. 29-Aug-84 19:45:46-MDT,1141;000000000000
  5691. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5692. Received: from AMSAA by SIMTEL20.ARPA with TCP; Wed 29 Aug 84 19:45:40-MDT
  5693. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  29 Aug 84 21:04 EDT
  5694. Date: 29 Aug 1984  19:08 MDT (Wed)
  5695. Message-ID: <KPETERSEN.12043432046.BABYL@SIMTEL20>
  5696. Sender: KPETERSEN@Simtel20.ARPA
  5697. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5698. To:   INFO-CPM@Amsaa.ARPA
  5699. Subject: Who is WS2ROFF.COM author?
  5700.  
  5701. Does anyone know the author of WS2ROFF.COM, which has been around for
  5702. a very long time and for which there is no source nor documentation?
  5703. I'd like to contact the author with this bug report.  For those who
  5704. don't know what WS2ROFF is, it's supposed to convert WordStar document
  5705. files to a format that the public-domain ROFF.COM can understand.
  5706. --Keith
  5707.  
  5708. Date: Wednesday, 29 August 1984  13:34-MDT
  5709. From: amd!intelca!cem at Berkeley
  5710. To:   W8SDZ at Simtel20.ARPA
  5711. Re:   WS2ROFF bug
  5712.  
  5713. The "bug" is WS2ROFF.COM fails to generate page commands.  It isn't
  5714. converting .pa commands to .bp commands. It should probably do the
  5715. same for ^L's in the file too.  Also .pn x commands should convert to
  5716. .bp x commands.
  5717. 30-Aug-84 01:52:30-MDT,665;000000000000
  5718. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5719. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 01:52:25-MDT
  5720. Received: From brl.arpa.ARPA by AMSAA via smtp;  30 Aug 84 3:10 EDT
  5721. Received: from sri-unix.arpa by BRL-AOS.ARPA id a024637; 30 Aug 84 3:08 EDT
  5722. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 29 Aug 84 23:58-PDT
  5723. Date: 2 Sep 84 21:24:03-EDT (Sun)
  5724. To: info-cpm@BRL.ARPA
  5725. From: ihnp4!ihuxs!jgw1@UCB-VAX.ARPA
  5726. Subject: Re: S1 operating System
  5727. Article-I.D.: ihuxs.606
  5728. In-Reply-To: Article <595@ihuxs.UUCP>
  5729.  
  5730. Thanks to all who responded on the S1 Operating System.
  5731. Sorry to have rehashed an old subject, but thanks for your patience.
  5732. 30-Aug-84 07:54:54-MDT,1338;000000000000
  5733. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5734. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 07:54:46-MDT
  5735. Received: From brl.arpa.ARPA by AMSAA via smtp;  30 Aug 84 9:11 EDT
  5736. Received: from simtel20.arpa by BRL-AOS.ARPA id a026884; 30 Aug 84 9:05 EDT
  5737. Date: 30 Aug 1984  07:04 MDT (Thu)
  5738. Message-ID: <RCONN.12043562445.BABYL@SIMTEL20>
  5739. From: Richard Conn <RCONN@simtel20.ARPA>
  5740. To:   Robert Bloom DRSTE-TOI 3775 <rbloom@apg-1.ARPA>
  5741. Cc:   info-cpm@brl.ARPA
  5742. Subject: UC crc questions
  5743. In-reply-to: Msg of 29 Aug 1984  08:31-MDT from Robert Bloom DRSTE-TOI 3775 <rbloom at apg-1.ARPA>
  5744.  
  5745.     The CRCs generated by UC match those generated by CRC (under
  5746. ZCPR2 and ZCPR3), Keith's CRCK, and CRC on SIMTEL20.  UC was written
  5747. on UNIX System V to run on System V only (there are many differences
  5748. between the System V and Berkeley UNIXes in their libraries), and I
  5749. don't support it under anything other than System V.  I question the
  5750. output you have been receiving since the values are 8 digits long,
  5751. where the values output by the -c or -C options of UC under System V
  5752. are only four digits long.  If you are running System V, clearly there
  5753. is a problem with the UC installed there.  If you are not running
  5754. System V, the answer is clear.  Keith's solution to use CRCK.C may be
  5755. best since it is generic (I think).
  5756.  
  5757.         Rick
  5758. 30-Aug-84 08:31:03-MDT,1013;000000000000
  5759. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5760. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 08:30:55-MDT
  5761. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  30 Aug 84 9:32 EDT
  5762. Date: 30 Aug 1984  07:34 MDT (Thu)
  5763. Message-ID: <KPETERSEN.12043567991.BABYL@SIMTEL20>
  5764. Sender: KPETERSEN@Simtel20.ARPA
  5765. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5766. To:   Info-Cpm@Amsaa.ARPA
  5767. Subject: M7VT-3.ASM MDM7/MEX overlay for DEC-micros available
  5768. Cc:   Info-Modem7@Simtel20.ARPA
  5769.  
  5770. Bernie Eiben has just released a new overlay for MDM7xx.  M7VT-3.ASM
  5771. is the MODEM / MEX overlay file for the DEC-micro's VT180 (aka Robin),
  5772. DECmate II (with CP/M option) and Rainbow 100 (supporting CP/M
  5773. releases 1 and 2 on Rainbow).  Assembly via SWITCH-settings, common
  5774. code for all above micro's using I/O byte redirection.
  5775.  
  5776. The new file is available from SIMTEL20 as:
  5777.  
  5778. Filename            Type     Bytes     Sectors     CRC
  5779.  
  5780. Directory MICRO:<CPM.MODEM7>
  5781. M7VT-3.ASM.1            ASCII     12437   98 =  62H  D52FH
  5782.  
  5783. Thanks, Bernie!
  5784. --Keith
  5785. 30-Aug-84 09:01:13-MDT,669;000000000000
  5786. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5787. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 09:01:05-MDT
  5788. Received: From brl.arpa.ARPA by AMSAA via smtp;  30 Aug 84 10:01 EDT
  5789. Received: from mit-mc.arpa by BRL-AOS.ARPA id a027924; 30 Aug 84 9:59 EDT
  5790. Date: Thu, 30 Aug 84  9:48:27 EDT
  5791. From: Manny Crivello <crivello@BBNCCC.ARPA>
  5792. Subject: P.D. new list needed
  5793. To: info-cpm@MIT-MC.ARPA
  5794.  
  5795.  could some one send me the path ,to get the lastes update of:
  5796. cpm.crclst, cpmug.crclst and sigm.crclst.
  5797. My ftp will not let me see whats out there, but if I know the path
  5798. and the file names that i want I can transfer the files.
  5799.  
  5800. Thank You
  5801. M.D.CRIVELLO.
  5802.  
  5803.  
  5804. 30-Aug-84 09:05:58-MDT,1815;000000000000
  5805. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5806. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 09:05:40-MDT
  5807. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  30 Aug 84 10:08 EDT
  5808. Date: 30 Aug 1984  08:11 MDT (Thu)
  5809. Message-ID: <KPETERSEN.12043574644.BABYL@SIMTEL20>
  5810. Sender: KPETERSEN@Simtel20.ARPA
  5811. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  5812. To:   Info-Cpm@Amsaa.ARPA
  5813. Subject: PHONE - an ascii file string searcher - available
  5814.  
  5815. Bernie Eiben has just released the CP/M-80 version of PHONE.  PHONE
  5816. allows You to search a "flat" ASCII-file for any string and prints out
  5817. the line containing the string and any line following the target-line,
  5818. which starts with "white-space". The original MSDOS-version was
  5819. written using LATTICE-C, the CPM-version was changed for AZTEC-C
  5820. [slight C-language differences plus changes in default-file searching
  5821. for both micro-systems and the DOC-file].
  5822.  
  5823. PHONE uses SOUNDEX-techniques to "catch" possible mis-spelling and
  5824. supports ? for wild-character match and * for any-string match. Aside
  5825. from a "easy going" telephone "memory" any other "string-based
  5826. reminders" can be build using any editor since PHONE allows to change
  5827. the text-file-name on the command-line.
  5828.  
  5829. Bernie says: "PHONE was originally written by Martin Minow and ...
  5830. (see DOC-file) - so they deserve the announcement credit."
  5831.  
  5832. The files are available on SIMTEL20 as:
  5833.  
  5834. Filename            Type     Bytes     Sectors     CRC
  5835.  
  5836. Directory MICRO:<CPM.TXTUTL>
  5837. PHONE.C.1            ASCII     11252   88 =  58H  0340H
  5838. PHONE.COM.1            COM     15872  124 =  7CH  38ADH
  5839. PHONE.DOC.1            ASCII      2890   23 =  17H  D1F3H
  5840. PHONE.HEX.1            ASCII     38647  302 = 12EH  3AF9H
  5841.  
  5842. The .LBR file is also available for those who want the whole package
  5843. and can FTP ITS-binary files:
  5844. PHONE.LBR.1            COM     22272  174 =  AEH  7D05H
  5845.  
  5846. --Keith
  5847. 30-Aug-84 11:30:39-MDT,1092;000000000000
  5848. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5849. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 11:30:34-MDT
  5850. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  30 Aug 84 12:52 EDT
  5851. Date: 30 Aug 1984  10:55 MDT (Thu)
  5852. Message-ID: <WANCHO.12043604491.BABYL@SIMTEL20>
  5853. From: "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  5854. To:   Manny Crivello <crivello@Bbnccc.ARPA>
  5855. Cc:   INFO-CPM@Amsaa.ARPA
  5856. Subject: P.D. new list needed
  5857. In-reply-to: Msg of 30 Aug 1984  07:48-MDT from Manny Crivello <crivello at BBNCCC.ARPA>
  5858.  
  5859. Manny,
  5860.  
  5861. Here they are: (all of them)
  5862.  
  5863. Filename            Type     Bytes     Sectors     CRC
  5864.  
  5865. Directory MICRO:<CPM>
  5866. CPM.CRCLST.81            ASCII    107540  841 = 349H  7D69H
  5867.  
  5868. Directory MICRO:<CPM.ZCPR2>
  5869. ZCPR2.CRCLST.1            ASCII      5225   41 =  29H  9192H
  5870.  
  5871. Directory MICRO:<CPMUG>
  5872. CPMUG.CRCLST.40429        ASCII     93455  731 = 2DBH  F749H
  5873.  
  5874. Directory MICRO:<PC-BLUE>
  5875. PC-BLUE.CRCLST.40429        ASCII     41066  321 = 141H  7797H
  5876.  
  5877. Directory MICRO:<SIGM>
  5878. SIGM.CRCLST.40715        ASCII    208173 1627 = 65BH  EFA5H
  5879.  
  5880. Directory MICRO:<UNIX>
  5881. UNIX.CRCLST.40513        ASCII     28951  227 =  E3H  EAC8H
  5882.  
  5883. --Frank
  5884. 30-Aug-84 12:22:06-MDT,843;000000000000
  5885. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5886. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 12:22:01-MDT
  5887. Received: From usc-ecl.arpa.ARPA by AMSAA via smtp;  30 Aug 84 13:34 EDT
  5888. Date: Thu 30 Aug 84 10:34:01-PDT
  5889. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  5890. Subject: Siemens FDD100-8 problem
  5891. To: info-cpm@AMSAA.ARPA
  5892. Postal-address: Beckman Instruments, Inc.
  5893. Postal-address: 2500 Harbor X-11, Fullerton, CA 92634
  5894. Phone: (714)961-3393
  5895.  
  5896. One of my 8" drives is a surplus SIEMENS and gives me
  5897. trouble intermittently.  After I use it for a while,
  5898. it acts as though it cannot find the correct track and
  5899. seeks forever between track 1 and the track it is looking for.
  5900.  
  5901. I seem to remember seeing an old message that this was a common
  5902. occurence with these drives.
  5903.  
  5904. Does anyone know what to do to fix it?
  5905.  
  5906. Ted.
  5907.  
  5908.  
  5909. -------
  5910. 30-Aug-84 13:52:11-MDT,1749;000000000000
  5911. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5912. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 13:52:03-MDT
  5913. Received: From brl.arpa.ARPA by AMSAA via smtp;  30 Aug 84 15:06 EDT
  5914. Received: from jpl-vlsi.arpa by BRL-AOS.ARPA id a002540; 30 Aug 84 15:03 EDT
  5915. Date: 30 Aug 1984 0834 PDT
  5916. From: John McCluskey <MCCLUSKEY@JPL-VLSI.ARPA>
  5917. Subject: Must sell to raise money for IBM-PC (gasp)!
  5918. To: info-cpm@brl.ARPA
  5919. Reply-To: MCCLUSKEY@JPL-VLSI.ARPA
  5920.  
  5921. <gobble>
  5922.  
  5923. For Sale to a good Home.   $475 ?
  5924.  
  5925.  Big Board II,    Z80 single board computer.
  5926.  
  5927.  Featuring:
  5928.  
  5929.       A Z-80B CPU running at 4 Mhz (can be boosted to 5 or 6 MHz).
  5930.       SASI Hard Disk Interface with BIOS Source for a hard disk.
  5931.       STD Bus port for expansion.
  5932.       1793  Single/Double Density Floppy controller for 8" or 5" disks.
  5933.       Z-80B DART twin RS-232 ports.
  5934.       Z-80 DMA for lightning fast disk transfers.
  5935.       Parallel keyboard input.
  5936.       Two 8 bit output ports, two 8 bit input ports for user I/O.
  5937.       Two Z-80B CTC's for baud rate generation and general timer use.
  5938.       24 X 80 Video Generator with 7 X 9 pixel Characters emulating an ADM-31.
  5939.       64 Kbytes of dynamic RAM.
  5940.       6 sockets for 2732 EPROMS (Monitor EPROM included).
  5941.       Built in EPROM Programmer for 2716's and 2732's, with software!
  5942.  
  5943.     Including:
  5944.  
  5945.       Schematics, theory of operation, and monitor EPROM documentation.
  5946.       Monitor EPROM & BIOS Source code on 8" single density floppy.
  5947.       Games and EPROM programming software on 8" single density floppy.
  5948.  
  5949. This board with an 8 inch single sided double density disk drive (about $100),
  5950. makes a very nice CPM 2.2 system. Using 1K sectors, an 8" floppy will hold
  5951. 720 Kbytes per side (flippy disk).
  5952.  
  5953. ------
  5954. 30-Aug-84 23:09:45-MDT,1234;000000000000
  5955. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5956. Received: from AMSAA by SIMTEL20.ARPA with TCP; Thu 30 Aug 84 23:09:37-MDT
  5957. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  31 Aug 84 0:36 EDT
  5958. Date: Thursday, 30 August 1984  09:40-MDT
  5959. Message-ID: <KPETERSEN.12043732828.BABYL@SIMTEL20>
  5960. Sender: prindle@Nadc.ARPA
  5961. From: prindle@Nadc.ARPA
  5962. To: info-micro@Brl.ARPA, kpetersen@Simtel20.ARPA
  5963. Subject:   Christensen MODEM program for Commodore-64
  5964. ReSent-From: KPETERSEN@Simtel20.ARPA
  5965. ReSent-To: Info-Cpm@Amsaa.ARPA
  5966. ReSent-Date: Thu 30 Aug 1984 22:40-MDT
  5967.  
  5968. Unfortunately, Commodore BASIC programs, of which this one is no
  5969. exception, utilize control characters, both normal ascii ones and ones
  5970. with the high order bit set (ie. chr$(x) where x>127), and are thus
  5971. not amenable to storage and transfer as normal ascii files.  All of
  5972. the cursor positioning characters and reverse field characters are
  5973. missing from MICRO:<CPM.COMMODORE>XMODEM64.BAS.  Commodore BASIC
  5974. programs must be treated (especially by XMODEM programs themselves) as
  5975. "binary", not text, and are best transmitted as hex files.  Of course,
  5976. it is possible to write a C64 program which uses only the normal ascii
  5977. subset, but I haven't seen one (nontrivial) yet!
  5978. 31-Aug-84 03:15:10-MDT,816;000000000000
  5979. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5980. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 03:15:06-MDT
  5981. Received: From brl.arpa.ARPA by AMSAA via smtp;  31 Aug 84 4:53 EDT
  5982. Received: from sri-unix.arpa by BRL-AOS.ARPA id a000824; 31 Aug 84 4:54 EDT
  5983. Received: from Usenet.uucp by Sri-Unix.uucp with rs232; 31 Aug 84 1:45-PDT
  5984. Date: 29 Aug 84 7:59:51-PDT (Wed)
  5985. To: info-cpm@BRL.ARPA
  5986. From: decvax!wivax!bazelman@UCB-VAX.ARPA
  5987. Subject: Anyone have SMALLC Version 2.1 running under UNIX?
  5988. Article-I.D.: wivax.19833
  5989.  
  5990.  
  5991. I plan to port the smallc compiler to my non-standard 6502 operating system so
  5992. that I can write my own C compiler in C.  Does anyone have a copy of Hendrix's
  5993. latest version of smallc (V2.1 I think) running under UNIX?   Thanks
  5994.  
  5995.                             Rudy Bazelman
  5996.                             Wang Institute/Labs
  5997. 31-Aug-84 07:37:40-MDT,3502;000000000000
  5998. Return-Path: <info-cpm-request@AMSAA.ARPA>
  5999. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 07:37:29-MDT
  6000. Received: From brl.arpa.ARPA by AMSAA via smtp;  31 Aug 84 9:08 EDT
  6001. Received: from simtel20.arpa by BRL-AOS.ARPA id a002245; 31 Aug 84 9:04 EDT
  6002. Date: 31 Aug 1984  07:04 MDT (Fri)
  6003. Message-ID: <RCONN.12043824600.BABYL@SIMTEL20>
  6004. From: Richard Conn <RCONN@simtel20.ARPA>
  6005. To:   Mike Niswonger <CNISWONGER@simtel20.ARPA>
  6006. Cc:   info-cpm@brl.ARPA, rconn@simtel20.ARPA
  6007. Subject: Little Board
  6008. In-reply-to: Msg of 30 Aug 1984  20:39-MDT from Mike Niswonger <CNISWONGER at SIMTEL20.ARPA>
  6009.  
  6010. Mike,
  6011.  
  6012.     I use the Ampro Little Board within an Ampro Bookshelf
  6013. Computer.  This computer consists of the little board, two 790K 5 1/4"
  6014. minifloppies, powersupply, and case and connectors.
  6015.  
  6016.     I have found the little board to be exceptionally reliable.
  6017. It has never glitched or provided any problems.  Physically, it is
  6018. quite small -- small enough to fit on the back of a 5 1/4" minifloppy
  6019. drive.  It includes a Z80 micro running at 4MHz, 64K RAM (dynamic, 8
  6020. bits), one Z80-DART (provides two serial ports, RS-232C, with the
  6021. normal complement of handshaking - DTR, CTS, etc - and one port can go
  6022. up to 38,400 baud while the other goes up to 9600 baud), one parallel
  6023. I/O port (bidirectional), one Z80-CTC counter-timer chip (only one
  6024. channel out of the four is free for general use - the other three are
  6025. used for clocking the DART and the disk controller), and one 179x
  6026. (1793, I think) floppy disk controller chip.
  6027.  
  6028.     The disks are quite fast.  I will be running some metrics on
  6029. them soon, but as a rough estimate I would say they rival my 8" DSSD
  6030. disks in speed.  The unit I use has two 96 TPI drives, giving 790K
  6031. storage per disk, and it can read and write several different 96 TPI
  6032. formats.  There is also a program which enables it to read (but not
  6033. write) 48 TPI - I understand that writing 48 TPI on a 96 TPI drive is
  6034. not physically possible.  There is an outgoing connector which can be
  6035. used to tag on two more drives (either 96 or 48 TPI, so you can obtain
  6036. 48 TPI compatability), and I have heard that Ampro now has a
  6037. Winchester (10M) running off the external disk connector.  If you have
  6038. 48 TPI compatability, there are about 20 different disk formats you
  6039. can read or write, such as Heath, IBM-PC (CPM-86), etc.  All must be
  6040. CP/M compatable.
  6041.  
  6042.     In the way of software, a scaled-down ZCPR3 comes with it.
  6043. Running on this is FRIENDLY (a VFILER/MENU/other utility), T/MAKER
  6044. III, and a number of machine-specific programs for configuring the
  6045. Ampro under software control.  Some PD software, like MDM740 and
  6046. source to the proper overlay, is also included (MDM740 is already
  6047. installed).  Echelon will sell you the standard ZCPR3 package, fully
  6048. installed for the Ampro, for $39.  The version of the Ampro Bookshelf
  6049. I have been describing (with two 790K minifloppies) runs for $1500.
  6050.  
  6051.     My main use for the Ampro is as a slave off of my main system.
  6052. I can redirect I/O so that the Ampro can record screen displays for me
  6053. with no overhead on the main system, and I am in the process of adding
  6054. a printer spooler and background batch processor to the Ampro.  I
  6055. occasionally use the Ampro in stand-alone mode, like for talks
  6056. (because it is very portable), but most of the time it is a slave.  At
  6057. 790K, it offers a lot of spooling space and recording space.  Some day
  6058. I plan to experiment with distributed systems using the Ampro and my
  6059. main machine.
  6060.  
  6061.         Rick
  6062. 31-Aug-84 08:13:02-MDT,925;000000000000
  6063. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6064. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 08:12:54-MDT
  6065. Received: From brl-tgr.arpa.ARPA by AMSAA via smtp;  31 Aug 84 9:26 EDT
  6066. Date:     Fri, 31 Aug 84 9:27:09 EDT
  6067. From:     Brint <abc@BRL-TGR.ARPA>
  6068. To:       info-cpm@BRL-TGR.ARPA
  6069. Subject:  I/O Calls in 2.2
  6070.  
  6071. (The following was also sent to net.micro.cpm on Usenet.  My apologies if
  6072. you see it twice.)
  6073.  
  6074. <>
  6075. I am running CP/M 2.2 on a TRS-80 with the OKIDATA modification (so that
  6076. "vanilla" CP/M code will execute unmodified).  At present I'm trying to
  6077. bring up a small-C compiler and it needs primitives for getchar() and
  6078. putchar().  Surely someone has solved this already.  What's the easiest
  6079. way to do this -- calls to the BIOS? -- to BDOS?  -- custom code? 
  6080. All solutions will be appreciated.  As usual, sufficient interest will
  6081. produce a summary to net.micro.cpm
  6082.  
  6083. Brint
  6084.  
  6085. <abc@brl.arpa>
  6086. 31-Aug-84 08:43:17-MDT,1083;000000000000
  6087. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6088. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 08:43:10-MDT
  6089. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  31 Aug 84 10:02 EDT
  6090. Date: 31 Aug 1984  08:05 MDT (Fri)
  6091. Message-ID: <KPETERSEN.12043835764.BABYL@SIMTEL20>
  6092. Sender: KPETERSEN@Simtel20.ARPA
  6093. From: Keith Petersen <W8SDZ@Simtel20.ARPA>
  6094. To:   Info-Cpm@Amsaa.ARPA
  6095. Subject: List of all known MDM7 overlays updated
  6096.  
  6097. The list of all known MDM7 modem program user overlays has recently
  6098. been updated and is now available on SIMTEL20 as:
  6099.  
  6100. Filename            Type     Bytes     Sectors     CRC
  6101.  
  6102. Directory MICRO:<CPM.MODEM7>
  6103. M7OVL-21.LST.1            ASCII      5602   44 =  2CH  4B7EH
  6104.  
  6105. Please note that this is NOT a list of the files we have available
  6106. here at SIMTEL20.  We have some of them.  If you need one that is
  6107. listed in this file but not available from SIMTEL20, call one of the
  6108. RCPM systems listed at the end of the file.  If you find it necessary
  6109. to do this, please upload the new overlay to your host and send a note
  6110. to me advising how to get it with FTP.
  6111. --Keith
  6112. 31-Aug-84 12:25:11-MDT,837;000000000000
  6113. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6114. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 12:25:07-MDT
  6115. Received: From cmu-cs-c.arpa.ARPA by AMSAA via smtp;  31 Aug 84 13:57 EDT
  6116. Received: ID <SAILER@CMU-CS-C.ARPA>; Fri 31 Aug 84 14:00:28-EDT
  6117. Date: Fri 31 Aug 84 14:00:27-EDT
  6118. From: Lee.Sailer@CMU-CS-C.ARPA
  6119. Subject: modem program for rainbow
  6120. To: info-cpm@AMSAA.ARPA
  6121.  
  6122. 29-Aug-84 08:20:38-EDT,398;000000000001
  6123.  
  6124. I have a PD modem program for the Rainbow.  It is called 
  6125. modem712, came from an RCPM in Pikesvi;;e 
  6126. Maryland, and i cannot promise it works very well.  the first version i got
  6127. was very buggy.  this one says it is feeling better.
  6128.  
  6129. i am a novice here--i am not sure how to send info directly to
  6130. hplabs!hao!seismo!cmcl2!lanl-a (is that the address?).  somebody please
  6131. advise me...
  6132. -------
  6133. -------
  6134. 31-Aug-84 12:56:43-MDT,1000;000000000000
  6135. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6136. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 12:56:37-MDT
  6137. Received: From cmu-cs-c.arpa.ARPA by AMSAA via smtp;  31 Aug 84 14:14 EDT
  6138. Received: ID <SAILER@CMU-CS-C.ARPA>; Fri 31 Aug 84 14:16:40-EDT
  6139. Date: Fri 31 Aug 84 14:16:39-EDT
  6140. From: Lee.Sailer@CMU-CS-C.ARPA
  6141. Subject: osborne vs. emacs
  6142. To: info-cpm@AMSAA.ARPA
  6143.  
  6144.  
  6145. ...which brings me to my own problems.
  6146.  
  6147. Has anyone got a terminal emulator for an Osborne the is compatible with
  6148. EMACS @CMU (or anywhere else, i guess).  i have several PD programs, and they
  6149. seem to pass control chars and escape sequences
  6150. through alright.  But there is no TERMINAL TELEVIDEO920 type here (i think
  6151. that is what the O tries to be).  I have tried tv912, and others, but with no luck.
  6152.  
  6153. (oh yeah, its TOPS-20)
  6154.  
  6155. What might be the worst problem is that the <delete>, ascii 127, appears on the
  6156. screen as a blot.
  6157.  
  6158. Anyway, i have all the relevant codes handy for anyone who might
  6159. help.
  6160. -------
  6161. 31-Aug-84 22:56:28-MDT,709;000000000000
  6162. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6163. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 22:56:24-MDT
  6164. Received: From brl.arpa.ARPA by AMSAA via smtp;  1 Sep 84 0:27 EDT
  6165. Received: from bbna.arpa by BRL-AOS.ARPA id a007553; 1 Sep 84 0:31 EDT
  6166. Date: 1 Sep 1984 00:30-EDT
  6167. Sender: WAGREICH@bbna.ARPA
  6168. Subject: Request books
  6169. From: WAGREICH@bbna.ARPA
  6170. To: info-micro@brl.ARPA, info-cpm@brl.ARPA
  6171. Message-ID: <[BBNA] 1-Sep-84 00:30:33.WAGREICH>
  6172.  
  6173.  
  6174. Are there any books on the following topics?
  6175.  
  6176.     * MS-DOS internals (not user'a manuals)
  6177.  
  6178.     * 80126 assembly language
  6179.  
  6180. If  you  send  names  of books, please give authors, and whenever
  6181. known, publishers and their locations.
  6182.  
  6183. Thanks.
  6184. 31-Aug-84 23:45:24-MDT,2550;000000000000
  6185. Return-Path: <info-cpm-request@AMSAA.ARPA>
  6186. Received: from AMSAA by SIMTEL20.ARPA with TCP; Fri 31 Aug 84 23:45:15-MDT
  6187. Received: From simtel20.arpa.ARPA by AMSAA via smtp;  1 Sep 84 1:21 EDT
  6188. Date: 31 Aug 1984  23:24 MDT (Fri)
  6189. Message-ID: <WANCHO.12044002944.BABYL@SIMTEL20>
  6190. From: "Frank J. Wancho" <WANCHO@Simtel20.ARPA>
  6191. To:   INFO-CPM@Amsaa.ARPA
  6192. Subject: PLOT33 Package available
  6193.  
  6194. PLOT33 has been contributed to the public domain collection on
  6195. SIMTEL20 by Thomas E. Speer at AFIT.  This system will do high
  6196. resolution graphics on a variety of dot matrix printers, and is being
  6197. used at the Air Force Institute of Technology for purposes ranging
  6198. from data plotting to VLSI design check points.
  6199.  
  6200. The package consists of the user's guide documentation for the entire
  6201. system, the assembly language source for the dot matrix driver, Turbo
  6202. Pascal, FORTRAN-80, and MBASIC plot packages, and sample programs.  A
  6203. C library is being debugged.
  6204.  
  6205. Printers supported include the Epson MX-80 etc., CItoh Prowriter,
  6206. Okidata 92, NEC, Gemini-10, Apple Dot Matrix, and IDS printers.
  6207.  
  6208. PLOT33 lets you treat your printer as if it were a plotter capable of
  6209. true vector graphics.  Your application program "plots" by writing
  6210. simple plot commands to a disk file.  This file is the key to the
  6211. whole system because it makes the application program independent of
  6212. the plotting device and vice versa.  It also makes it possible to plot
  6213. pictures that were created on different computers, or to plot the same
  6214. picture on different types of hardware, such as CRTs and printers.
  6215.  
  6216. Future drivers are being planned for creating and interpreting the
  6217. vector command file on mainframe computers using CALCOMP or Tektronix
  6218. plotters and terminals.
  6219.  
  6220.  
  6221. Here's the standard CRC list of the files available on SIMTEL20:
  6222.  
  6223. Filename            Type     Bytes     Sectors     CRC
  6224.  
  6225. Directory MICRO:<CPM.PLOT33>
  6226. FILLS.BAS.1            ASCII       723    6 =   6H  8558H
  6227. GRAF.F.1            ASCII     43047  337 = 151H  379EH
  6228. GRAF.FQ.1            COM     23552  184 =  B8H  F997H
  6229. GRAF1.PAS.1            ASCII     16863  132 =  84H  779BH
  6230. GRAF2.PAS.1            ASCII     18855  148 =  94H  B0FFH
  6231. GRAPH.BAS.1            ASCII      9028   71 =  47H  9066H
  6232. HANDPLOT.BAS.1            ASCII     22477  176 =  B0H  93B2H
  6233. PLOT33.AQM.1            COM     44416  347 = 15BH  FC55H
  6234. PLOT33.ASM.1            ASCII     74560  583 = 247H  F92DH
  6235. PLOT33.DOC.1            ASCII     74617  583 = 247H  9E0FH
  6236. PLOT33.DQC.1            COM     38400  300 = 12CH  3C2DH
  6237. TEST.BAS.1            ASCII      1451   12 =   CH  9AA4H
  6238. TEST.PAS.1            ASCII      2338   19 =  13H  41CDH
  6239. UPLOAD.BAS.1            ASCII     10135   80 =  50H  811DH
  6240.  
  6241. --Frank
  6242.