home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / TEXT / CPM-P2.ARC / CPM-128.06 < prev    next >
Text File  |  1991-04-12  |  25KB  |  768 lines

  1.  
  2. Msg Base: #5 - CP/M and C128
  3.   Msg No: 222. 12-28-89 16:34.17  (NO KILL)  (RECV'D)
  4.     From: Gerry Moss
  5.       To: Warren Pollock
  6.  Subject: DIALOGUE 128
  7. ALSO SEE: 217, 227.
  8.  
  9. Glad I was of some assistance, Warren. Tell Gary Farmaner that!
  10.  
  11.                          Regards, Gerry
  12.  
  13.  
  14. Msg Base: #5 - CP/M and C128
  15.   Msg No: 223. 12-28-89 19:13.46  (NO KILL)  (RECV'D)
  16.     From: Doug Purdy
  17.       To: Chris Schmidt
  18.  Subject: FORMAT
  19.  
  20. Sorry to take so long to get back to you. Believe the NFORMAT.COM or
  21. FORMAT.LBR files here are the ones that format the 1581. But I think they
  22. need the right CPM+.SYS file.
  23. Doug
  24.  
  25.  
  26. Msg Base: #5 - CP/M and C128
  27.   Msg No: 225. 12-30-89  8:40.24  (NO KILL)  (RECV'D)
  28.     From: Chris Schmidt
  29.       To: Doug Purdy
  30.  Subject: DIALER.TST
  31. ALSO SEE: 220, 230.
  32.  
  33. Well, I have been changing and adding small bits and pieces since then but 
  34. the problem I can't find is somewhere in the part where I put the data
  35. into the files.  I don't think I put it into the files properly or
  36. something because my search files routines never find anything.  Also I
  37. doubt severely that the part that tells the modem to dial works either!
  38. That's the one thing I don't like about programming... All of the bugs you 
  39. may have to eliminate!
  40. Ohwell TTYL for now!
  41.  
  42.  
  43. Msg Base: #5 - CP/M and C128
  44.   Msg No: 227. 12-31-89 14:39.00  (RECV'D)
  45.     From: Warren Pollock
  46.       To: Gerry Moss
  47.  Subject: DIALOGUE
  48. ALSO SEE: 222.
  49.  
  50. You gave me the starting point I need, when I get a chance I want to
  51. modify your logon script, for instance I want the buffer to kick in just
  52. before the messages are read etc.  Should be fun or frustrating!
  53. Just learned how to automatically dump the buffer to disk while on line,
  54. the flow control has to be on, really couldn't figure that out from the
  55. manual.
  56. -
  57. have a happy new year *!*!
  58.  
  59.  
  60. Msg Base: #5 - CP/M and C128
  61.   Msg No: 228. 12-31-89 21:59.37  (NO KILL)  (RECV'D)
  62.     From: Chris Schmidt
  63.       To: Ray Whidden
  64.  Subject: DISKS  ...
  65. ALSO SEE: 226, 231.
  66.  
  67. I got it from here, but there is something wrong with it, a checksum error 
  68. in un-lbring it, I will try again and see if was just a bad download or if 
  69. the file on here is corrupted.
  70. It is under the name QUATRIS?.lbr in the CP/M section.
  71. How many disks do you have for me? I will bring some blanks to replace
  72. them for you.
  73. See you there!! (hopefully, everything seems alright so far!)
  74. TTYL!!
  75. And Thanks!
  76.  
  77.  
  78. Msg Base: #5 - CP/M and C128
  79.   Msg No: 229.  1-01-90 23:28.55  (NO KILL)  (RECV'D)
  80.     From: Gerry Moss
  81.       To: Eugene Gibas
  82.  Subject: AUTOEXEC SCRIPT
  83. ALSO SEE: 224, 235.
  84.  
  85. Eugene, here is a script I wrote to automate uploading files to CRS. The
  86. prompts for other bbs's may be different, but the idea should be the same.
  87. In buffer #8, I store the filenames, one to a line.
  88.  
  89.     l
  90.   C=1
  91.   C=b
  92.     #9
  93.     t ""
  94.     w "=no change? "                   ; Language prompt
  95.     t ""
  96.     w "=no? "                          ; graphics prompt
  97.     t ""
  98.     w "first name? "
  99.     t "Gerry"
  100.     w "last name? "
  101.     t "Moss"
  102.     w " echo)? "
  103.     t "XXXXXXXX"
  104.     w "(Enter)=yes? "                  ; main message scan prompt
  105.     t "no"
  106.     w "Main Board Command? "           ; main prompt
  107.     t "j 3"                            ; join conference #3 (CP/M)
  108.     w "(Enter)=yes? "                  ; CP/M message scan prompt
  109.     t "no"
  110.     w "Conference Command? "
  111.     t "u"                              ; upload command
  112.   C=b
  113.   C=8                                  ; set buffer to #8 with filenames
  114.   A=r                                  ; ALT-R to reset line pointer
  115.     $ = B
  116.   2 w "(Enter)=none? "
  117.     t $
  118.     w "?"
  119.     $ = B
  120.     t $
  121.     w "Aborts Transfer"
  122.     $ = B
  123.   C=u $
  124.     w "Conference Command? "
  125.     $ = B
  126.     if $ = "end" : g 3
  127.     t "u"
  128.     g 2
  129.   3 t "g"
  130.     e
  131.  
  132. Let me know what you think of this; I haven't had a chance to try it out
  133. here yet; that may be my next project.
  134.  
  135.                          Regards, Gerry
  136.  
  137.  
  138. Msg Base: #5 - CP/M and C128
  139.   Msg No: 230.  1-04-90 22:34.26  (NO KILL)  (RECV'D)
  140.     From: Doug Purdy
  141.       To: Chris Schmidt
  142.  Subject: DIALER.TST
  143. ALSO SEE: 225, 233.
  144.  
  145. If I recall correctly, professional programmers expect to spend a lot of
  146. time debugging. We seem to hope that we won't need it and then realize
  147. miracles don't happen often. My experience is debugging is much longer
  148. than programming but that's probably because I like to sit down at the
  149. screen and jump right in. Probably makes the job longer to finish and it
  150. sure makes it harder to make any changes to the software later!
  151. Doug
  152.  
  153.  
  154. Msg Base: #5 - CP/M and C128
  155.   Msg No: 232.  1-05-90 14:18.52  (NO KILL)  (RECV'D)
  156.     From: Ray Whidden
  157.       To: Chris Schmidt
  158.  Subject: Z8E DEBUGGER
  159.  
  160. Hi Chris, 
  161.    You were asking about another debugger, besides WADE: I have the Z8E
  162. debugger that looks pretty good and more compact than WADE.  I'll put a
  163. copy of the library on the disk for you.  Regards, Ray
  164.  
  165.  
  166. Msg Base: #5 - CP/M and C128
  167.   Msg No: 233.  1-06-89 17:53.48  (NO KILL)  (RECV'D)
  168.     From: Chris Schmidt
  169.       To: Doug Purdy
  170.  Subject: DIALER.TST
  171. ALSO SEE: 230.
  172.  
  173. You sure hit the head of the nail dead on there.
  174. I had planned out my program quite a bit before I went to write it, and
  175. logically it should have worked, but you now the BIG difference between
  176. logically and physically!!
  177. Anyway, you can get rid of that program now unless you can find a use for
  178. it.  As soon as I get mine working I will send it up.
  179.  
  180.  
  181. Msg Base: #5 - CP/M and C128
  182.   Msg No: 234.  1-06-89 17:56.53  (NO KILL)  (RECV'D)
  183.     From: Chris Schmidt
  184.       To: Ray Whidden
  185.  Subject: DISKS  ....
  186. ALSO SEE: 231, 236.
  187.  
  188. That's ok, it can happen to any of us!! (espescially when we get old eh??  
  189. (just kidding!!)  :):):);)
  190. Anyway, I will give you a call (probably have already!!) and we can
  191. arrange something.
  192. Thanks again in advance for all of your help!!
  193.  
  194.  
  195. Msg Base: #5 - CP/M and C128
  196.   Msg No: 235.  1-07-89  8:25.41  (NO KILL)  (RECV'D)
  197.     From: Eugene Gibas
  198.       To: Gerry Moss
  199.  Subject: AUTOEXEC SCRIPT
  200. ALSO SEE: 229.
  201.  
  202. Oh, wow! You really lost me near the end of that SCRIPT. I've buffered and 
  203. saved it so I'll be giving it a serious look after I log off.
  204. Thanks very much. I've got a SCRIPT for reading through a list of Punter
  205. CONFERENCES. It's a bit crude yet, but I'll send it up for your 'perusal'
  206. if you're interested.
  207. Have a HAPPY AND PROSPEROUS NEW YEAR, EH!
  208.  
  209.  
  210. Msg Base: #5 - CP/M and C128
  211.   Msg No: 237.  1-13-90 19:59.05  (RECV'D)
  212.     From: Chris Schmidt
  213.       To: Ray Whidden
  214.  Subject: QTERM
  215. ALSO SEE: 238, 247.
  216.  
  217. Hello Ray, Thanks for that last bit of info on the HIST comand, i wil play 
  218. around with it some more soon.
  219. I was trying to reply to your last message, but the delete key doesn't
  220. work in Qterm (currently in use) and I cannont (can't) correct anthing.
  221. Any Ideas there forme?
  222. Also, how do I access the other protocols in Qterm, I found out Xmodem,
  223. but are there any oters, and where are they?
  224. thanks
  225. Ps, could you leave me your number again, I seem to have misplaced it
  226. before being able to enter it into my phone book. Thanks.
  227. (PS again, the dilaling program merged OK, but there seems to be an error 
  228. with the way I set up the data files, hope to find it sometime tonight.)
  229. TTYL!
  230.  
  231.  
  232. Msg Base: #5 - CP/M and C128
  233.   Msg No: 238.  1-14-90 13:50.06  (RECV'D)
  234.     From: Joe Janakovic
  235.       To: Chris Schmidt
  236.  Subject: QTERM
  237. ALSO SEE: 237, 240.
  238.  
  239. Howdy;
  240.  
  241. Sorry to bud in but I think you can use CTRL-H within QTerm to act as a
  242. delete key.  Actually, I think this only backspaced but it should do the
  243. job more or less.
  244.  
  245. Hope this helps...
  246.  
  247.            Joe
  248.  
  249.  
  250. Msg Base: #5 - CP/M and C128
  251.   Msg No: 239.  1-14-90 13:54.28
  252.     From: Joe Janakovic
  253.       To: All
  254.  Subject: ARC ALGORITHMS
  255.  
  256. Hi;
  257.  
  258. Does anyone know where I can get either the source code or a relocatable
  259. object module (with instructions on how to use it) for ARC250.4's
  260. crunching algorithms (#3 and 5).
  261.  
  262. What I'm in the middle of doing is writing a ARC/CS-DOS imitation for the
  263. 128 (in 128 mode!) using Chris Smeets' USQ routines (which I got from CRS
  264. - I believe).  The problem is, his USQ routines only includes modules for
  265. de-arcing STORED, PACKED, SQUEEZED, & SQUASHED files.  The great majority
  266. of the files compressed with ARC seem to be crunched and he doesn't
  267. include the crunch algorithm in the USQ.ARC package.
  268.  
  269. So, any help in locating the above in just about any form would greatly be 
  270. appreciated.  (I'd even settle for a copy in FORTRAN or COBOL (yech!)).
  271.  
  272. Thanks....
  273.             Joe
  274.  
  275.  
  276. Msg Base: #5 - CP/M and C128
  277.   Msg No: 240.  1-14-90 16:01.26  (NO KILL)  (RECV'D)
  278.     From: Chris Schmidt
  279.       To: Joe Janakovic
  280.  Subject: QTERM
  281. ALSO SEE: 238, 242.
  282.  
  283. Great!! Found it!! Thanks for the help Joe.
  284. How about enabling a protocol other than Xmodem?
  285.  
  286.  
  287. Msg Base: #5 - CP/M and C128
  288.   Msg No: 241.  1-14-90 20:14.50
  289.     From: Dave Meyers
  290.       To: Gary Bradley
  291.  Subject: EXPANDER BOARD
  292.  
  293. Hi Gary,
  294.  How's it going?
  295.  
  296.  Just a quick question for you. Do you remember where you bought your
  297. expansion board or do you know where to find one? Switching the 2
  298. cartridges is getting to be a real pain...
  299.  
  300.  I have seen the boards advertised in the magazines but I would like to
  301. get one here if possible.
  302.  
  303.  Talk at you later.......
  304.  
  305.  
  306. Msg Base: #5 - CP/M and C128
  307.   Msg No: 242.  1-14-90 20:52.28  (RECV'D)
  308.     From: Joe Janakovic
  309.       To: Chris Schmidt
  310.  Subject: QTERM
  311. ALSO SEE: 240, 243.
  312.  
  313. Chris;
  314.  
  315. Not sure I know exactly what you mean by enabling a protocol other than
  316. Xmodem.  Qterm WILL check to see what KIND of Xmodem the sender is sending 
  317. in (ie. 128 byte blocks, Xmodem-1K, CRC etc..) and it will adjust itself
  318. accordingly.  As for other protocols, I think it only supports Kermit -- a 
  319. protocol that I would desperately like to see on more 128 terminals
  320. (notably DesTerm!!) since it's the only one you can use to communicate
  321. with mainframes.
  322.  
  323. Anyhow, if memory serves, you select a Kermit download by something like:
  324.  
  325. CTLR-O
  326. R
  327. KA
  328. A:NAME.TYP
  329.  
  330. Or something like the above... (haven't use Qterm in a few months!!).
  331.  
  332. The CTRL-O, puts Qterm into 'command' mode.  The R designates a recieve
  333. for download.  The KA desginates a kermit Xfer with a ring of the bell
  334. when the xfer is complete -- as opposed to just silently going to terminal 
  335. mode after the download in which case you wouldn't know the xfer was finish
  336. unless you were staring right at the screen during the xfer.  Not
  337. something I enjoy doing!!  Alternately you could try XA in the above
  338. sequence to perform a Xmodem xfer.  Finally, the last parameter is the
  339. filename you wish to call it on your system.
  340.  
  341. Hope this crash course in Qterm helps!!  Like I said before, haven't use
  342. Qterm in awhile so no positive about all the parameters...
  343.  
  344.           Joe
  345.  
  346.  
  347. Msg Base: #5 - CP/M and C128
  348.   Msg No: 243.  1-19-90 16:46.54  (NO KILL)  (RECV'D)
  349.     From: Chris Schmidt
  350.       To: Joe Janakovic
  351.  Subject: QTERM
  352. ALSO SEE: 242, 245.
  353.  
  354. Ok, thanks, I will give it a try, I was hoping that QTERM would have
  355. Ymodem (1K XMODEM) in it, but anyway, not matter.
  356. Once again, thanks for the help.
  357.  
  358.  
  359. Msg Base: #5 - CP/M and C128
  360.   Msg No: 244.  1-19-90 16:50.46  (NO KILL)
  361.     From: Chris Schmidt
  362.       To: All
  363.  Subject: MODEM IN 128 MODE
  364.  
  365. I have me a problem...
  366. I wrote a routine that dials a nunber through the modem in 64 mode, I went 
  367. to use it in a 128 mde program, but it doesn't work.
  368. Are there any quirks about 128 BASIC and the modem that I should be aware
  369. of??
  370. Thanks.
  371.  
  372.  
  373. Msg Base: #5 - CP/M and C128
  374.   Msg No: 245.  1-19-90 18:11.52  (RECV'D)
  375.     From: Joe Janakovic
  376.       To: Chris Schmidt
  377.  Subject: QTERM
  378. ALSO SEE: 243, 246.
  379.  
  380. Chris;
  381.  
  382. I believe that QTERM *DOES* have the Ymodem that you're talking about. 
  383. XMODEM 1K is supported -- many people WRONGLY call this YModem (though, I
  384. don't know why!).  The REAL YModem is the batch transfer protocol which
  385. allows you to select a group of files you wish to download and then do
  386. them ALL with one download command.  XModem-1K only allows you to download 
  387. 1 file at a time although, the block size is 1K as is YModem's.
  388.  
  389. Just had to clear that up!
  390.  
  391.                            Joe.
  392.  
  393.  
  394. Msg Base: #5 - CP/M and C128
  395.   Msg No: 246.  1-19-90 20:59.45  (NO KILL)  (RECV'D)
  396.     From: Chris Schmidt
  397.       To: Joe Janakovic
  398.  Subject: QTERM
  399. ALSO SEE: 245.
  400.  
  401. Ok, thanks again for the help.
  402.  
  403.  
  404. Msg Base: #5 - CP/M and C128
  405.   Msg No: 248.  1-20-90 24:55.25  (NO KILL)
  406.     From: Ray Whidden
  407.       To: All
  408.  Subject: QTERM/'YMODEM'
  409. ALSO SEE: 270.
  410.  
  411. Hi All Qterm users,
  412.    The distinction with the advanced transfer protocols, I think, is that
  413. you tell the remote BBS, ie Learning Experience or CRS, which one and your 
  414. terminal program can sort out between the different Xmodem variants, which 
  415. it is.  Of course, Kermit is a whole difference kettle and Joe is correct
  416. in the procedure to use it.
  417.    I routinely respond ^O R XYA A:<carriage return> after starting a D Y
  418. and selecting the filenames on CRS.  The A: can be replaced with any other 
  419. valid drive assignment.  Then I can watch TV, etc until the transfer is
  420. finished, with the remote BBS telling my system what the filenames are. 
  421. Sounds like this would be a good discussion to have at a TPUG meeting.
  422.    Regards, Ray
  423.  
  424.  
  425. Msg Base: #5 - CP/M and C128
  426.   Msg No: 249.  1-20-90 18:30.46  (NO KILL)  (RECV'D)
  427.     From: Chris Schmidt
  428.       To: Ray Whidden
  429.  Subject: QTERM, ETC.  ....
  430. ALSO SEE: 247, 250, 273.
  431.  
  432. Ok, thanks for that info, I will give it a go once I am out offf line leavi
  433.  no chance of screwing anything on the BBS up.
  434. QTERM is quite an interesting program, can you give me an idea at how the
  435. script files are supposed to be configured?  I tried the one you had for
  436. Learning Experience, but for some reason it froze the system.
  437. Oh neato!! I just chaged te keyfig as you said so that the DEL key would
  438. work!!
  439. Anyway, I have fixed the file data error, but now I can't get the routine
  440. that gets the modem to dial the number to work.  I can't even get the
  441. modem to acknowledge that it is there.  I think maybe I will bring it and
  442. ak at the next meeting.  But as soon as I get it working, for sure I will
  443. uload it here and let TPUG use it on one oftheir disks if they want.  The
  444. way I set it up is that the limit to how many names you can have is only
  445. limted to the amount of space on your disk.
  446. Well thanks again, I will give you a shout if I need any more help.
  447.  
  448.  
  449. Msg Base: #5 - CP/M and C128
  450.   Msg No: 250.  1-20-90 21:14.54  (NO KILL)  (RECV'D)
  451.     From: John Milligan
  452.       To: Chris Schmidt
  453.  Subject: QTERM
  454. ALSO SEE: 249, 252, 274.
  455.  
  456. Hi Chris, 
  457.    
  458.      One thing that you might notice, someday, AFTER using QTerm, is that
  459. it has a great tendency to mess things up with your system. Try doing a
  460. directory with SD, or whatever your favourite DIR program - see how
  461. S-L-O-W it is..... Thanks very much, QTerm! Not to worry howver, it is not 
  462. that big a deal, you just have to ReSet a couple of things to make it
  463. right.  I have written a short program called QFIX that looks after these
  464. little things. I will upload it next time I log on in CP/M mode. Bug me
  465. about it if I forget!
  466.       
  467.                                            John
  468.  
  469.  
  470. Msg Base: #5 - CP/M and C128
  471.   Msg No: 252.  1-21-90 12:14.15  (RECV'D)
  472.     From: Joe Janakovic
  473.       To: John Milligan
  474.  Subject: QTERM
  475. ALSO SEE: 250, 255.
  476.  
  477. John;
  478.  
  479. There's an easy way around the problem you mentioned about QTERM slowing
  480. the entire system down when you exit to CP/M.  The problem lies in the
  481. fact that QTERM leaves the RS-232 port at 1200 baud (which is the speed
  482. you're using, right?).  When the system baud-rate is 1200 baud, it uses up 
  483. more time checking for in-coming characters than it does doing other
  484. things (like displaying the dir using SD or whatever).
  485.  
  486. The solution: before exiting QTERM, change the baud rate to 300 baud.  I
  487. think you do this by going: CTRL-O, B, 300<return> or something like that.
  488.  
  489. This will restore the system to the way it was before you ran QTERM.
  490.  
  491. Hope this helps...
  492.                  Joe
  493.  
  494.  
  495. Msg Base: #5 - CP/M and C128
  496.   Msg No: 253.  1-21-90 16:37.05  (NO KILL)
  497.     From: Brian Repic
  498.       To: All
  499.  Subject: 1581 DD
  500. ALSO SEE: 260, 281.
  501.  
  502. Hi all! I couldn't find a Buy and Sell section on this BBS...
  503.  
  504. I'm looking to buy a 1581 disk drive. If anyone has one they don't want or 
  505. know where I could get one, please tell me.
  506.  
  507. BTW, I'm selling a 1571 disk drive. Anyone interested, leave me a private
  508. message. Thanks.
  509.  
  510. BTW, is it true that a 1581 is exactly the same as an amiga 3.5 inch drive 
  511. except for the controller? Could I get an amiga drive and get it to work
  512. on my commodore?
  513.  
  514. ......Brian.......
  515.  
  516.  
  517. Msg Base: #5 - CP/M and C128
  518.   Msg No: 254.  1-21-90 22:43.25  (NO KILL)  (RECV'D)
  519.     From: Gerry Moss
  520.       To: Ralph Schwarz
  521.  Subject: D128 SCRIPTS
  522. ALSO SEE: 251, 256, 265.
  523.  
  524. Ralph, I have no problem with that idea; I'll put together some files over 
  525. the next few days and upload them here. I have autologon scripts for all
  526. bbs's I call regularly, as well as upload/download scripts for certain
  527. bbs's where I need that capability. If these are of interest, great. I'll
  528. have to add some comments and remove my passwords, etc. I'll post a msg
  529. once I upload them.
  530.  
  531.                          Regards, Gerry
  532.  
  533.  
  534. Msg Base: #5 - CP/M and C128
  535.   Msg No: 255.  1-22-90 12:13.01  (NO KILL)  (RECV'D)
  536.     From: John Milligan
  537.       To: Joe Janakovic
  538.  Subject: QTERM
  539. ALSO SEE: 252, 259.
  540.  
  541. Hi Joe,
  542.     
  543.       Basically I did the same kind of thing, but put it in a command file 
  544. so that all I have to do is type QFIX - and its done. 
  545.   
  546.       I don't remember which kind of file I did it with, but it may only
  547. run under Z3Plus - so it may not be of value to someone who is not in a
  548. ZSystem, but as you pointed out, it is a fairly simple fix.
  549.        
  550.                                      John
  551.  
  552.  
  553. Msg Base: #5 - CP/M and C128
  554.   Msg No: 256.  1-22-90 12:17.21  (NO KILL)  (RECV'D)
  555.     From: John Milligan
  556.       To: Gerry Moss
  557.  Subject: D128 SCRIPTS
  558. ALSO SEE: 254, 291.
  559.  
  560. HI Gerry, 
  561.    
  562.       I had a logon script for this board - but it wouldn't work properly
  563. - it would give me the message 'Exec complete' or something like that
  564. before it even typed my name. I tried using the script that you had (for
  565. someone else) and ran into the same problem. I have had no problems with
  566. my scripts for the various Punter boards or CRS - just this one!!!
  567.     
  568.       Have you had any trouble, at any time, with this particular board?
  569.      
  570.                                               John
  571.  
  572.  
  573. Msg Base: #5 - CP/M and C128
  574.   Msg No: 257.  1-22-90 19:12.43  (NO KILL)
  575.     From: Brian Repic
  576.       To: All
  577.  Subject: 1581/1571
  578.  
  579. Hi all! 
  580. I am looking for a 1581 diskdrive...any sellers?
  581. I am selling my 1571...any buyers?
  582.  
  583. Leave a private message if interested...
  584. thanks
  585.  
  586.  
  587. Msg Base: #5 - CP/M and C128
  588.   Msg No: 258.  1-22-90 19:14.45  (NO KILL)
  589.     From: Brian Repic
  590.       To: All
  591.  Subject: 'PACKED' FILES
  592. ALSO SEE: 266.
  593.  
  594. Hi everyone. Where can I get the file unpacking utility that unpacks files 
  595. with the .ARK (not ARC). What's the difference between ARC and ARK?
  596.  
  597. Can someone please tell me just how many file unpacking utilities there
  598. are for the C-64 and C-128? What are they and where can I find them?
  599.  
  600. Any help will be greatly appreciated...
  601.  
  602.  
  603.  
  604. Msg Base: #5 - CP/M and C128
  605.   Msg No: 259.  1-22-90 19:34.23  (RECV'D)
  606.     From: Joe Janakovic
  607.       To: John Milligan
  608.  Subject: QTERM
  609. ALSO SEE: 255, 267.
  610.  
  611. John;
  612.  
  613. Do you mean you have a file called QFIX.COM that you run to fix the baud
  614. rate?
  615.  
  616. I guess another way of doing it would be to put the command to fix the
  617. baud rate into a .SUB file (accessing the CONF utility, I guess) and then
  618. simply type SUBMIT QFIX  (assuming the file is QFIX.SUB).  But, I guess
  619. for me, the simplest thing to do is just remember those few keypresses
  620. before exiting QTerm.  (If I forget to do it before exiting, I can always
  621. just run QTerm again, switch the baud rate and exit again!).
  622.  
  623. I guess theis best thing would be to have the command interpreter execute t
  624. the .SUB file without relying on the Submit utility.  Kind of like MS-DOS
  625. does with it's .BAT files.
  626.  
  627. And yes, I don't have a Z system.  Just plain CP/M...
  628.  
  629.                      Joe
  630.  
  631.  
  632. Msg Base: #5 - CP/M and C128
  633.   Msg No: 260.  1-23-90  8:25.27  (RECV'D)
  634.     From: Michael Martin
  635.       To: Brian Repic
  636.  Subject: 1571
  637. ALSO SEE: 253.
  638.  
  639. Hello Brian. I might be interested in the 1571 drive. Can you tell me how
  640. much you want for it?
  641.  
  642.                  Michael
  643.  
  644.  
  645. Msg Base: #5 - CP/M and C128
  646.   Msg No: 264.  1-23-90 16:20.38
  647.     From: Tony Valente
  648.       To: All
  649.  Subject: SPREAD SHEET
  650.  
  651. Dose anyone have a PD program of a spreadsheet for the C64/C128.  If you
  652. do could you UP load it for me.
  653.                                      thanks!!
  654.  
  655.  
  656. Msg Base: #5 - CP/M and C128
  657.   Msg No: 265.  1-23-90 17:06.34  (NO KILL)  (RECV'D)
  658.     From: Ralph Schwarz
  659.       To: Gerry Moss
  660.  Subject: D128 SCRIPTS
  661. ALSO SEE: 254, 292.
  662.  
  663. Hi Gerry!
  664.  
  665.  That would be fantastic!  A broad variety of BBSes and a variety of
  666. functions is just what I am after.  I think it would be outstanding if you 
  667. could comment them and make them easily flexible for each user's needs. 
  668. That would definitely be appreciated by other users.  I know that there is 
  669. an unlimited number of ideas that one could theoretically make into script 
  670. form for Dialogue 128, but there aren't that many users (aside from
  671. yourself) that are willing to take the time to make them (or have the
  672. capabilities to make them to begin with).  In any case, I would like to
  673. thank you again, and I await your message, and the file...
  674.  
  675.  Thank you.
  676.  
  677. TTYL,
  678.  
  679. Ralph M. Schwarz
  680.  
  681.  
  682. Msg Base: #5 - CP/M and C128
  683.   Msg No: 266.  1-24-90  9:29.45  (RECV'D)
  684.     From: Dave Meyers
  685.       To: Brian Repic
  686.  Subject: 'PACKED' FILES
  687. ALSO SEE: 258, 268.
  688.  
  689.  Brian,
  690.  I believe that Omega-Q 2 will un-pack ARK files. There should be a copy
  691. of it in the file directories, either 64 or 128.
  692.  
  693.  
  694. Msg Base: #5 - CP/M and C128
  695.   Msg No: 267.  1-24-90 13:33.25  (NO KILL)  (RECV'D)
  696.     From: John Milligan
  697.       To: Joe Janakovic
  698.  Subject: QTERM/Z3 PLUS
  699. ALSO SEE: 259, 269.
  700.  
  701. Hi Joe,
  702.    
  703.       One of the many neat thins about the Z3 PLus system is the ability
  704. to write short command (batch type) files, and have them execute in
  705. different ways, without the SUBMIT.COM file. One of the ways, for instance,
  706.  is to use a neat little editor called SALIAS.COM which converts your
  707. 'batch' file into a COM file - which runs, like any other COM file,
  708. without any other utility needing to be present (unless, of course, the
  709. utility is called from the command file itself). 
  710.    
  711.      This is what I did with the QFIX.COM file - I don't remember exactly, 
  712. offhand, and I'm not in CP/M now - but it was something like....
  713.   
  714.       conf baud=300, repeat=1
  715.   
  716.     (or whatever the correct syntax is) and there may be another command
  717. in there too. This particular COM file, then, needs CONF.COM to be present 
  718. (on some disk in the drive path) since it IS called from the command file.
  719.   
  720.      But, the main point is that a short (up to 250 characters) batch or
  721. submit type file can easily be converted to a COM file using SALIAS. There 
  722. are other ways of using scripts and batch files in Z3 Plus. All in all, I
  723. have found Z3 Plus to be the most useful and exciting CP/M program yet.
  724.   
  725.      If you would like any more info on Z Systems, just ask.
  726.      
  727.                                        John
  728.  
  729.  
  730. Msg Base: #5 - CP/M and C128
  731.   Msg No: 268.  1-24-90 16:16.02  (NO KILL)  (RECV'D)
  732.     From: Brian Repic
  733.       To: Dave Meyers
  734.  Subject: 'PACKED' FILES
  735. ALSO SEE: 266.
  736.  
  737. thanks dave...
  738.  
  739.  
  740. Msg Base: #5 - CP/M and C128
  741.   Msg No: 269.  1-24-90 19:39.17  (RECV'D)
  742.     From: Joe Janakovic
  743.       To: John Milligan
  744.  Subject: QTERM/Z3 PLUS
  745. ALSO SEE: 267, 271, 272.
  746.  
  747. Hi John;
  748.  
  749. In other words SALIAS is basically a compiler that will compile .SUB
  750. files!  That sounds really interesting.  Actually, I think I've seen
  751. something very similar to that in the public domain somewhere (probably
  752. CRS)... can't remember the name though but it was reputed to be able to
  753. 'convert text files to .COM files'.
  754.  
  755. What other juicy features does the Z system come with?  I notice that
  756. there are many, many, many Z-specific files on CRS.  BUT, does it run
  757. standard CP/M software as well (or do you need to find the Z system
  758. version?).
  759.  
  760. Also, what is the directory structure like?  Does it allow a tree-like
  761. structure with sub-directories etc.. (ie. UNIX, MS-DOS)... I somehow doubt 
  762. that it would...
  763.  
  764.                   Joe
  765.  
  766.  
  767.  
  768.