home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / text / cpm-p3.arc / CPM-128.08 next >
Encoding:
Text File  |  1991-04-12  |  46.8 KB  |  1,320 lines

  1.  
  2. Msg Base: #5 - CP/M and C128
  3.   Msg No: 309.  2-04-90 18:23.17  (NO KILL)  (RECV'D)
  4.     From: Chris Schmidt
  5.       To: Ray Whidden
  6.  Subject: MEETING.
  7. ALSO SEE: 273, 328.
  8.  
  9. Ok, will do. I fixed a couple more errors in that dialer, but it seems
  10. that every time I fix one, another one pops up.  So I have been looking at 
  11. doing the same thing using arrays.  I don't know very much about them but
  12. I will give them  a try after I get this one working. The good thing about 
  13. the one now is that there is virtually no limit to the number of names and 
  14. numner you can have.
  15. I got my Geos 128 V2.0 last week!!  I installed it just today and have
  16. found out that I am going to have to order the Maverick upgrade so I can
  17. make a 1581 boot disk for it.  No problems there... it is only $9.95 U.S.
  18. + $4 for shipping and handling.
  19. I decided to disapear up north for a while, (the vacation I missed when I
  20. spent my entire summer at work!!) since I had no exams.
  21. Well see you at the meeting.  I hope to be able to get this dialer running 
  22. soon.  I want to have it put in the TPUG library if it is wanted and there 
  23. is this users group down in California that supports the 128, the 128, the 
  24. 128 and the 128 in native mode, in native mode, and in native mode!!
  25. I am going to start a file swapping thing through the mail with them. 
  26. They send me a disk of their stuff, and I send them a disk of our stuff. 
  27. I am working on a list of 128 files currently to send them and I will be
  28. getting one from them as well.
  29. TTYL!!
  30.  
  31.  
  32. Msg Base: #5 - CP/M and C128
  33.   Msg No: 310.  2-04-90 22:53.39  (NO KILL)  (RECV'D)
  34.     From: Gerry Moss
  35.       To: John Milligan
  36.  Subject: D128 SCRIPTS
  37. ALSO SEE: 299, 311, 313, 321.
  38.  
  39. John, can you upload a copy of your script, for me to try on my machine?
  40. That will, at the very least, eliminate one variable.
  41.  
  42.                          Regards, Gerry
  43.  
  44.  
  45. Msg Base: #5 - CP/M and C128
  46.   Msg No: 312.  2-05-90 11:19.17  (RECV'D)
  47.     From: Michael Martin
  48.       To: Brian Repic
  49.  Subject: 1581 INFO
  50. ALSO SEE: 289, 316, 350.
  51.  
  52. Glad I was able to tell you something you were not aware of. I have had no 
  53. problems running any software off a 1581 drive with the following
  54. exceptions. Any program that uses speed up disk routines and expects a
  55. 1541. Any program which gets info from specific tracks and sectors. Any
  56. program which accesses the directory by means other than straight DOS
  57. commands such as Load, Save etc. 
  58.    
  59. If your programs use regular file commands and doesn't concern itself with 
  60. directory headers and so on you will have no problems with a 1581. I use
  61. it with Basic8, Geos, Paperclip3, Dialouge 128, and everything else I can
  62. find that it will work with.
  63.  
  64.  
  65. Msg Base: #5 - CP/M and C128
  66.   Msg No: 313.  2-07-90 20:15.14  (NO KILL)  (RECV'D)
  67.     From: John Milligan
  68.       To: Gerry Moss
  69.  Subject: D128 SCRIPTS
  70. ALSO SEE: 310, 317, 322.
  71.  
  72. Gerry, 
  73.     
  74.     Here is my logon script for Learning Experience
  75.   
  76. l
  77. w "[y/n]"
  78. e "n"
  79. w "name:"
  80. t "John;Milligan;y"
  81. w "Password:"
  82. t "xxxxxx"
  83. w "ore?"
  84. t "n"
  85. w "continue: "
  86. t ""
  87. w "number: "
  88. t "q"
  89. #9
  90. e
  91.  
  92.       This does not get to first base! I get the message "Exec completed"
  93. almost immediately
  94.   
  95.                                        John
  96.  
  97.  
  98. Msg Base: #5 - CP/M and C128
  99.   Msg No: 314.  2-07-90 20:22.51  (NO KILL)  (RECV'D)
  100.     From: John Milligan
  101.       To: Gerry Moss
  102.  Subject: SCRIPT
  103.  
  104. Gerry, 
  105.      
  106.          I just logged off and on again to double check where it does hang 
  107. up........ and it is at the point where the prompt asks about ANSI
  108. graphics - then the message comes "Exec complete"
  109.        
  110.          It is probably some simple, silly little thing that is wrong.
  111.     
  112.                                       John
  113.  
  114.  
  115. Msg Base: #5 - CP/M and C128
  116.   Msg No: 315.  2-09-90 13:42.59  (NO KILL)  (RECV'D)
  117.     From: Eugene Gibas
  118.       To: Ray Whidden
  119.  Subject: YOUR 1571 TIP?
  120. ALSO SEE: 307.
  121.  
  122. Done, and thanks again!
  123.  
  124.  
  125. Msg Base: #5 - CP/M and C128
  126.   Msg No: 316.  2-09-90 13:46.01  (NO KILL)  (RECV'D)
  127.     From: Eugene Gibas
  128.       To: Michael Martin
  129.  Subject: 1581 INFO
  130. ALSO SEE: 312, 334.
  131.  
  132. I have all kinds of funny (wrong word!) problems with the '81 when trying
  133. to use  CS-DOS with it in the system.
  134. For example, if I de-arc from it, all I get is a line of 40 uppercase G's. 
  135. And that's it, after that I get other messages saying "DRIVE NOT READY",
  136. or somesuch.
  137. Anybody, care to ADD to my experiences?
  138.  
  139.  
  140. Msg Base: #5 - CP/M and C128
  141.   Msg No: 317.  2-09-90 13:50.43  (NO KILL)  (RECV'D)
  142.     From: Eugene Gibas
  143.       To: John Milligan
  144.  Subject: D128 SCRIPTS
  145. ALSO SEE: 313, 318, 320.
  146.  
  147. Shouldn't that THIRD line read:
  148.  
  149. t"n"
  150.  
  151. (hope you don't mind me buttin' in)
  152.  
  153.  
  154. Msg Base: #5 - CP/M and C128
  155.   Msg No: 318.  2-09-90 21:13.32  (NO KILL)  (RECV'D)
  156.     From: John Milligan
  157.       To: Eugene Gibas
  158.  Subject: D128 SCRIPTS
  159. ALSO SEE: 317, 325.
  160.  
  161. Eugene,
  162.       
  163.        Yup. Sounds right. I knew it would be something simple (and stupid)
  164.    
  165.        I will try it again - it should work now!
  166.    
  167.        Re: the CSDOS problems, I have no idea what the trouble is, but I
  168. know that I have not had any problem using the 1581. Those G's are what you
  169. get when you read a directory that's not present, and the error messages
  170. would seem to confirm that. I assume that if you do a dir c: (or whatever
  171. drive you are dealing with) it works ok.  
  172.        
  173.                                         John
  174.  
  175.  
  176. Msg Base: #5 - CP/M and C128
  177.   Msg No: 320.  2-09-90 23:45.20  (NO KILL)  (RECV'D)
  178.     From: John Milligan
  179.       To: Eugene Gibas
  180.  Subject: D128 SCRIPTS
  181. ALSO SEE: 317, 326.
  182.  
  183. Eugene,
  184.     
  185.          I called back to try the change in script. I made a couple of
  186. other mods (separating first/last names) and now all is well.
  187.      
  188.          Thanks for the keen eye!
  189.      
  190.                         John
  191.  
  192.  
  193. Msg Base: #5 - CP/M and C128
  194.   Msg No: 324.  2-11-90 24:37.20  (NO KILL)
  195.     From: Doug Purdy
  196.       To: John Millgan
  197.  Subject: NETMAIL
  198.  
  199. You now have netmail credits, enjoy.
  200.  
  201. Let me know if you have any trouble. 
  202.  
  203. Howie is at net/node 008/006 Howard Herman
  204.  
  205. Doug
  206.  
  207.  
  208. Msg Base: #5 - CP/M and C128
  209.   Msg No: 325.  2-11-90  8:25.02  (NO KILL)  (RECV'D)
  210.     From: Eugene Gibas
  211.       To: John Milligan
  212.  Subject: D128 SCRIPTS
  213. ALSO SEE: 318, 327.
  214.  
  215. Oops, the subject should be 'the 1581 saga'.
  216. Anyway, YES, the DIR command still works properly. MOVE and the ARC
  217. commands all fail. Maybe I should try the whole catalog of DOS commands
  218. and see if the pattern points to CS-DOS itself. Chris Smeets was saying he 
  219. had a revision to come round about Dec.89 but no one has heard anymore
  220. about it (except that he "smoked" his IBM, on which he does development!).
  221. Will keep you informed, if you're keen still.
  222.  
  223.  
  224. Msg Base: #5 - CP/M and C128
  225.   Msg No: 326.  2-11-90  8:30.39  (NO KILL)  (RECV'D)
  226.     From: Eugene Gibas
  227.       To: John Milligan
  228.  Subject: PROGRAMMERS "BLOCK"
  229. ALSO SEE: 320.
  230.  
  231. That's what I cal what you just experienced with that script.
  232. Once your mind has fixed itself that the code is RIGHT, it is HELL getting 
  233. it to work again at the primitive program level. Maybe it's more like
  234. misdirection: you're looking for something BIG so your mind filters out
  235. the SMALL.
  236. I've experienced this at work with my own and other people programming. Of 
  237. course, when you sit down and start explaining it to somebody, the problem 
  238. code sticks out like a sore thumb and everybody wonders how you could be
  239. so dumb. At least til they recall how they've done the same.
  240. This is the long way of saying I glad it worked for you. TTYL
  241.  
  242.  
  243. Msg Base: #5 - CP/M and C128
  244.   Msg No: 327.  2-11-90 23:07.56  (NO KILL)  (RECV'D)
  245.     From: John Milligan
  246.       To: Eugene Gibas
  247.  Subject: ARC 1581
  248. ALSO SEE: 325, 335.
  249.  
  250. Hi Eugene,
  251.    
  252.        Well , I don't know what the problem could be. Are you deARCing
  253. from one drive to another, or to the same drive? Are you putting in the  
  254. right drive letters? Even if they default, it doesn't hurt to put them in
  255. anyway eg.
  256.                   arc/xc c:arcfile
  257.  
  258.       (assuming drive C: for source/destination)
  259.   
  260.       I'll have another look at mine and see if I can come up with any
  261. clues.
  262.       
  263.                                           John
  264.  
  265.  
  266. Msg Base: #5 - CP/M and C128
  267.   Msg No: 331.  2-13-90 22:43.08  (NO KILL)  (RECV'D)
  268.     From: John Milligan
  269.       To: Ray Whidden
  270.  Subject: TPUG DEMO
  271. ALSO SEE: 330.
  272.  
  273. Ray, 
  274.       Sure, I can do a dBII demo, though I think probably the next meeting 
  275. might be too soon for me to another presentation. I wouldn't want to wear
  276. out my welcome.
  277.      
  278.       Some of that dBase stuff on CRS is pretty tired, btw, a lot of it is 
  279. fairly old - I have written a few applications myself that work better and 
  280. faster. 
  281.                                            John
  282.  
  283.  
  284. Msg Base: #5 - CP/M and C128
  285.   Msg No: 332.  2-15-90 16:41.13  (NO KILL)  (RECV'D)
  286.     From: Chris Schmidt
  287.       To: Ray Whidden
  288.  Subject: UP NORTH
  289. ALSO SEE: 328.
  290.  
  291. Well I was about 50 miles south of North Bay, not that far up north, but
  292. there was enough snow to do some decent skiing!!
  293.  
  294.  
  295. Msg Base: #5 - CP/M and C128
  296.   Msg No: 333.  2-15-90 21:29.29  (NO KILL)  (RECV'D)
  297.     From: Doug Purdy
  298.       To: John Milligan
  299.  Subject: #1571 SPEED IN CP/M
  300. ALSO SEE: 304.
  301.  
  302. Doug,                                                                    
  303.                                                                          
  304. Please post following, on "CP/M and C128", replying to Msg No 304:       
  305.                                                                          
  306. ----- cut here -----                                                     
  307. John,                                                                    
  308.                                                                          
  309. Everything that I tried from the_original_disk of FasTrac128 works fine. 
  310.                                                                          
  311. The  prob  is  with  the  duplicate  working  disk.   Fastrac is not copy
  312. protected,  and  making a duplicate for everday use, either with Fastrac,
  313. or  any  disk copier results in a disk that will let you boot and run all
  314. its  modules,  but  not return to its main menu for another selection, or
  315. you can boot its menu, but cannot run any of its modules, then.          
  316.                                                                          
  317. When I called about this, I was told that I probably have a bad disk, and
  318. to  return it for another. I did that about a month ago, so it looks like
  319. they may be writing some modifications to it.  It is just taking too long
  320. to just mail out another disk to me.                                     
  321.                                                                          
  322. I  have  been  using the individual modules which work well, and the disk
  323. copiers are fast.  [It is not intended for copy protected stuff.] A #1581
  324. takes about 2 minutes.                                                   
  325.                                                                          
  326. I  just  had  my first Commodore equipment failure, since starting out in
  327. '85.   A  #1581 went belly up.  Before it died, (not sure if it is really
  328. dead  yet,  but  should know soon), it managed to corrupt a data base. My
  329. first  hints  of  this were when the Fastrac disk copier told me that the
  330. source  disk  (being backed-up) had errors.  It nevertheless proceeded to
  331. make an exact copy of the bad disk.                                      
  332.                                                                          
  333. I  then  tried  Commodore's #1581 disk copier (the one that came with the
  334. C128 DevPak).  This normally makes a copy in about 5 minutes. It made the
  335. copy, but then went back to the bad original disk, and started to work on
  336. that.  After  20  minutes of this, I just went out, and left it to do its
  337. stuff.   Later, when I got back it had completed whatever it tried to do.
  338. However,  that  data  base  was still corrupted. Something in its routine
  339. must have been trying to fix up the disk.  No screen messages, however.  
  340.                                                                          
  341. Howie                                                                    
  342.                                                                          
  343. P.S.  Oh, it also includes an MFM copier for the #1571. I tried copying a
  344. Commodore  CP/M  disk,  but  it  got hopelessly upset.  Oh, gosh!  I just
  345. realized,  Commodore's  CP/M  disks aren't MFM - Egads, do I feel stupid.
  346. I'll give that another try.                                              
  347. ----- cut here -----                                                     
  348.  
  349. .ORIGIN: 008/006 - The WALL-2   Queens,NY   (718) 335-8784   Frank Sullivan 
  350.                  Bagged on 02/08/90
  351.  
  352.  
  353. Msg Base: #5 - CP/M and C128
  354.   Msg No: 334.  2-16-90  9:14.09  (RECV'D)
  355.     From: Michael Martin
  356.       To: Eugene Gibas
  357.  Subject: 1581 AND ARC
  358. ALSO SEE: 316, 336, 338.
  359.  
  360. I do not have CS-DOS but I do use 1581's to disolve SDA files all the
  361. time. I have never had a problem that I have noticed. At least not
  362. consistantly. What exactly does CS-DOS do? I know it is like a 128 arc
  363. program but what else is it capable of. I have Jiffy-Dos and have been
  364. wondering if it would be worth while to get CS-DOS.
  365.       
  366.                        Michael
  367.  
  368.  
  369. Msg Base: #5 - CP/M and C128
  370.   Msg No: 335.  2-16-90 10:45.09  (NO KILL)  (RECV'D)
  371.     From: Eugene Gibas
  372.       To: John Milligan
  373.  Subject: ARC 1581
  374. ALSO SEE: 327, 337.
  375.  
  376. Are you sure you need the "C" after the X. I think it should be just
  377. "ARC/X C:name". (I can't find the $%&'n manual right now).
  378. I think the secondary options only come in when you're ARCing the files to 
  379. limit the compression techniques. That's just going by memory though!
  380. If I find it, I'll re-affirm or eat crow in another message soon.
  381.  
  382.  
  383. Msg Base: #5 - CP/M and C128
  384.   Msg No: 336.  2-16-90 10:49.44  (NO KILL)  (RECV'D)
  385.     From: Eugene Gibas
  386.       To: Michael Martin
  387.  Subject: 1581 AND ARC
  388. ALSO SEE: 334.
  389.  
  390. Chris Smeets added a few useful wrinkles to CS-DOS that are especially
  391. useful when you have a REU onboard. It lets you store and access programs
  392. in the REU memory just by typing their names. Great for incorporating the
  393. copiers, assemblers, etc. and booting them up INSTANTLY (almost) when
  394. you're developing or doing routine maintainence (sp?).
  395. Built-in copy, or is it move, commands. He has a unique term package in
  396. his RAMDISK that allows SCRIPT procedures vaguely similar to Dialogue 128
  397. types.
  398. I'll check his DOC files on the disk and see if there's a "promo" or spec
  399. sheet text file. If there is, I don't think he'd mind me uploading it to a 
  400. potential customer.
  401. TTYL
  402.  
  403.  
  404. Msg Base: #5 - CP/M and C128
  405.   Msg No: 337.  2-16-90 12:21.36  (NO KILL)  (RECV'D)
  406.     From: John Milligan
  407.       To: Eugene Gibas
  408.  Subject: ARC 1581
  409. ALSO SEE: 335, 353.
  410.  
  411. Eugene,
  412.       I'm pretty sure that in  ARC/XC A:filename 
  413. the C represents the destination drive, so the above means
  414.   
  415. Extract from the arcfile FILENAME.ARC on drive A: (all the files) to drive 
  416. C:   Omitting the C would default to currently logged drive. Omitting the
  417. A: would also default to the currently logged drive.
  418.  
  419. One other thing, if you typed ARC/XA B:filename
  420.  
  421. (and assuming you have not changed anything with an ASSIGN statement) you
  422. would probably have trouble, since B: defaults to UNIT 8, DRIVE 1, while   
  423. C: is the default letter for UNIT 9 (drive 0)
  424.     
  425.                                        John
  426.  
  427.  
  428. Msg Base: #5 - CP/M and C128
  429.   Msg No: 338.  2-16-90 12:29.11  (NO KILL)  (RECV'D)
  430.     From: John Milligan
  431.       To: Michael Martin
  432.  Subject: 1581 AND ARC
  433. ALSO SEE: 334, 341, 354.
  434.  
  435. Michael,
  436.  
  437.        CS-DOS was the version of ARC for the C128, but it was a lot more
  438. than just ARC128 hence the new name. (CS, by the way, is for Chris Smeets, 
  439. the author of ARC for both the 64 and 128)
  440.  
  441.        I said WAS rather than IS, above, mainly for the reason that CS-DOS 
  442. never did go where Chris had hoped. What is there works pretty well (aside 
  443. from Eugene's troubles) - but it is not what it would have been. The
  444. version that I have, Vers. 1.4 is still dubbed Beta Release - but, to the
  445. best of my knowledge, there has never been another release.
  446.     
  447.        I heard rumours that Chris had given Doug Purdy some additional
  448. stuff, for release to registered users, but Doug had not had a chance to
  449. check it out.
  450.   
  451.        (ARE YOU LISTENING DOUG, HINT HINT HINT!)
  452.  
  453.        All this still does not answer your question, What is CS-DOS? OK,
  454.  
  455.        CS-DOS is a shell program that simulates, to some extent, the
  456. environment associated with MS-DOS or CP/M. Drive letters are used instead 
  457. of numbers. Commands are executed by typing A:name - as opposed to 
  458. run "name"  there are a number of transient commands, such as COPY, TYPE
  459. and the like, and many more could be added. The system supports the REU as 
  460. a (sort of) ram disk, so that these transient commands can be executed
  461. instantly. The system also supports the batch file concept, with
  462. conditional processing. The system also defaults to an 'extended' editor
  463. (in this respect it does things that MS-DOS has never done!) you can load
  464. and edit a basic or text file (change, find etc. included).
  465.        Also included are an assembler, a terminal program  - an
  466. interesting, command line oriented terminal that supports Y-modem (batch,
  467. I think) that can be customized - with user created batch files - and of
  468. course the 128 versions of ARC. Note versions not version, included are
  469. CSARC and CSXARC - which will create, and dissolve MS-DOS archives.
  470.        All in all, CS-DOS is a good working environment. It has not been
  471. updated, however, since (I think) about 1987 - some things COULD be
  472. improved. Not all programs are compatible - the concept of the shell is
  473. that you can run another program and return to the shell, but this is
  474. virtually impossible for a ram based program anyway.
  475.        The asking price for this, was (is?) $30.00. Some people complained 
  476. that it was too much to pay for ARC. Believe me, this is a lot more than
  477. ARC, but nevertheless, I do not NOW use it for much more than de-arcing -
  478. even so, it is a LOT faster than the 64 version of ARC. 
  479.     
  480.    (Which brings up another point, how many people use ARC for the 64? 
  481. How many sent in a contribution? - ask Chris he can probably count them on 
  482. his fingers and toes)
  483.     
  484.          If you want more info, let me know. 
  485.  
  486.                                            John
  487.  
  488.  
  489. Msg Base: #5 - CP/M and C128
  490.   Msg No: 339.  2-17-90 23:26.56  (NO KILL)
  491.     From: Mark Higgins
  492.       To: All
  493.  Subject: COMMODORE EQUIPMENT FOR SALE.
  494.  
  495. I have these items for sale.
  496. :
  497. 1581 3 1/2" disk drive                    $200
  498. 1541 5 1/4" disk drive                    $100
  499. 1526 mps 802 comp. printer                $60
  500. 1351 mouse                                $25
  501. 1530 datassette                           $10
  502. GVC1200 with Omnitronix Interface         $100
  503. SuperSnapshot V3                          $20
  504. Mach 128 cartridge                        $20
  505. Geos128 V2.0                              $30
  506. Pocket Writer 2                           $20
  507. Print Shop with Graphics Library Disk     $20
  508. Data Manager 2                            $20
  509. Game Package: Curse of the Azure Bonds, Speed Buggy, Thunder Chopper,
  510. Middle Earth, Legacy of the Ancients, plus assorted cheap games       $30
  511. :
  512. All prices are more than half off original prices, and are still
  513. negotiable.
  514. All above come with original boxes and manuals.
  515.  
  516.      If you are interested in anything, give me a call at 820-7528.
  517. Be sure and ask for Mark.
  518.  
  519.                                                      Mark H.
  520.  
  521.  
  522. Msg Base: #5 - CP/M and C128
  523.   Msg No: 340.  2-19-90 22:51.34  (NO KILL)  (RECV'D)
  524.     From: Gerry Moss
  525.       To: Ralph Schwarz
  526.  Subject: D128 SCRIPTS
  527. ALSO SEE: 293, 342.
  528.  
  529. Ralph, I've finally got around to commenting some Dialogue 128 scripts and 
  530. have uploaded them to the 128 misc section (#11 I believe) for your
  531. perusal. Let me know how you make out with them. I'd love to see some
  532. feedback from anyone else who want to take a try at improving my modest
  533. efforts. The area of scripts (or macros) is a new area for me as well, and 
  534. I'm learning as I go, trying and fixing things as I discover them. It's
  535. hard to break a computer, as we tend to forget sometimes!!!  Perseverance
  536. pays off when writing scripts!
  537.  
  538.                          Regards, Gerry
  539.  
  540.  
  541. Msg Base: #5 - CP/M and C128
  542.   Msg No: 341.  2-20-90  2:00.24  (NO KILL)  (RECV'D)
  543.     From: Doug Purdy
  544.       To: John Milligan
  545.  Subject: 1581 AND ARC
  546. ALSO SEE: 338.
  547.  
  548. Well, I guess I'd better make some time. Chris just uploaded some more
  549. stuff on Sunday, like more as in LOTS! Trying to make something of it and
  550. report to you all here.
  551.  
  552. One of the *.SFX files unarced like a charm on the 1581 so far - lots of
  553. those seq program files in it. Also have lots of docs to print. I'd say
  554. Chris has been busy.
  555.  
  556. Doug
  557.  
  558.  
  559. Msg Base: #5 - CP/M and C128
  560.   Msg No: 342.  2-20-90 15:20.13  (NO KILL)  (RECV'D)
  561.     From: Ralph Schwarz
  562.       To: Gerry Moss
  563.  Subject: D128 SCRIPTS
  564. ALSO SEE: 340.
  565.  
  566. Hi Gerry!
  567.  
  568.  Thanks very much!  I had faith in you. ;)
  569.  
  570.  I will look them over, try them out, and put them up on PCPN for other
  571. D128 users, who surely would love to see what can be done with them...
  572.  
  573.  I will leave a message, mentioning that you are the author of these, and
  574. that you would appreciate feedback on any of them...
  575.  
  576. TTYL,
  577.  
  578. Ralph M. Schwarz
  579.  
  580.  
  581. Msg Base: #5 - CP/M and C128
  582.   Msg No: 343.  2-20-90 18:16.38  (NO KILL)
  583.     From: Doug Purdy
  584.       To: All
  585.  Subject: CS-DOS
  586.  
  587. Have moved AX.ARC into the C128 misc directory. It lets ms-dos and Amiga
  588. machines look at CBM arcs and text files.  Could be very useful here. This 
  589. is from Chris's uploads in November. Haven't had a chance to digest
  590. Chris's uploads of the weekend. Can't quickly see public stuff anyway.
  591.  
  592. We should figure out how we could share these things with register CS-DOs
  593. users.
  594.  
  595. Doug
  596.  
  597. P.S. Some of this stuff is beta test type stuff. A lot is in the same idea 
  598. as AX.ARC eg use your C128 from your ms-dos keyboard, etc.
  599.  
  600.  
  601. Msg Base: #5 - CP/M and C128
  602.   Msg No: 344.  2-20-90 18:23.48  (NO KILL)
  603.     From: Doug Purdy
  604.       To: All
  605.  Subject: CS-DOS
  606.  
  607. Forgot to tell you, posted two text files as messages in the Commodore
  608. Users Conference so you can see something of what's up.
  609. Doug
  610.  
  611.  
  612. Msg Base: #5 - CP/M and C128
  613.   Msg No: 345.  2-20-90 22:52.09  (NO KILL)
  614.     From: John Milligan
  615.       To: All
  616.  Subject: DIALOGUE
  617.  
  618. Comment by reviewer Frank Hudson in the latest Twin Cities 128
  619. magazine....
  620.    
  621. (Dialogue 128)... appears to be a leading contender to the title of
  622. "Finest piece of code ever written for the Commodore 128"
  623.   
  624. I wouldn't argue with that.                  John
  625.  
  626.  
  627. Msg Base: #5 - CP/M and C128
  628.   Msg No: 346.  2-23-90 15:18.27  (NO KILL)  (RECV'D)
  629.     From: Brian Repic
  630.       To: John Milligan
  631.  Subject: CP/M UTILITIES
  632. ALSO SEE: 298, 351.
  633.  
  634. thanks John..for the info...i have NULU and RDCBM...only i have probl
  635. ems using NULU - I think i asked this question before...what's the
  636. difference in NULU between unsqueezing and uncrunching and how do I know
  637. which to use?  I've tried both methods but none of them gives me files
  638. that will run under my cp/m...that is none of the files in the library hae 
  639. have the *.com ending : therefore (I think) none of the files are
  640. programs! But one of the files MUST BE A PROGRAM because the *.LBR file is 
  641. a PACMAN type game! I can't figure it out!
  642.  
  643.  
  644.  
  645. Msg Base: #5 - CP/M and C128
  646.   Msg No: 347.  2-23-90 15:24.42  (NO KILL)  (RECV'D)
  647.     From: Brian Repic
  648.       To: Ray Whidden
  649.  Subject: HELP!!!
  650. ALSO SEE: 302, 367.
  651.  
  652. thanks, Ray...but i got it working...i used RDCBM to copy the program to a 
  653. cp/m disk then used UNARC.COM to do the trick...
  654.  
  655.  
  656. Msg Base: #5 - CP/M and C128
  657.   Msg No: 348.  2-23-90 15:27.41  (NO KILL)  (RECV'D)
  658.     From: Brian Repic
  659.       To: Ray Whidden
  660.  Subject: *.LBR FILES
  661. ALSO SEE: 303.
  662.  
  663. thanks (again) Ray... a program like ql40.com is exactly the kind of 
  664. thing I'm looking for...hope it's as easy as you say!
  665.  
  666.  
  667. Msg Base: #5 - CP/M and C128
  668.   Msg No: 349.  2-23-90 15:30.19  (NO KILL)  (RECV'D)
  669.     From: Brian Repic
  670.       To: Eugene Gibas
  671.  Subject: 1581 DD
  672. ALSO SEE: 305, 355.
  673.  
  674. Hey Eugene..you have a 1581? Just wondering as you seemed interested in
  675. what I said about 1581 and Amiga drives...I guess the conversion can be
  676. done from a 1581 to a drive that will work on the Amiga but it's
  677. completely beyond me how to do it...It would save a C64 user who already
  678. owns a 1581 from buying a second 31/2" for his new Amiga!
  679.  
  680.  
  681. Msg Base: #5 - CP/M and C128
  682.   Msg No: 350.  2-23-90 15:34.56  (NO KILL)  (RECV'D)
  683.     From: Brian Repic
  684.       To: Michael Martin
  685.  Subject: 1581 INFO
  686. ALSO SEE: 312.
  687.  
  688. the 1581 is truly a versatile drive...too bad commodope cut off the
  689. supply...
  690.  
  691. BTW I've noticed some dealers still charge a fortune for this obsolete
  692. drive trying to make a 500% profit on, for example, their last three 1581
  693. disk drives! The dealer just next door is good man?! and he sells the 1581 
  694. for cheaper than a hamburger, fries and coke combo! The vast price range
  695. for the remaining 1581's on the market shelves is mind boggling! As low as 
  696. $200 new to $300 USED! Ridiculous! Then there's commodope - even though
  697. they don't make them anymore the retail price is still $400 or $500! can't 
  698. remember which!
  699.  
  700.  
  701.  
  702. Msg Base: #5 - CP/M and C128
  703.   Msg No: 351.  2-23-90 23:33.22  (NO KILL)  (RECV'D)
  704.     From: John Milligan
  705.       To: Brian Repic
  706.  Subject: SQUEEZING,CRUNCHING
  707. ALSO SEE: 346.
  708.  
  709. Brian,
  710.    Squeezing, crunching are different methods of file compression. The  
  711. newer programs, like QL will handle both, and will figure out which to use
  712. With NULU you would have to use, separately, UNCRunch. NULU handles 
  713. squeezed files, but they are relatively rare today. To determine which is
  714. which, look at the filetype (extension) eg.
  715.     MYPEROG.CZM is a CRUNCHED version of MYPROG.COM while MYPROG.CQM would 
  716. be a SQUEEZED version of the same file.
  717.  
  718.     Note the Q or Z in the filetype.
  719.  
  720.     Just to throw in a new wrinkle, there is a newer type of compression
  721. known as LZH, which would compress the above file to MYPROG.CYM
  722.     
  723.     A relatively new version (1989) of UNCR.COM is needed to handle this
  724. last type. This version od UNCRunch will handle all of the compression
  725. methods. So far, QL has not been updated to handle LZH.
  726.   
  727.     Then, of course, there is ARC. For this you need UNARC.COM - the
  728. compression methods are built in to the ARC files so you do not always
  729. need another program to un-compress them.
  730.    
  731.     It is all a little confusing, until you get used to it.
  732.      
  733.                                Happy Un-compacting,       John
  734.  
  735.  
  736. Msg Base: #5 - CP/M and C128
  737.   Msg No: 352.  2-23-90 23:53.53  (NO KILL)  (RECV'D)
  738.     From: John Milligan
  739.       To: Ray Whidden
  740.  Subject: MEX/Z3PLUS
  741. ALSO SEE: 368.
  742.  
  743. Ray,
  744.     Have you tried the little program that 'converts' MEX to a Z3 type
  745. shell. Well, it does not exactly convert it, but it looks like it did!
  746.     You can use either a stand-alone-alias or an ARUNZ alias, I am using
  747. the stand alone version right now. 
  748.     So you can type (at the MEX command line) eg. 
  749.     
  750.     CPM UNCR NEWFILE.CYM M:
  751.    
  752.     this would uncrunch the file, and return directly to MEX.
  753.   
  754.     hmmmm... just had a thought - exit to QTERM for a batch download, then 
  755. back to MEX? 
  756.    
  757.     Anyway, if you haven't tried it, it is MEX2Z12.LBR
  758.   
  759.                                             John
  760.  
  761.  
  762. Msg Base: #5 - CP/M and C128
  763.   Msg No: 353.  2-24-90 20:43.54  (NO KILL)  (RECV'D)
  764.     From: Eugene Gibas
  765.       To: John Milligan
  766.  Subject: ARC COMMANDS
  767. ALSO SEE: 337, 356.
  768.  
  769. Reading direct from the manual, the syntax goes:
  770.  
  771. arc/ax <d:arcfile.arc> <s:pattern s:pattern,etc
  772.  
  773. where the x is replaced by:
  774.  
  775. c: to crunch files in two passes,
  776. n: no compression,
  777. p: all files are packed, 
  778.  (and there's several more).
  779. The KEY elements for directing the Source and Destination drives are the
  780. letters prefixing the file names.
  781. It's definitely not the syntax that I'm having trouble with, it's the
  782. drive. Each time I retry the sequence (and it's random, maybe depending on 
  783. what I do prior to this command), I get the same problem.
  784. I'm contemplating getting bullish over getting the fix made but right now, 
  785. it's a matter of logistics.
  786. Thanks for the interest, though. I'll keep you informed if you're keen on
  787. whatever findings I come up with!
  788. CIAO!
  789.  
  790.  
  791. Msg Base: #5 - CP/M and C128
  792.   Msg No: 354.  2-24-90 20:52.51  (NO KILL)  (RECV'D)
  793.     From: Eugene Gibas
  794.       To: John Milligan
  795.  Subject: CS-DOS
  796. ALSO SEE: 338.
  797.  
  798. Urp! My Version is 2.41 as stated on the front manual.
  799. Must give him a call and e if he's getting near completion of the next
  800. release. It was supposed to be done around the New Year!
  801.  
  802.  
  803. Msg Base: #5 - CP/M and C128
  804.   Msg No: 355.  2-24-90 20:58.04  (NO KILL)  (RECV'D)
  805.     From: Eugene Gibas
  806.       To: Brian Repic
  807.  Subject: 1581 DD -> AMIGA
  808. ALSO SEE: 349.
  809.  
  810. Yes, it's my favourite even though it does me wrong!
  811. I haven't seen anybody talk about it lately. My guess is that since the
  812. '81 is SERIAL and the Ami drives are PARALLEL, the price of changing the
  813. interfaces would probably be more than it's worth. If I was your friend,
  814. I'd just try selling it at say $200 and go to Computer Fest and wrangle a
  815. deal at about the same. $200 is the going fair price methinks for a 1581.
  816. Anyway, have fun, eh!
  817.  
  818.  
  819. Msg Base: #5 - CP/M and C128
  820.   Msg No: 356.  2-25-90 20:48.11  (NO KILL)  (RECV'D)
  821.     From: John Milligan
  822.       To: Eugene Gibas
  823.  Subject: ARC COMMANDS
  824. ALSO SEE: 353, 365.
  825.  
  826. Eugene, 
  827.        
  828.         Are you trying to ARC files, or eXtract files from and ARChive?
  829.  
  830.         The form    ARC/AX    etc.... does use the options you mentioned,
  831. (and a few more, actually) BUT that is for putting files INTO an ARChive.
  832.   
  833.         To eXtract files ( and this time, I do have the manual in front of 
  834. me!)  
  835.         ARC/XF B:TEMP.ARC
  836.   
  837.         extracts all the files from TEMP.ARC on drive 8,1 and puts them on 
  838. a diskette in drive F: (10,1)  
  839.    
  840.         - and this is (one of) the example from the manual.
  841.   
  842.         also note ARC/X and ARC/E are synonomous.
  843.    
  844.         If you ARE trying to put files INTO an ARChive, then, I must
  845. confess, I cannot remember ever having actually done that with a 1581 -
  846. but I could give it a try.
  847.     
  848.         Re: the version number,   2.41 is the version of ARC (mine has the 
  849. docs for 2.40 - and I am not sure of the number in the program itself) BUT 
  850. the version of CS-DOS - which you see at boot-up - is 1.4
  851.       
  852.                                                     John
  853.  
  854.  
  855. Msg Base: #5 - CP/M and C128
  856.   Msg No: 357.  3-01-90 23:05.30  (NO KILL)  (RECV'D)
  857.     From: Gerry Moss
  858.       To: Doug Purdy
  859.  Subject: CS-DOS
  860. ALSO SEE: 358, 359.
  861.  
  862. Doug, I was on GEnie last night and found quite a few new CS-DOS files
  863. uploaded by Chris Smeets, so I downloaded them. The new version of CS-DOS
  864. is now 1.5; it is now Shareware, and Chris asks $20 for it. The new format 
  865. 'SFX' self-dissolving archives are impressive! Also, v1.5 is compatible
  866. with JiffyDOS, which 1.4 was not. Also included was a monitor extension
  867. utility to go into the REU, as well as a LHARC type utility to access
  868. MS-DOS type compression stuff. I'd like to know what  Chris gave to you so 
  869. that I Don't duplicate what you've already got. If this is news to you,
  870. I'll upload it here. Otherwise, I'll bring it to the TPUg meeting next
  871. Tuesday, if it's still on (can anyone confirm date & time?).
  872.  
  873.                          Regards, Gerry
  874.  
  875.  
  876. Msg Base: #5 - CP/M and C128
  877.   Msg No: 358.  3-02-90 24:51.33  (NO KILL)  (RECV'D)
  878.     From: Doug Purdy
  879.       To: Gerry Moss
  880.  Subject: CS-DOS
  881. ALSO SEE: 357, 360.
  882.  
  883. Hi Gerry,
  884.  
  885. only got a couple minutes til the bbs cuts me off.
  886. Got piled with work before I could look more at Chris's stuff. Probably hav
  887. e the files. If you put a list in a message, I could just copy over the
  888. ones I can let out.
  889.  Doug
  890.  
  891.  
  892. Msg Base: #5 - CP/M and C128
  893.   Msg No: 359.  3-02-90 13:29.13  (NO KILL)  (RECV'D)
  894.     From: John Milligan
  895.       To: Gerry Moss
  896.  Subject: CS-DOS
  897. ALSO SEE: 357, 361.
  898.  
  899. Hi Gerry,
  900.   
  901.       The meeting is scheduled for 7:30 Tuesday (Mar 6) at the usual spot
  902. (York Public Library)
  903.      
  904.       Are you bringing the CS-DOS 1.5 stuff, it sounds very interesting
  905. I would like to get a copy, one way or the other. You said it is Shareware 
  906. now? Does he want it posted on CRS et al? 
  907.   
  908.      You mentioned that it is NOW compatible with JiffyDos. I have not
  909. been using CS-DOS a lot, but I have not bothered disabling JiffyDos when I 
  910. have used it (simply because I forget to!) - but I have not had any
  911. problems - mind you I have not been using wedge type commands - I guess
  912. that would be one of the trouble areas.
  913.    
  914.      Anyway, I'll look forward to seeing you on Tuesday.
  915.     
  916.                                     John
  917.  
  918.  
  919. Msg Base: #5 - CP/M and C128
  920.   Msg No: 360.  3-02-90 17:06.11  (NO KILL)  (RECV'D)
  921.     From: Gerry Moss
  922.       To: Doug Purdy
  923.  Subject: CS-DOS
  924. ALSO SEE: 358, 362.
  925.  
  926. Doug the files I have are;
  927. cs-dos15.sfx
  928. cs-doc15.sfx
  929. lharc128.sfx
  930. grep.sfx
  931. mon.sfx
  932. OK?
  933.  
  934.                          Regards, Gerry
  935.  
  936.  
  937. Msg Base: #5 - CP/M and C128
  938.   Msg No: 361.  3-02-90 17:08.00  (NO KILL)  (RECV'D)
  939.     From: Gerry Moss
  940.       To: John Milligan
  941.  Subject: CS-DOS
  942. ALSO SEE: 359, 364, 382.
  943.  
  944. John, I will bring the software plus some other new things I've picked up.
  945.  
  946. Guess what? I just picked up my HD-20 hard disk from UPS!!!! I fired it up 
  947. and everything is great! I copied my boot disk CP/M Z3plus over and booted 
  948. it up no problem! Next I tried the Geos 128; it recognizes it as a 1581 for
  949. now (in this beta dos version), and works just fine. Geos on bootup
  950. recognizes the built-in clock. I then created another partition and copied 
  951. Dialogue 128 over, and booted it up. That's as far as I got in the last
  952. two hours! So far I am very impressed with CMD but not with UPS. They
  953. screwed me around for 3 days trying to avoid giving me my drive, but
  954. that's a story for another time. See you Tuesday night. I'll probably
  955. bring Steve Balmer along as well.
  956.  
  957.                          Regards, Gerry
  958.  
  959.  
  960. Msg Base: #5 - CP/M and C128
  961.   Msg No: 362.  3-03-90 13:43.10  (NO KILL)  (RECV'D)
  962.     From: Doug Purdy
  963.       To: Gerry Moss
  964.  Subject: CS-DOS
  965. ALSO SEE: 360.
  966.  
  967. Hi Gerry, 
  968.  
  969. Yes I did receive those files but I wasn't sure they were releasable. I
  970. have now moved them to the C128 misc directory.
  971.  
  972. I also received other files but I'm not sure about them either. I'll post
  973. a list if I can in the next message.
  974.  
  975. Doug
  976.  
  977.  
  978. Msg Base: #5 - CP/M and C128
  979.   Msg No: 363.  3-03-90 13:45.56  (NO KILL)  (RECV'D)
  980.     From: Doug Purdy
  981.       To: Gerry Moss
  982.  Subject: OTHER CS-DOS FILES
  983.  
  984. Here is the other CS-DOS stuff. If he uploaded it to Compuserve or
  985. Genie, then it's ok for me to post it here. Let me know of it's there,
  986. or if I get a chance to take another look first, maybe I can get a
  987. better idea of what should be made public.
  988.  
  989. The .ZIP files are just the containers for the other files when Chris
  990. uploaded here, and the files you listed have already been moved out of
  991. here into the main C128 Misc directory.
  992.  
  993. CSDOS    ZIP   295936  11-03-89  10:04a
  994. UNCR     SFX    13312   2-18-90   8:32a
  995. C-POWER  ARC    92456  10-11-89   6:34a
  996. CS-DOS   ARC    92964  10-11-89   7:03a
  997. CS-DOS   TXT     2690  10-14-89   8:54p
  998. PC       ZIP    60231  10-11-89   6:18a
  999. README   1ST     7837  10-11-89   6:16a
  1000. CBM      DOC     5366  10-11-89   5:32a
  1001. GET      DOC     1175  10-11-89   5:35a
  1002. NANSI    DOC    11028   8-18-86   6:51p
  1003. RDIR     DOC     4115  10-11-89   5:46a
  1004. CBM      EXE    27820  10-11-89   3:53a
  1005. DELAY    EXE     2675  10-11-89   5:05a
  1006. GET      EXE    24011  10-11-89   5:02a
  1007. SEND     EXE    20470  10-11-89   5:02a
  1008. TYB      EXE    25744  10-11-89   5:01a
  1009. NANSI    SYS     2871   8-18-86   6:46p
  1010.  
  1011. Doug
  1012.  
  1013.  
  1014. Msg Base: #5 - CP/M and C128
  1015.   Msg No: 364.  3-03-90 23:27.08  (NO KILL)  (RECV'D)
  1016.     From: John Milligan
  1017.       To: Gerry Moss
  1018.  Subject: CS-DOS
  1019. ALSO SEE: 361.
  1020.  
  1021. Gerry,    
  1022.         I'm glad to hear you finally got the hard disk! I'll be very
  1023. interested to hear how it all works out. Sounds real good so far!
  1024.      
  1025.         It seems that I have heard before that UPS is one of the worst
  1026. ways to ship something from US to here, you are certainly not the first to 
  1027. have trouble. I heard a rumour that some Canadian company (in Markham, I
  1028. think) was going to distribute for CMD -  but no details.
  1029.      
  1030.         I have just downloaded all the CS-DOS stuff that Doug put up here. 
  1031. I will play around with that - it sounds interesting.
  1032.     
  1033.         I will also have a look at that QWIKTOP thing. I have used the
  1034. program before, but very little - so I never noticed any problem.
  1035.        
  1036.                                                  John
  1037.  
  1038.  
  1039. Msg Base: #5 - CP/M and C128
  1040.   Msg No: 365.  3-04-90 15:24.39  (NO KILL)  (RECV'D)
  1041.     From: Eugene Gibas
  1042.       To: John Milligan
  1043.  Subject: ARC COMMANDS
  1044. ALSO SEE: 356.
  1045.  
  1046. I was trying to extract the files. I finally wound up using the Q-Omega
  1047. program in that OTHER mode. For some reason, that worked without a hitch.
  1048. I think the key still is in trying the de-arc AFTER a snafu (such as not
  1049. closing the door or a command-syntax error).
  1050. I haven't had a chance to 'play' mit my machine these past two horrible
  1051. weeks but maybe soon!
  1052. Thanks for the interest.
  1053.  
  1054.  
  1055. Msg Base: #5 - CP/M and C128
  1056.   Msg No: 366.  3-04-90 23:48.33  (NO KILL)  (RECV'D)
  1057.     From: John Milligan
  1058.       To: Gerry Moss
  1059.  Subject: CS-DOS
  1060.  
  1061. I've had a good look at the new CS-DOS stuff, and it is quite impressive.
  1062. There are quite a few subtle improvements, and I really like the concept
  1063. of the .SFX files, rather than .SDA - on the basis that they will dissolve 
  1064. in either 64 mode or 128 mode (will there ever be any .SFX archiver for
  1065. the 64 though?) One problem I had with that, was that I tried to convert
  1066. from an .SFX to .LZH (using SFX2LZH) - but I did not get that working.
  1067. I'll try it again with a file that I create.
  1068.  
  1069. I packed all the .TXT files into 1 .LZH archive and wrote a simple little
  1070. batch file called HELP (something like:  lhz -p help %1.txt) so that
  1071. typing        'help dir'      will type the file DIR.TXT that is stored in 
  1072. the archive HELP.LZH
  1073.    
  1074. There is a lot to explore in this one!
  1075.   
  1076.                                        John
  1077.  
  1078.  
  1079. Msg Base: #5 - CP/M and C128
  1080.   Msg No: 367.  3-06-90 10:50.54  (NO KILL)  (RECV'D)
  1081.     From: Ray Whidden
  1082.       To: Brian Repic
  1083.  Subject: HELP!!!
  1084. ALSO SEE: 347.
  1085.  
  1086. Hi Brian,
  1087.    Glad to hear you managed to do the trick.  I've used RDCBM to rescue
  1088. myself more than a couple of times.  To bad it doesn't support 3.5" disk
  1089. drives: I have the same problem with some of the MS-DOS utilties I use in
  1090. CP/M mode.  TThe only program that successfully supports the whole kit and 
  1091. kaboddle is Big Blue Reader-C=128, CP/M and MS-DOS on 5.25" & 3.5" disks.  
  1092. Version 3.0 even supports subdirectories as does DOSDISK under Z3CPR (only 
  1093. 5.25" disks but source is available for $$).  Also, I originally tried the 
  1094. BBR128 3.5" IBM format using a PS/2 50 with 1.44MB drives formatting for
  1095. 720KB and found the IBM couldn't read the disks.  Lately, UII have found 
  1096. the PS/2 30 with 720KB disks could read these disks.  Obviously Mike
  1097. Miller didn't get a chance to test the program on a whole suite of
  1098. hardware.  Hopefully, v3.0 solves that problem as I did phone him to let
  1099. him know of the problem.  Work-around was to format the disk on the PS/2.  
  1100.    I know some of the above is a bit of an aside to your original problem
  1101. but I hadn't mentioned this to many and thank you for this opportunity to
  1102. make the info public.  Regards, Ray
  1103.  
  1104.  
  1105. Msg Base: #5 - CP/M and C128
  1106.   Msg No: 368.  3-06-90 11:22.11  (NO KILL)  (RECV'D)
  1107.     From: Ray Whidden
  1108.       To: John Milligan
  1109.  Subject: MEX/Z3PLUS
  1110. ALSO SEE: 352.
  1111.  
  1112. Hi John,
  1113.    Thanks for the tip on MEX as a Z3 shell.  I probably have the file
  1114. around somewhere but haven't got around to trying it.  Glad to hear it
  1115. works.  Any luck with QTERM in the same mode? Regards, Ray
  1116.  
  1117.  
  1118. Msg Base: #5 - CP/M and C128
  1119.   Msg No: 369.  3-06-90 13:00.32  (NO KILL)
  1120.     From: Doug Purdy
  1121.       To: All
  1122.  Subject: TPUG MEETING TONIGHT
  1123. ALSO SEE: 370.
  1124.  
  1125. Rats! Can't make it again tonight.  Maybe next one.  Like to know what
  1126. happened if anyone has a moment.
  1127. Doug
  1128.  
  1129.  
  1130. Msg Base: #5 - CP/M and C128
  1131.   Msg No: 370.  3-07-90 23:52.33  (NO KILL)  (RECV'D)
  1132.     From: John Milligan
  1133.       To: Doug Purdy
  1134.  Subject: TPUG MEETING TONIGHT
  1135. ALSO SEE: 369, 371, 372.
  1136.  
  1137. Well, you really missed a big one. We saw a demo of a C128 doing an AMIGA
  1138. emulation, with a 386 DOS machine running in a window. Is there no limit
  1139. to the power of a 128?
  1140.  
  1141.  
  1142.  
  1143. Msg Base: #5 - CP/M and C128
  1144.   Msg No: 371.  3-08-90  9:47.08  (NO KILL)  (RECV'D)
  1145.     From: Doug Purdy
  1146.       To: John Milligan
  1147.  Subject: TPUG MEETING TONIGHT
  1148. ALSO SEE: 370.
  1149.  
  1150. Holy cow! Did I miss something or what. 8-)    Doug
  1151.  
  1152.  
  1153. Msg Base: #5 - CP/M and C128
  1154.   Msg No: 372.  3-09-90  8:15.48  (RECV'D)
  1155.     From: Michael Martin
  1156.       To: John Milligan
  1157.  Subject: AMIGA EMULATION?????
  1158. ALSO SEE: 370, 374.
  1159.  
  1160. This sounds very interesting. Can you give us some more details on how an
  1161. amiga emulation was accomplished on a C128. It sounds unbelieveable.
  1162.  
  1163.                   Michael
  1164.  
  1165.  
  1166. Msg Base: #5 - CP/M and C128
  1167.   Msg No: 373.  3-09-90  8:17.41
  1168.     From: Michael Martin
  1169.       To: All
  1170.  Subject: CS-DOS
  1171. ALSO SEE: 376.
  1172.  
  1173. I have downloaded CS-DOS15.SFX and related file. I am having problems
  1174. getting it to work however. When I boot the program I get the list of
  1175. ready responses from the autoexec script but I also get one or two SYNTAX
  1176. errors. Am I missing something. I am not familier with MS-DOS or UNIX and
  1177. so I also find what it is doing somewhat confusing. As well I tried to use 
  1178. it to unarc a file and couldn't get it to do the job. I was using the same 
  1179. commands to extract as I would with 64 arc. Please if you have any
  1180. suggestions drop me a line.
  1181.      
  1182.                            Michael
  1183.  
  1184.  
  1185. Msg Base: #5 - CP/M and C128
  1186.   Msg No: 374.  3-09-90 22:43.06  (NO KILL)  (RECV'D)
  1187.     From: John Milligan
  1188.       To: Michael Martin
  1189.  Subject: AMIGA EMULATION?????
  1190. ALSO SEE: 372, 375.
  1191.  
  1192. Well, first you plant your tongue firmly in your cheek......
  1193.  
  1194.  
  1195. Msg Base: #5 - CP/M and C128
  1196.   Msg No: 375.  3-11-90 24:17.40  (RECV'D)
  1197.     From: Michael Martin
  1198.       To: John Milligan
  1199.  Subject: AMIGA EMULATION?????
  1200. ALSO SEE: 374.
  1201.  
  1202. Gotcha....or rather gotme
  1203.  
  1204.                    Michael
  1205.  
  1206.  
  1207. Msg Base: #5 - CP/M and C128
  1208.   Msg No: 376.  3-11-90 13:53.28  (NO KILL)  (RECV'D)
  1209.     From: Ray Whidden
  1210.       To: Michael Martin
  1211.  Subject: CS-DOS
  1212. ALSO SEE: 373, 381.
  1213.  
  1214. Hi Michael,
  1215.    First off, another message mentions the syntax errors are normal so not 
  1216. to worry.  I only get one but I have a 1750 ram expansion.  CS-DOS will
  1217. work both ways but I haven't tried loading it without the 1750.  That may
  1218. account for the additionaly syntax errors.  You don't need MS-DOS or UNIX 
  1219. experience to take advantage of CS-DOS, nor as Chris suggests, do you need 
  1220. experience with ARC64, but it helps.  What you DO need to do is print some 
  1221. of the .TXT files after you have TYPEed them to the screen to see which ae 
  1222. most helpful.  After that, you have somewhat of a MS-DOS type environment
  1223. where you can TYPE C:<return> to see a seq file on the screen or with
  1224. redirction, *TYPE C:filename<return> (forgot a filename on the line above) 
  1225. to print the file.  Very handy.  Regards, Ray
  1226.  
  1227.  
  1228. Msg Base: #5 - CP/M and C128
  1229.   Msg No: 377.  3-11-90 14:00.05  (NO KILL)
  1230.     From: Ray Whidden
  1231.       To: All
  1232.  Subject: TPUG MEETING
  1233. ALSO SEE: 383.
  1234.  
  1235. Seriously folks,
  1236.    Now that John has had you on and probably got your interest:
  1237.    Actually we had about five meetings, so I can't report on the other
  1238. four, but after the computer and disk finally arrived, the CP/M disk was
  1239. demo'd with Quatris, FIG (Fog Index Generator: a text analysis program
  1240. that tells your words, sentences, paragraph counts plus what percentage of 
  1241. words are short, medium and long and provides comments about the writing
  1242. style (the readme file on the CP/M was 'short sentences, choppy') and a
  1243. FIG number.  Also, a demo for the extended Z3 TCAPs was shown.  After that,
  1244. the big trick was to get the Atari Portfolio transferring data from the
  1245. C=128, finally successfully done with a terminal program none of us had
  1246. ever seen before.  Can even remember the name of it.  Much more eventful
  1247. night than usual.  Regards, Ray
  1248.  
  1249.  
  1250. Msg Base: #5 - CP/M and C128
  1251.   Msg No: 378.  3-11-90 19:20.02  (NO KILL)  (RECV'D)
  1252.     From: Gerry Moss
  1253.       To: John Milligan
  1254.  Subject: CP/M AT GREATER THAN 1200 BAUD
  1255. ALSO SEE: 379.
  1256.  
  1257. John I buffered the following message from Compuserve last night. It looks 
  1258. as if some people have not given up on the UART idea after all.
  1259.  
  1260. >Msg #  : 167 of 176 - Ref 117/996
  1261. >From   : STEVE CRAIK
  1262. >To     : ALL
  1263. >Posted : 1325h on 18-Feb-90 * CONF 128
  1264. >Subject: Dr. Evil - UARTcartridge 9600
  1265. >
  1266. >Message Exported:
  1267. > By   : STEVE CRAIK
  1268. > From : Conf 64
  1269. >
  1270. >SUBJ: 6551 UART Cartridge (R2)  FROM: Dr Evil     02/13/90 S#: 505065
  1271. >
  1272. >We have developed a prototype 6551 UART cartridge that will allow
  1273. extremely
  1274. >high speed serial communication on the C-64/128.  The cartridge can
  1275. >theoretically go to 19,200 bps, but I would expect the C-64 to max out
  1276. >around 9600 bps (we aren't finished testing yet).
  1277. >
  1278. >The question is, is anyone interested in *buying* such a cart? I can't
  1279. really
  1280. >come up with a price without doing some fairly involved calcuations, but
  1281. >I would expect that it would sell for less than $50.
  1282. >
  1283. >The immediate applications I can see for it are:
  1284. >
  1285. >1) Telecomm under CP/M (CP/M is limited to 1200 bps currently).  The
  1286. >software to make this possible is about a week away from being finished.
  1287. >
  1288. >2) High-speed telecomm for the C-64 - although 2400 bps is pretty common
  1289. >these days, it is often unreliable and almost always only 40 column. Even
  1290. >higher speeds would be good if you wanted to hook into a 9600 bps modem or
  1291. >directly into a network.
  1292. >
  1293. >3)  High-speed file transfers between C-64s/128s OR PCs OR Amigas.  The
  1294. >software to do this could be written fairly quickly by our programmers.
  1295. >
  1296. >We recognize that this would be a niche market, but the question is, how
  1297. big
  1298. >of a niche?  We built the prototype mainly to have some fun, but if other
  1299. >people can benefit from it, then we can certainly sell them! :) Of course,
  1300. >complete source code on how to drive the cart would be made available
  1301. >for developers to use. Let me know what you think!
  1302. >
  1303. >Kent Sullivan Dr. Evil Labs
  1304. >
  1305. >Makers  of  the  SID  Symphony  Stereo  Cartridge and distributors of
  1306. >C-64/128 Kermit
  1307. >
  1308. >*******************************************************
  1309. > Transferred from Q-link with permission from Dr. Evil
  1310. >*******************************************************
  1311. >  Teleterm Amiga West - Ontario, CA  *  Node 117
  1312.  
  1313. Sorry about the formatting, but I didn't adjust the line lengths! 
  1314. If anyone here has any further info or can contact these people on Q-Link, 
  1315. I'd like to hear about it.
  1316.  
  1317.                          Regards, Gerry
  1318.  
  1319.  
  1320.