home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpminfo / cpm-cc26.art < prev    next >
Text File  |  1994-07-13  |  10KB  |  185 lines

  1.  
  2. ==============================================================================
  3. [ THE KAY*FOG RBBS | Filename=CPM-CC26.ART | posted 07/05/86 | 183 lines 10k ]
  4.  
  5.           The CP/M Connection                   Originally published in    
  6.                   by                               Computer Currents       
  7.              Ted Silveira                         5720 Hollis Street     
  8.   (copyright and all rights reserved)            Emeryville, CA  94608     
  9.  
  10.                                  May 6, 1986
  11.                                 LIVING WITH Z
  12.  
  13.      ZCPR3 offers so many features and utilities that it's easy to lose 
  14. sight of its main benefit.  ZCPR3 helps you do more of the work you 
  15. bought your computer for by letting you automate many of the repetitive, 
  16. time-consuming tasks of everyday computer use.  We all know how much of 
  17. our computer time is spent not producing useful work but rather taking 
  18. care of the computer itself--switching disks, finding files, 
  19. reconfiguring the system for the next task, backing up the day's work, 
  20. and so on.  With ZCPR3, you can turn many of those tiresome functions 
  21. over to the computer or at least reduce them to a couple of keystrokes.  
  22.  
  23. [Using the Z-System]
  24.  
  25.      The particular system I'm going to describe runs on a typical 8-bit 
  26. CP/M computer--a Morrow MD3 with 64K RAM (random access memory) and two 
  27. double-sided, double-density floppy disk drives holding 384K bytes each.  
  28.  
  29.      You'll notice this computer doesn't have a hard disk.  ZCPR3 runs 
  30. much faster on a hard disk (because _everything_ runs much faster on a 
  31. hard disk) and is a great help in managing the hard disk's extra space 
  32. (with named directories and so forth).  But the dual floppy system is 
  33. really the standard CP/M computer, so that's what we'll talk about.
  34.  
  35.      [ZRDOS]  One enhancement I've added to ZCPR3 on this computer is 
  36. ZRDOS Plus.  ZRDOS Plus (for Z80 Replacement Disk Operating System) 
  37. replaces the standard CP/M BDOS (basic disk operating system) segment 
  38. just as ZCPR3 replaces the standard CP/M CCP (console command 
  39. processor).  With ZRDOS Plus, I gain four major benefits:
  40.  
  41.      First, and perhaps best, I no longer have to warm boot (by hitting 
  42. ^C) after I change disks.  Second, ZRDOS can put an archive mark on 
  43. files so that a ZRDOS utility, AC.COM, will know if a file has been 
  44. changed since it was last backed up, allowing me to automatically backup 
  45. only the files I've been working on (especially useful on a hard disk).
  46.  
  47.      Third, With ZRDOS Plus, I can also restrict access to data files 
  48. and text files as well as programs, providing a new level of security.  
  49. Fourth, ZRDOS Plus has a "public directory" feature.  If I place program 
  50. overlays and similar files in a public directory, then programs that 
  51. need them (like WordStar, which uses two overlays) can find them no 
  52. matter which directory I'm currently in.  Combined with search paths, 
  53. this feature makes managing a hard disk much easier.
  54.  
  55.      ZRDOS Plus is a commercial package, written by Dennis Wright and 
  56. marketed by Echelon, Inc..  Once you add both ZCPR3 and ZRDOS Plus to 
  57. your system, you're no longer running CP/M (though you're still CP/M-
  58. compatible) because you've eliminated both the original CCP and BDOS 
  59. from Digital Research, creators of CP/M.  Instead, you're running the Z-
  60. System.  Let's take a look at how I've set up my Z-System.
  61.  
  62.      [Good Morning, Z]  Most mornings, I sit down at my desk, turn on 
  63. the computer, and, since I'm primarily a writer, stick my WordStar disk 
  64. in drive A and the disk with my current project in drive B.  I snap the 
  65. drive doors shut and hit return, and the computer cold boots.  A few 
  66. seconds later, the opening menu and a list of B drive files appear on my 
  67. screen--Z is at work.  
  68.  
  69.      The opening menu, run by the Z-System utility Vmenu, offers me a 
  70. choice of four sub-menus--Brainstorm (for beating new ideas into shape), 
  71. Manuscript (for magazine articles and similar things), Letter, and 
  72. Housekeeping (for copying files and other maintenance tasks).  From 
  73. here, I can also jump to another disk or give any command I could give 
  74. at the A> prompt.  If I were starting a new project, I'd go to the 
  75. Brainstorm menu, but this morning I'm working on an article in progress, 
  76. so I hit [M] for the Manuscript menu.  
  77.  
  78.      The new menu appears _immediately_ (half a second, the time it 
  79. takes to rewrite the screen).  In Figure 1, you'll see that the lower 
  80. part of the screen shows the menu options, my own arrangement created 
  81. with a simple WordStar text file.  The upper third of the screen shows 
  82. 16 of the files on my B disk.  Using the WordStar-style ^F and ^A keys, 
  83. I can page through the B disk files, 16 at a time, until I find the file 
  84. I want.  Once I have the right page, I use the arrow keys (or the 
  85. WordStar cursor diamond keys) to move the cursor (indicated by -->) to 
  86. the file I want to work on.  This file (CC26 in Figure 1) becomes the 
  87. _pointer file_.  Once I've selected my pointer file, most of the menu 
  88. options (E, S, C, P, W) will act on it automatically--no need for me to 
  89. remember the file name exactly, no chance of an accidental misspelling 
  90. that will cause WordStar to open a new file when I didn't want it to.  
  91.  
  92.      I hit [E] to edit the pointer file, CC26, and there's a flurry of 
  93. activity.  Z loads my key-definition program along with the set of 
  94. definitions I use for manuscript editing, and then it loads WordStar, 
  95. patches it on-the-fly to my standard manuscript format (double-spaced, 
  96. justification off, and so on), and runs it using CC26 as the file name.  
  97. Eleven seconds after I hit the E key, I'm looking at the first screen of 
  98. text.  I'm ready to work with all WordStar's defaults set the way I like 
  99. and all my special keys defined the way I want them.
  100.  
  101.      Once I've polished up the article, I exit WordStar with ^KX, and 
  102. I'm dropped straight back to the Manuscript menu, with the cursor still 
  103. pointing to file CC26.  I now hit [S] and then wander off for a few 
  104. minutes, while Z calls up The Word Plus and runs a spelling check on my 
  105. just-completed file.  When I come back, I run through the unrecognized 
  106. words, making any corrections I need to.  If I do make corrections, Z 
  107. will automatically run WordStar and call up the file.  If not, I'm just 
  108. returned to the menu again.  I run through a punctuation check (C) and a 
  109. style check (P) using Oasis' Punctuation and Style programs, and the 
  110. file is ready to go.
  111.  
  112.      Next, I jump to the Letter menu to write a cover letter for the 
  113. article.  The Letter menu _looks_ just like the Manuscript menu, but 
  114. when I hit [E] to edit the letter, Z loads a different set of key 
  115. definitions and patches WordStar to the defaults I need for writing 
  116. letters (single-spaced, right margin 76, 12 pitch printing, and so on).  
  117. Same keystroke, same speed, different configuration.
  118.  
  119.      Once I've finished the letter and cranked it through the spelling, 
  120. punctuation, and style checks, I jump to the Housekeeping menu.  Here I 
  121. can check disk space, erase or rename files, and do other maintenance 
  122. chores.  I pick the archive option here to backup my work.  Z loads the 
  123. archive program, prompts me to put the right backup disk in drive A, and 
  124. then copies only those files I've created or changed today from B to A.  
  125. Once that's done, it prompts me to put the WordStar disk back in and 
  126. then returns me to the menu.
  127.  
  128.      On a hard disk system with lots of space, I could also link any or 
  129. all of these menus to other menus--a Communications menu, a Spreadsheet 
  130. menu, a Database menu, a Programming menu.  You can, in fact, do the 
  131. same thing with a floppy disk system--you just need to have Z prompt you 
  132. to change disks when necessary.  Though you don't gain any speed by 
  133. doing this on a floppy system, you do gain a little ease because you can 
  134. have Z automatically reconfigure your system (load new key definitions, 
  135. load a new resident command package, change the directory names, etc.) 
  136. to suit your new menu.
  137.  
  138.      I've given you only a brief tour of part of my Z-System, but I hope 
  139. it gave you some feel for what Z can do.  There's more, of course--you 
  140. should see my communications disk--but that's all I have room for now.  
  141. Next issue, I'll talk about installing ZCPR3 and about some possible 
  142. drawbacks.
  143.  
  144. Information on ZCPR3 and accompanying programs:
  145.  
  146. Echelon, Inc.               Main Echelon/ZCPR3 bulletin board:
  147. 855 N. San Antonio Road     Z-Node Central - 415/489-9005     
  148. Los Altos, CA  94022
  149. 415/948-3820
  150.  
  151. Figure 1 
  152.  
  153. B0:Currents            VMENU, Version 1.6   [Z80 Code]    CC26    .   
  154.                               [More Files]
  155.  
  156.     AD-CC   .         AD-CC   .BAK      ATOM    .BMB      BOOKS   .RVW
  157.     BOOKS   .BAK      CC19    .         CC20    .         CC21    .   
  158.     CC22    .         CC23    .         CC24    .         CC25    .   
  159.  -->CC26    .         CC26    .BAK      CC26    .TL       INTECH  .
  160.  
  161.                          MANUSCRIPT MENU
  162.  
  163.                E - edit current file
  164.                S - check spelling in current file
  165.                C - clean up punctuation in current file
  166.                P - check style and phrasing in current file
  167.                W - count words in current file
  168.                R - run WordStar no-file menu
  169.              
  170.                B - go to BRAINSTORM menu
  171.                L - go to LETTER menu
  172.                H - go to HOUSEKEEPING menu
  173.                Z - give ZCPR3 command
  174.  
  175. Command (CR=Menu, ^C=Z3, *=1st Menu, <=Prev Menu, >=Next Menu) - 
  176.  
  177. ------------------------------------------------------------------------------
  178.       Ted Silveira is a freelance writer and contributing editor to several
  179.    computer-oriented publications.  He appreciates suggestions or feedback
  180.    and can be reached through the KAY*FOG RBBS (415)285-2687 and CompuServe
  181.    (72135,1447) or by mail to 2756 Mattison Lane, Santa Cruz, CA 95065.
  182.  
  183. -------------------------  End of CPM-CC26.ART Text  -------------------------
  184.  
  185.