home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / text / cpm-p2.arc / CPM-128.07 < prev   
Encoding:
Text File  |  1991-04-12  |  27.0 KB  |  662 lines

  1.  
  2. Msg Base: #5 - CP/M and C128
  3.   Msg No: 270.  1-24-90 20:42.41  (NO KILL)  (RECV'D)
  4.     From: Chris Schmidt
  5.       To: Ray Whidden
  6.  Subject: QTERM/'YMODEM'
  7. ALSO SEE: 248.
  8.  
  9. Great idea about bringing it up at the TPUG meeting, I will have to
  10. remember to do so in case one of us forgets.
  11.  
  12.  
  13. Msg Base: #5 - CP/M and C128
  14.   Msg No: 271.  1-25-90  9:28.53  (NO KILL)  (RECV'D)
  15.     From: John Milligan
  16.       To: Joe Janakovic
  17.  Subject: Z3PLUS
  18. ALSO SEE: 269, 277.
  19.  
  20. Hi Joe, 
  21.  
  22.       Z3 Plus has a great many neat features, and yes, there is a ton of
  23. support on CRS for Z Systems - a great deal of which is very recent, it is 
  24. one area of CP/M that is still getting attention from programmers.
  25.   
  26.       Most CP/M programs will run under Z3 (I cannot think, off the cuff,
  27. of any that don't) - some will even support Z3 in ways that were invisible 
  28. to the regular CP/M user.
  29.   
  30.       Z3 supports named directories, but not sub-directories ala DOS.
  31. Basically, you are still using 'USER' areas (0-15) but you can give these
  32. areas names. The usefullness of this is fairly limited when you are using
  33. floppies, it is easier to type 'A0:' than, for example, 'CD WORDSTAR' -
  34. but with a hard disk system (I'm thinking of the CMD) this becomes a big
  35. feature - since it is a lot easier to REMEMBER that WordStar is in a
  36. directory with it's own name, rather than C12, or whatever.
  37.    
  38.       Z3 supports PATH's, Flow control (a useful selection of IF's) to use 
  39. in your batch files, ALIASES and ZEX scripts which offer choices for
  40. automating processing FAR beyond that which is available in CP/M, Error
  41. handling and Command history are built in.  There are a great many other
  42. features that are difficult to explain in a few words.
  43.   
  44.       To fully appreciate Z3, I think you need to have a fairly well
  45. equipped system. I have a 1750 REU and 2-1581's - this works very well. A
  46. single 1541 would be impossible and other configurations in between would
  47. give varying degrees of satisfaction.
  48.   
  49.                                              John
  50.  
  51.  
  52. Msg Base: #5 - CP/M and C128
  53.   Msg No: 273.  1-25-90 20:13.54  (NO KILL)  (RECV'D)
  54.     From: Ray Whidden
  55.       To: Chris Schmidt
  56.  Subject: QTERM, ETC.  ....
  57. ALSO SEE: 249, 309.
  58.  
  59. Hi Chris,
  60.    I sometimes have the same problems here with the editor that I see you
  61. having: (besides getting the DEL key to work) and I just had it recur with 
  62. a message I entered.  I entered 'machine' near the end of line, thinking
  63. that it would wrap to the next line, but somehow got 'mac' at the end of
  64. the first line and 'chine' at the beginning of the next line.  I had to do 
  65. two edits to get it onto the second line.  Darn.
  66.    I will bring a disk of the Qterm files to the TPUG meeting for you. 
  67. Sorta need that to get anywhere.  Also, a printed copy of the DOCs.  As
  68. well as the printed HELP.HLP.  Be sure to bring a printout of the
  69. program/files you are struggling with as well as a disk so I can take it
  70. home and have a go at it.  A friend of mine has a neat utility and is
  71. working on another neat utility for the C=128.  
  72.   See you at the meeting.  Regards, Ray
  73.  
  74.  
  75. Msg Base: #5 - CP/M and C128
  76.   Msg No: 274.  1-25-90 20:36.30  (NO KILL)  (RECV'D)
  77.     From: Ray Whidden
  78.       To: John Milligan
  79.  Subject: QTERM SLOW DOWN
  80. ALSO SEE: 250.
  81.  
  82. Hi John and Chris,
  83.    Most any terminal program has to play with the BAUD setting, it just
  84. seems that QTERM doesn't save/reset it when it finishes so you have to do
  85. it yourself.  I have an alias in Z3Plus (will convert it to a CP/M *.COM
  86. file) that uses CONF to reset things after I run QT.  Will leave a message 
  87. next time.  Until then, Chris, look at the PROFILE/LD1.SUB file for the
  88. settings and just make your own .SUB file with only those settings.
  89.    Regards, Ray
  90.  
  91.  
  92. Msg Base: #5 - CP/M and C128
  93.   Msg No: 275.  1-25-90 20:47.53  (NO KILL)
  94.     From: Ray Whidden
  95.       To: All
  96.  Subject: QTERM SLOW DOWN ...
  97.  
  98. Hi,
  99.    I see John beat me to it: CONF BAUD/REPEAT is exactly the answer.
  100. As for the 'compiled' .SUB file concept, BATCH+ does the same in standard
  101. CP/M.  Also, you get limited IF testing.  However, having used those
  102. facilities, I still got Z3Plus and the differences are amazing.  If you
  103. have looked at UNIX at all, a good bunch of the features have been added
  104. (no multi-tasking stuff, of course) but Z3+ is certainly worth the
  105. investment.  The latest, experiemental, feature that is available, is
  106. support for pull-down menus, line drawing and other (limited,
  107. businesslike) graphic support, with enough source code available for the
  108. hacker to use.  I know it's not GEOS/Mac, etc. but sure stretches the old
  109. 8-bit machine to new levels.  
  110.   Regarding the use of named directories, it certainly is easier to type
  111. B0:<return> than WORDSTAR, but when you call a BBS its easier to remember
  112. CPM, GRAPHICS or UTILITIES than A15:, B5: or C2:.  Also, named directories 
  113. allow a level of device independence so that Gerry, John, Doug or Greg
  114. could create a .SUB/.ZEX script for their machine, using named directories,
  115.  and all I would have to do is make sure I use the same names, on my
  116. different configuration, to use the same script.  An example, I read PC
  117. Magazine regularly, and they often publish .BAT scripts.  I am going to
  118. pick a few of them and adapt them to my CP/M-Z3Plus environment.  That
  119. possibility isn't possible with .SUB files and user areas, as supported
  120. with CP/M.  Regards, Ray
  121.  
  122.  
  123. Msg Base: #5 - CP/M and C128
  124.   Msg No: 279.  1-27-90 12:11.27  (NO KILL)  (RECV'D)
  125.     From: Ray Whidden
  126.       To: Chris Schmidt
  127.  Subject: QTERM HELP
  128.  
  129. Hi Chris,
  130.    In case you haven't already discovered it, help in Qterm128 is as close 
  131. as the ^O ? key.  The documentation helps a lot more, but this will make
  132. like a lot easier.  Most CP/M programs offer help in one of several ways:  
  133. 1) just enter the program name without any trailing arguments, 2) enter
  134. the program name followed by a ? character, 3) start the program and enter 
  135. an h character, as in 'help' or 4) start the program and enter ESCape, or
  136. some combination, such as Qterm's 'escape sequence': ^O followed by an ?
  137. or h or some other character.  Z3 programs pretty much follow a new
  138. standard, based on the fact the ? unshifted is the /, either programname / 
  139. or programname // will get you help.  Hope this helps.  Regards, Ray
  140.  
  141.  
  142. Msg Base: #5 - CP/M and C128
  143.   Msg No: 280.  1-27-90 21:41.03  (NO KILL)  (RECV'D)
  144.     From: Ray Whidden
  145.       To: Chris Schmidt
  146.  Subject: QTERM AGAIN
  147.  
  148. Hi Chris,
  149.    The problem with the Qterm script is more the fact that the script
  150. isn't set up to terminate normally, you have to ^O X to end it.  Then your 
  151. keyboard is free to respond to the queries the BBS is sending you.  Sorry
  152. about that.  Some of my CRS scripts exit OK, just didn't get around to it
  153. for that one.  Regards, Ray
  154.  
  155.  
  156. Msg Base: #5 - CP/M and C128
  157.   Msg No: 281.  1-28-90  8:30.22  (NO KILL)  (RECV'D)
  158.     From: Eugene Gibas
  159.       To: Brian Repic
  160.  Subject: 1581 DD
  161. ALSO SEE: 253, 283.
  162.  
  163. You cannot read Amiga disks on the 1581 nor vice-versa. All they have in
  164. common is the media.
  165.  
  166.  
  167. Msg Base: #5 - CP/M and C128
  168.   Msg No: 282.  1-28-90 12:03.51
  169.     From: Howard Herman
  170.       To: All
  171.  Subject: QUATRIS  AKA:TETRIS
  172.  
  173. If  you  are  running  Quatris  (Tetris) on a C128, and have been patting 
  174. yourself  on the back because of all the wonderfully high scores you have 
  175. been getting.  Hold on! 
  176.   
  177. The  docs  clearly state that the game is configured for a 4 MHz machine, 
  178. and  ours  is  running at 2 MHz - half speed.  No wonder your scores have 
  179. been great!  You have twice the time to figure things out.
  180.   
  181. Now  we  all  know  that C128 owners are fair minded people, and wouldn't 
  182. knowingly take advantage of others in such important matters. 
  183.   
  184. Okey!   Here's what to do.  The docs say that game speed is controlled by 
  185. the  value at 0124 hex.  You'll find a decimal 135 at that location, also 
  186. at  the next two, too.  (The docs don't tell you this.)  The value should 
  187. be  halved.   Since  135 halved isn't a whole number, I chose decimal 68, 
  188. instead  of  67 - (a slight edge).  Replace the value at hex 0124 and the 
  189. next  two  bytes  with decimal 68, and then re-save it.  The docs suggest 
  190. using DDT for this, but BTPro128's buffer will do just as nicely.
  191.   
  192. Now Quatris will run at normal speed, and you will have to just make your 
  193. responses twice as fast as before.  Phew!
  194.   
  195. Howie
  196.   
  197. P.S.   If  anyone  has a prob in re-configuring Quatris, let me know, and 
  198. I'll arrrange to get to you one that is already configured for the 128.
  199.  
  200.  
  201. Msg Base: #5 - CP/M and C128
  202.   Msg No: 283.  1-28-90 18:11.58  (NO KILL)  (RECV'D)
  203.     From: Brian Repic
  204.       To: Eugene Gibas
  205.  Subject: 1581 DD
  206. ALSO SEE: 281, 305.
  207.  
  208. Actually, I found out that it might be possible to use a 1581 drive on an
  209. Amiga. It would be easier to configure than making the Amiga drive work on 
  210. a Commodore computer. The 1581 has its own microprocessor (the 6502, same
  211. as C-64's CPU) and other custom chips that allow it to communicate to a
  212. commodore computer. You might be able to yank out these 'controller' chips,
  213.  stick in a couple more and make it work on an Amiga computer! This might
  214. work because it is the Amiga computer that controls its drives (the drives 
  215. are 'dumb') . The 1581 is exactly like the Amiga drive except the '81 is
  216. configured to work only on a commodore computer!
  217.  
  218.  
  219. Msg Base: #5 - CP/M and C128
  220.   Msg No: 284.  1-28-90 18:18.47  (NO KILL)
  221.     From: Brian Repic
  222.       To: All
  223.  Subject: HELP!!!
  224. ALSO SEE: 287, 302.
  225.  
  226. Hi everyone! I need help desperately!!!!!!
  227.  
  228. I managed to unarc a file called CHALK21.ARC using CSX01.SDA but the
  229. problem is how do you know what files in CHALK21.ARC are programs and
  230. which are sequencial? I know that *.com are programs and *.doc are
  231. sequencial (the docs of the program) but what about the rest (CZM, BRD,
  232. etc..)?
  233.  
  234. When I tried to run the CHALD21.ARC program under CP/M, it didn't work and 
  235. I got this error: ERROR SS AT PC 519BH What does this mean? How can I fix
  236. it? 
  237.  
  238. Has anyone got this program (CHALK21.ARC) to work? If so exactly HOW did
  239. you do it?
  240.  
  241. By the way, I should mention that I dissolved CSX01.SDA in C-64 mode (it
  242. wouldn't dissolve in 128 mode!) Then I found the program would WORK in 128 
  243. mode 80 columns so I used it there! After unarcing the files in
  244. CHALK21.ARC  i copied the files to a CP/M disk using XLINK. 
  245.  
  246. Can anyone help me? PLEASE!! I've spent 2 days fiddling with this tro
  247. ublesome file!!!
  248.  
  249.  
  250. Msg Base: #5 - CP/M and C128
  251.   Msg No: 285.  1-28-90 19:02.50  (NO KILL)
  252.     From: Brian Repic
  253.       To: All
  254.  Subject: XLINK
  255.  
  256. Here's some useful information regarding the XLINK program.
  257.  
  258.  
  259. If you're tired of swapping disks between CP/M format and MS-DOS or
  260. between disks formatted in 1571 mode and CP/M disks then just change line
  261. 950 in the program : change DV=1 to DV=2 and this will make the second
  262. disk drive (device 9) a 1571 disk drive (it will still say 1541 but it's
  263. really in 1571 mode!). I have two 1571's and all my disks were in 1571
  264. format so I found it frustating using only one disk drive (swapping all
  265. the time) when converting ASCII prgs to CP/M double sided disks. This way, 
  266. the program uses two drives, both 1571's, instead of one.
  267.  
  268.  
  269. Msg Base: #5 - CP/M and C128
  270.   Msg No: 286.  1-29-90  9:43.46  (RECV'D)
  271.     From: Michael Martin
  272.       To: Brian Repic
  273.  Subject: 1571 DRIVE
  274. ALSO SEE: 278, 289.
  275.  
  276. I think the 1581 drive is at least as versitile as the 1571. It to will
  277. read and right in several mfm formats. In my opinion it is the best drive
  278. commodore ever produced for 64/128. I always hate it when I am forced to
  279. rely soley on my 5 inch drive. The 1581 is much much faster than a 1571.
  280. Your friends are corect however in saying the 1571 is the best 5 inch
  281. drive for a commodore machine as you can transfer text files to IBM on it.
  282.   
  283.                  Michael
  284.  
  285.  
  286. Msg Base: #5 - CP/M and C128
  287.   Msg No: 287.  1-29-90 12:20.48  (NO KILL)  (RECV'D)
  288.     From: John Milligan
  289.       To: Brian Repic
  290.  Subject: CHALK21
  291. ALSO SEE: 284, 290.
  292.  
  293. Hi Brian,
  294.      
  295.         I was able to get CHALK21 working. It has been a long time, but I
  296. don't remember having any difficulty.
  297.         I do remember this. It is not worth much effort. The program is a
  298. bit of a turkey. I suppose if you had never, ever seen a real spreadsheet, 
  299. it might be interesting, but otherwise.....
  300.     
  301.         If you want to go any further with it, let me know specifically
  302. what the problem is and I will try to help - if you have a .COM file it
  303. should run and if you have a .DOC file you should be able to read about
  304. what crazy things you are supposed to do! As I recall, it does not LOOK
  305. much like a regular spreadsheet.
  306.      
  307.                               John
  308.  
  309.  
  310. Msg Base: #5 - CP/M and C128
  311.   Msg No: 288.  1-29-90 12:27.38  (NO KILL)  (RECV'D)
  312.     From: John Milligan
  313.       To: Joe Janakovic
  314.  Subject: Z3PLUS
  315. ALSO SEE: 277.
  316.  
  317. Hi Joe,
  318.     
  319.       That's the way it goes! Everybody needs a DOS machine to be
  320. compatible. I am sitting typing this on a 386 SX machine at the office. We 
  321. would be hard pressed to do some of the business things we do on a C128 -
  322. or any other 8 bit machine. 
  323.    
  324.       But, I still like my 128 - I was a couple of months behind you,
  325. buying my machine in November 85. There is still so much that I would like 
  326. to explore and do with this machine, I have interesting programs that I
  327. have hardly touched, that I do not expect to buy another machine for quite 
  328. a while (by that time the 30686 will be on the market!) - but, being
  329. realistic, the C128 is a HOME or hobby computer - not as Commodore's name
  330. might suggest - a Business Machine.
  331.  
  332.       The other DOS's you referred to ZR, ZS, Nova etc - as far as I am
  333. aware, you are correct in the assumption that they only run under CP/M 2.2 
  334. - most of the major CP/M machines were, of course, 2.2. Only the newer
  335. machines like the C128, and a few others (which were brought out after
  336. CP/M "died") use CP/M 3.0 (or Plus as it is also known)
  337.   
  338.       We are actually lucky to have Z3 Plus - since it is simply the
  339. version of ZCPR that runs under CP/M Plus.
  340.  
  341.                                         John
  342.  
  343.  
  344. Msg Base: #5 - CP/M and C128
  345.   Msg No: 291.  1-29-90 23:40.10  (NO KILL)  (RECV'D)
  346.     From: Gerry Moss
  347.       To: John Milligan
  348.  Subject: D128 SCRIPTS
  349. ALSO SEE: 256, 299.
  350.  
  351. John, other than line noise at 2400 baud, I have never had any problems
  352. with this bbs, especially not with scripts. What does your Dialogue
  353. configure screen look like? It's the only other thing I can think of.
  354.  
  355.                          Regards, Gerry
  356.  
  357.  
  358. Msg Base: #5 - CP/M and C128
  359.   Msg No: 294.  1-31-90 12:12.11  (NO KILL)  (RECV'D)
  360.     From: John Milligan
  361.       To: Brian Repic
  362.  Subject: CHALK21
  363. ALSO SEE: 290, 295.
  364.  
  365. Hi Brian,
  366.        
  367.         Dissolving with CSXARC is NOT the way to go for CP/M files.
  368.  
  369.         Use the CP/M program UNARC.COM (I just checked, and it is here in
  370. the CP/M directory) to dissolve the CHALK21.ARC 
  371.   
  372.         To use UNARC.COM is fairly simple - you can type UNARC with no
  373. parameters and get a help screen, to unarc something you type -
  374.       
  375.          UNARC  filename A:  (or B: or whatever drive you want to go to)
  376.  
  377.         Of course, you have to get the files over to a CP/M disk in the
  378. first place - XLINK should be OK if the file is not too big - there are
  379. other ways, I use Big Blue Reader myself.
  380.      
  381.         Once you dissolve the archive in CP/M mode, you should have no
  382. problem, but, if you do - let me know.
  383.    
  384.         BTW when you are transferring from CBM -> CP/M with XLINK or BBR
  385. or whatever - DO NOT opt for the ASCII translation or added line feeds
  386. (they are used with a straight text file only)
  387.  
  388.                     Good Luck  -   John
  389.  
  390.  
  391. Msg Base: #5 - CP/M and C128
  392.   Msg No: 296.  1-31-90 15:00.08  (NO KILL)
  393.     From: Brian Repic
  394.       To: All
  395.  Subject: *.LBR FILES
  396. ALSO SEE: 297, 303.
  397.  
  398. Hi everyone! Does ANYONE how in the world to extract *.LBR files! Can
  399. someone tell me, for example the process on how to begin using the program 
  400. QUATRIS2.LBR? how does one uncrunch the files within this????? What
  401. program do you use and how do you do it? If I download the program
  402. QUATRIS2.LBR onto a CBM disk, what do I do from there? (can someone give
  403. me a step-by-step procedure because I don't want to have to first tell you 
  404. all the problems I had in trying to figure it out for myself!)
  405.  
  406. Thanks in advance!!!
  407.  
  408.  
  409. Msg Base: #5 - CP/M and C128
  410.   Msg No: 297.  1-31-90 18:32.39  (NO KILL)  (RECV'D)
  411.     From: John Milligan
  412.       To: Brian Repic
  413.  Subject: *.LBR FILES
  414. ALSO SEE: 296.
  415.  
  416. Hi Brian,
  417.      
  418.       You have basically the same problem with the .LBR files - first you
  419. must get the files over to a CP/M disk. You cannot do ANYTHING with them
  420. on a CBM disk.
  421.      
  422.       Once you have copied the .LBR files to a CP/M disk, you will need
  423. one of the CP/M Library Utility programs - NULU.COM is one of the more
  424. popular ones. 
  425.      
  426.       I did not check the CP/M directory before I started writing this, so 
  427. I am not sure what is there - I'll check it out and get back to you.
  428.           
  429.                                           John
  430.  
  431.  
  432. Msg Base: #5 - CP/M and C128
  433.   Msg No: 298.  1-31-90 18:41.44  (NO KILL)  (RECV'D)
  434.     From: John Milligan
  435.       To: Brian Repic
  436.  Subject: CP/M UTILITIES
  437. ALSO SEE: 346.
  438.  
  439. Brian,
  440.          
  441.       OK, I checked directory 9 there you will find NULU152A.COM which
  442. will look after dissolving .LBR files - type NULU and it will give you a
  443. message to type -h (I think) for help. You will probably have to
  444. experiment a bit to get the hang of it. 
  445.      
  446.       It helps, quite a bit, if you can find out as much as you can of the 
  447. concepts of CP/M - .LBR files are by far the most common way of storing
  448. files for downloading. You will also find that withinn these Libraries
  449. the files may be Squeezed, Crunched or lately LZH'ed - which are all
  450. different methods of compressing files so they take up less space -
  451. another learning experiene (is that why you are on this board? grin) so
  452. you have to UNCRunch them. 
  453.       
  454.       You will also find in Directory 9  - RDCBM20.COM - this program will 
  455. copy files (in CP/M mode) form a CBM disk (1571) to a CP/M disk - this can 
  456. be useful. Also available is QTERM128.COM a CP/M terminal program, so if
  457. you download in CP/M mode to start with - you don't have to convert
  458. formats.
  459.       
  460.       There is a LOT to be learned about CP/M. It takes a while.
  461.       
  462.                                            John
  463.  
  464.  
  465. Msg Base: #5 - CP/M and C128
  466.   Msg No: 299.  1-31-90 18:56.24  (NO KILL)  (RECV'D)
  467.     From: John Milligan
  468.       To: Gerry Moss
  469.  Subject: D128 SCRIPTS
  470. ALSO SEE: 291, 310.
  471.  
  472. Hi Gerry, 
  473.      
  474.         I almost went CLICK! when you mentioned configure screen - but the 
  475. only thing I thought would make any difference is the CR/LF thing - and I
  476. tried all three combinations, to no avail. I have Flow Control - off and
  477. Local Echo - off.  What others would likely make any difference?
  478.       
  479.                                             John
  480.  
  481.  
  482. Msg Base: #5 - CP/M and C128
  483.   Msg No: 300.  2-01-90  3:34.32
  484.     From: Howard Herman
  485.       To: All
  486.  Subject: #1571 SPEED
  487. ALSO SEE: 304.
  488.  
  489. A  while  back  there was a post about Kaypro disks being a lot faster to
  490. write  to,  than  CBM CP/M formatted ones.  I re-posted this on FOG's San
  491. Francisco  bbs,  and  someone replied, possibly providing the explanation
  492. for  this. If the reply is correct, then using the new ROM's, and running
  493. C1571  (best  done as a part of PROFILE), the write speeds of each format
  494. ought to be the same.  Following is that reply:                          
  495.                                                                          
  496. -------                                                                  
  497. Message #16859  ** General **  [reply to #16858]                         
  498. Posted: 12/07/89 at  5:08 pm                                             
  499.   From: JOHN MCGLOTHLIN                                                  
  500.     To: Howard Herman                                                    
  501.  About: C128's #1571 Drive Speed-up! (8 lines)                           
  502.                                                                          
  503. Do you know which version of the 1571 ROMS you have?  It sounds like the 
  504. 1571 is verifiyng after writing when you use CBM format and not when your
  505. using Kaypro format.  Try running C1571 (turns off write verify) before  
  506. copying to the CBM format and comparing the time.  By the way, I've had  
  507. a few problems getting my AT Clone to read Kaypro DIsks formatted on the 
  508. C-128 (using Xenocopy) and find it is better to format them on either    
  509. the Clone or a Kaypro.  The CPM format that seems to work best is the    
  510. IBM  CPM-86  one  though  it  stores  less  data that the regular CBM CPM
  511. format.                                                                  
  512.  
  513.  
  514. Msg Base: #5 - CP/M and C128
  515.   Msg No: 301.  2-01-90 11:52.48
  516.     From: Barry Turner
  517.       To: All
  518.  Subject: CP/M
  519.  
  520. CAN ANYONE HELP ME, I HOPE SO!!!! INEED A LIST OF CP/M COMMANDS. 
  521. AND, IS THERE ANY DIFFERENCE IN THE SYNTAX BETWEEN THE APPLE (11+) AND
  522.  THE C128.
  523.  
  524.  
  525. Msg Base: #5 - CP/M and C128
  526.   Msg No: 303.  2-01-90 14:07.16  (NO KILL)  (RECV'D)
  527.     From: Ray Whidden
  528.       To: Brian Repic
  529.  Subject: *.LBR FILES
  530. ALSO SEE: 296, 348.
  531.  
  532. Hi Brian, (again)
  533.    The utility that I use for *.lbr files is QL40.COM (I think 40 is the
  534. latest version).  You enter QL40<ret> or QL40 A:<ret> or another drive,
  535. and you get a numbered list of all the files on that disk.  If there are
  536. too many for the display, use QL40 A*.* for all the files that start with
  537. A???????.???.  For all the *.LBR files use QL40 *.LBR.  Once you pick the
  538. file you want to view, by entering the corresponding number, you will see
  539. (in the case of the *.lbr files) a second numbered list of the directory
  540. of the file.  As well, notice that the top of the screen says something
  541. like "Enter E to extract".  You can pick a number and the file will be
  542. extracted to your default drive, unsqueezing or uncrunching, as required.  
  543. All, you can start a list of files to extract by entering a "(" before you 
  544. enter any numbers and commas, as needed.  Note: if less than 10 files in
  545. the list, QL40 is smart enough to insert its own commas.  Help is as easy
  546. as hitting the / or ? key.  A recommended utility.  Of course, the old way 
  547. was to use LU or NULU but you really only need them if you also want to
  548. build a *.lbr file.  QL is much easier for beginner or expert.  Regards,
  549. Ray
  550.  
  551.  
  552. Msg Base: #5 - CP/M and C128
  553.   Msg No: 304.  2-01-90 22:19.52  (NO KILL)  (RECV'D)
  554.     From: John Milligan
  555.       To: Howard Herman
  556.  Subject: #1571 SPEED IN CP/M
  557. ALSO SEE: 300, 333.
  558.  
  559. Hi Howie, 
  560.        
  561.        I posted the original message about the 1571 speeds. 
  562.      
  563.        I DO have the new ROMs so that is not a factor. That speedup
  564. program would probably work, I know I have it somewhere on a disk - I
  565. should look it up and try it. I was kind of dubious about it originally,
  566. since it seemed to me that turning off the write verify is not necessarily 
  567. the ideal way of speeding up the write process - but maybe it is OK.
  568.      
  569.        I have 2 1581s and all my CP/M stuff is on 1581 disks, so I don't
  570. use the 1571 much anymore anyway. The Kaypro format does still have the
  571. advantage of the extra space - sometimes a few extra k just makes the
  572. difference in getting everything you wanted onto the disk!
  573.         
  574. UNRELATED TOPIC.....
  575.     
  576.        You mentioned a while ago that you had ordered FastTrac 128 and
  577. were having problems with it. Did you resolve the problems? If so what do
  578. you think of the program? It is not copy protected, is it?
  579.      
  580.        I have ordered it twice, from SSI, and each time they told me - not 
  581. ready yet, try again later.
  582.   
  583.                                       John
  584.  
  585.  
  586. Msg Base: #5 - CP/M and C128
  587.   Msg No: 305.  2-02-90 22:17.17  (NO KILL)  (RECV'D)
  588.     From: Eugene Gibas
  589.       To: Brian Repic
  590.  Subject: 1581 DD
  591. ALSO SEE: 283, 349.
  592.  
  593. Interesting, if you get any more info or fresh thinks on this future
  594. expansion on the 1581/Amiga topic, PLEASE feel free to pass it along.
  595. We're all EARS, or EYES, as the case may be!
  596.  
  597.  
  598. Msg Base: #5 - CP/M and C128
  599.   Msg No: 308.  2-03-90 13:35.48  (NO KILL)
  600.     From: Ray Whidden
  601.       To: Barry Turner
  602.  Subject: CP/M COMMANDS
  603.  
  604. Hi Barry,
  605.    You were asking what the CP/M commands were.  I can help you out there
  606. but I didn't follow your question about the syntax regarding the Apple. 
  607. Could you elaborate.
  608.    Anyway, here is a list of the commands and a very brief description:
  609. Command       Description
  610. copysys       on C=128, see PIP
  611. date          set date/time, display once/continuously
  612. device        set options for devices:lst, con, etc
  613. dir/dirs      display directory with options
  614. dump          hex/ascii display of a file
  615. ed            line oriented text editor: primitive, to be polite
  616. era/erase     erase a file
  617. format        format a new diskette
  618. gencom        combine RSX/header to create special .COM file
  619. get           redirect console input from a file
  620. help          use a file HELP.HLP to provide on-line help
  621. hexcom        from *.HEX input create a *.COM output
  622. initdir       initialize a newly formatted diskette for date stamping
  623. keyfig        probably specific to C=128, KEYboardCconFIGure program
  624. DU:           D(rive)U(user area): to change from default A(0) enter b1:
  625. patch         patch CP/M files
  626. PIP           P(eripheral) I(interchange) P(rogram) named after DEC
  627.               utility, copy, filter, append, search, many more features
  628. profile.sub   a file that is read when booting up to customize your system
  629.               see SUBMIT
  630. put           redirect console/printer to file/con:/lst:
  631. ren/rename    rename a file
  632. save          use with SID, save a file, usually *.COM
  633. set           set password/time stamping/file attribute options
  634. setdef        set disk search path, invoke *.COM/*.SUB search order, etc
  635. show          show space available on diskette
  636. submit        batch processing, like MS-DOS *.BAT files, or UNIX aliases
  637.               a powerful feature to reduce the amount of typing, permits   
  638.               parameter passing and nested files
  639. type          type an ascii file to the screen
  640. user/DU:      see DU:, change user area or disk/user_area
  641. Additional files on the CP/M DRI offer:
  642. addbios       create a new system
  643. gencom        see above
  644. hexcom        see above=
  645. hist.utl      create a histogram of instruction useage, see SID
  646. lib           *.LIB file utility for macros
  647. link          linkage editor, use with assembler to get *.COM file
  648. mac           macro assembler, *.ASM --> REL
  649. rmac          relocatable macro assembler, *.ASM --> *.PRL
  650. screen40      C=128 blanks 40-col screen
  651. sid           S(ymbolic) I(nstruction) D(ebugger) trouble shooting tool
  652.               see HIST/TRACE.UTL
  653. trace.utl     show trace of machine instructions from SID
  654. xref          create crossreference listing of assembler *.ASM
  655. C=128 CP/M source files, etc. to create your own version of CP/M on C=128
  656.    Hope this helps the new users or those who might have thought about
  657. using CP/M but never got around to it.  It's one way to get the most from
  658. your computer without breaking the bank.  
  659.    Regards, Ray
  660.  
  661.  
  662.