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 / ZSYS / SIMTEL20 / Z-NEWS / Z3NEWS.202 < prev    next >
Text File  |  2000-06-30  |  12KB  |  199 lines

  1.                                                                     6 May 1985
  2.                                   Z-NEWS 202
  3.  
  4. Z  TIPS:   Eagerly awaiting completion of VFILER Version 3.5,  upgrade  by  Al 
  5. Dunsmuir  (Scarborough,  Ontario,  Canada),  we submit here what we think  are 
  6. useful  VFILER  notes.   But  first,  we show VFILER built-in  help  (menu  of 
  7. commands using screen highlighting),  obtained by typing "?" or "/" (unshifted 
  8. ?)  toggle at VFILER Files display command prompt.   Last of three displays is 
  9. Macro Menu (VFILER.CMD file).
  10.  
  11.  B0:WORK1            VFILER, Version 3.4 [Z-80 Code]            Fn.FT
  12.  
  13.   -- Tagging Commands --     --------- File Operations ----------
  14.      T - Tag File              C - Copy File     D - Delete File
  15.      U - Untag File            F - File Size     R - Rename File
  16.      W - Wildcard T/U          Q - usQ File
  17.                            G - Group Copy/Delete/FSize/usQ/Tag/Untag
  18.  
  19.   -- Cursor --      -- File Print & View --   --- User  Functions ---   
  20.       ^E            P - Print      V - View   0-9 - Execute  # - HELP  
  21.        ^                                                               
  22.   ^S <-+-> ^D       -- Movement Commands --     --- Miscellaneous ---  
  23.        v            <SP> - File Forward         A - Toggle Alpha Sort  
  24.       ^X            <BS> - File Backward        H - Help File          
  25.                        + - Screen Forward       N - New DIRectory      
  26.   -- Screen --         - - Screen Backward      S - Disk Status        
  27.     ^A Left            J - Jump to a File       Z - ZC
  28.     ^F Right           E - Refresh Screen    ^C,X - Exit      
  29.                     
  30.  Command (? = Files): X
  31.  
  32. When  in Files display,  command line shows as:   Command (?  =  Help):.   The 
  33. drive/user  area (directory name) is shown in upper left corner;  current-file 
  34. cursor  points to,  at upper right.   Commands may be executed from three  (3) 
  35. user interface displays:   files, built-in help and macro menus.  Current File 
  36. shows from all displays, even Macro Menu.
  37.      Instead of 6 or 7 seconds, VFILER 3.5 loads in about 3 seconds (thanks to 
  38. Z-Noder  Jay Sage,  Newton Centre,  MA),  using 8" DSDD drives,  indicating  a 
  39. really useful,  little noticed utility.   Observe internal macro command  menu 
  40. (User  Functions) is obtained by typing "#",  fully releaving any necessity to 
  41. remember the ten (10) custom commands.
  42.      VFILER  does  things  you want it to do:   unsqueeze  files  to  printer, 
  43. console  or  to  another file,  or unsqueeze on a wildcard  and  group  basis. 
  44. Single or group tagging/untagging,  copying,  renaming, deleting, viewing, and 
  45. paginated with-header printing.   Also wildcard tagging/untagging of files for 
  46. further  processing--nothing is as quick and as simple as VFILER  for  general 
  47. disk  and  file housekeeping,  and as macro-command main entry  into  turn-key 
  48. menu/command-line drive computer system!
  49.      Now  we  design  an example CMD macro command file (with Macro  Menu)  to 
  50. manage  ZCPR3 source files,  by keeping them in a squeezed library called  (by 
  51. Charles  McManis,  Sunnyvale,  CA)  SOURCES.   Z-News 201 showed  how  library 
  52. automation is realized from ZCPR3 command line using aliases PUT,  GET, INSERT 
  53. and EXRACT.  We use two of these in our design and VFILER current-file pointer 
  54. to  insert/extract  files  into/from  SOURCES,  plus  additional  aliases  and 
  55. commands assisting other activities.
  56.      Remember, several CMD files may be used in your system by placing each in 
  57. a  different  directory,  using current directory and search  path  to  access 
  58. desired  one.   The command lines of CMD are separated from Macro Menu by  the 
  59. "#"  symbol,  the  same  symbol used to  display  menu.   VFILER.HLP  contains 
  60. information necessary to write custom CMD files.   While in VFILER,  type H to 
  61. access  this  documentation;  outside,  use command HELP ZCPR3 with HLP  files 
  62. along your path.
  63.  
  64.  ; TITLE:  Source Code Library (SOURCES) Manager
  65.  0 xdir %d%u:*.* ogoh'Attributes (p=to printer): '
  66.  1 get 100 ws.com;poke 392 ff;go %d:%f
  67.  2 putit %$
  68.  3 extract 'File name to extract (<filename>.MQC): '.mqc
  69.  4 lu -o SOURCES -m
  70.  5 CAT:;catscan 'Master Catalog Search (e.g. *.doc): ' *.*;WORK1:
  71.  6 tmaker get income10.ei e;ac BACKUP:=%d:income10.ei /a
  72.  7 modem7
  73.  8 mb %d:dims
  74.  9 protect %$ 'Attribute (r=r/o, s=system, a=archive): '
  75.  #
  76.          >>> Z-System Source File LIBRARY Management Menu <<<
  77.                 Files Squeezed/Unsqueezed On Entry/Exit
  78.  
  79.   ------------------------------------------------------------------
  80.    0 - Directory of Current Disk                         (XDIR) - 0
  81.    1 - EDIT Current File (non-document mode)         (WordStar) - 1
  82.    2 - Put MAC file into SOURCES Library                (PUTIT) - 2
  83.    3 - Extract MQC file from SOURCES Library          (EXTRACT) - 3
  84.    4 - Enter SOURCES Library (LBR)                       (NULU) - 4
  85.    5 - Scan Master CATALOG from Console        (Discat CATSCAN) - 5
  86.    6 - Financial Tally                                (T/MAKER) - 6
  87.    7 - Telecommunicate via modem                       (Modem7) - 7
  88.    8 - Database Management System               (MBasic + DIMS) - 8
  89.    9 - Set Current File Attribute (R/O, R/W, Archive) (PROTECT) - 9
  90.   ------------------------------------------------------------------
  91.  
  92. XDIR  is  set  here to give a display horizontally sorted by  file  name  (not 
  93. vertically by file type,  the defaults for XDIR) of all files on current disk. 
  94. Notice how trailing command attributes are easily added to CMD command text to 
  95. bring out features desired.  Text between apostrophes (prompts to user) may be 
  96. nested, to be answered by user, one following another!
  97.      WordStar 3.0 is poked at location 392H (a byte altered) to make sure non-
  98. document  mode is used for program source code editing function (no high  bit-
  99. 7's  set  that  way).   GO executes WS at standard  Z  (CP/M)  location  100H. 
  100. Program file is pointed to with VFILER cursor arrow,  passed to WS as %f file. 
  101. Your ZCPR3 CCP must be assembled to have GET and GO active.
  102.      Library  program NULU (Martin Murray's replacement for LU and LSWEEP) has 
  103. been renamed to LU.   PUTIT alias is:   sq $1;era $1;insert *.mqc.  INSERT and 
  104. EXTRACT aliases are from Z-News 201;  sq is SQUEEZE program.   (We learned GET 
  105. alias name conflicts with ZCPR3 resident,  intrinsic GET,  which loads a  file 
  106. without   execution  at  a  specified  memory  location--JUMP  intrinsic  runs 
  107. program.)
  108.      Using 3 to extract a file from SOURCES library results in prompt for file 
  109. name of MAC file desired.   Only file name is entered without file type.  File 
  110. copy is automatically unsqueezed exiting SOURCES library,  details in  EXTRACT 
  111. alias.
  112.      Master disk and file catalog is scanned using Rick Conn's DISCAT (Echelon 
  113. proprietary)  program (see Newsletter 008,  page 2).   Here's a case of shell-
  114. menu controlled directory (CAT) being entered from shell VFILER.   The  DISCAT 
  115. menu permits running VFILER and chaining back when finished.  Of course, going 
  116. to  HELP directory from VFILER results in nested shells also.   Where does  it 
  117. end--it doesn't!  Disk B0: is directory WORK1 (see Newsletter 104, page 1).
  118.      Study  the newsletters and HLP files and your ability to create macro CMD 
  119. files  increases quickly.   Try some--start slow and debug each  command  line 
  120. before  going to the next--learn a little,  do,  learn more.   Aliases and Zex 
  121. file  in  Z-News  109 and 201 set the mood!   (Next  newsletter  covers  Files 
  122. display and adds more notes.)
  123.  
  124. Z-COM is big success!  Now you can install Z-System on your computer in a  few 
  125. minutes, with I/O Package Segment ready to use PKey and other I/O packages you 
  126. or we develop.  You have all the functions of full-up Z without modifying your 
  127. BIOS.   Z-Com  cold  boots  as your operating system by using CP/M  CCP  patch 
  128. technique  described in Newsletter 009,  but ZC is used as command instead  of 
  129. Z3.
  130.      Licensed users of Z3-Dot-Com may upgrade to Z-Com (with I/OP) for  $40.95 
  131. plus  tax  (if  any)  and shipping and handling of  $3.00  (a  $99.00  value). 
  132. Included  is rose-pink two-sided command and installation card,  two disks  of 
  133. latest  ZCPR3 utilities,  along with six (6) special ZRDOS utilities and  full 
  134. online  HLP  documentation.   Notice command 6 in above CMD  file,  how  auto-
  135. archiving  (backup)  of edited (changed) file occurs using ZRDOS Archive  Copy 
  136. utility!
  137.  
  138. Z-Node Network nears completion in United States--need several nodes in Europe 
  139. and Asia.   These apparently won't come automatically to us, so we will search 
  140. them out!
  141.  
  142.    25. Douglas Thom - San Jose, CA 95129 - 408/253-1309 (number correction!)
  143.    34. Rod L. Blackman - Visalia, CA  93291 -
  144.    35. Norman Beeler - Sunnyvale, CA  94086 - 408/245-1420
  145.  
  146. Z-Node #15 needs more callers!   Those  in  Chicago  area can have access to a
  147. super Kaypro BBS and Z-Node run by Sysop Richard Jacobson.   Try it--dial 312/
  148. 649-1730 and behold treasures offered your modem port.
  149.  
  150. Amateur_Z_User's_Corner:   Where to go to efficiently obtain  more  knowledge, 
  151. understanding  of computer operations and usage--try your public library!   We 
  152. know our writings don't completely cover your needs, but there's lots of books 
  153. and magazines we recommend reading and studying that will:
  154.  
  155. 1. Soul of CP/M:  Using and Modifying CP/M's Internal Features, Mitchell Waite
  156. 2. The Programmer's CP/M Handbook, Andy Johnson-Laird, Osborne/McGraw-Hill
  157. 3. Inside CP/M, Dave Cortesi of Dr. Dobb's Journal
  158. 4. User's Guide, P.O. Box 5245, Redwood City, CA  94063, 415/364-0108
  159. 5. The Computer Journal, P.O. Box 1697, Kalispell, MT  59903, 406/257-9119
  160. 6. Micro Cornucopia, P.O. Box 223, Bend, OR,  97709, 503/382-5060
  161. 7. Micro/Systems Journal, P.O. Box 1192, Mountainside, NJ  07092, 201/522-9347
  162.  
  163.      First seven issues of User's Guide are great for learning CP/M, WordStar, 
  164. MailMerge,  SuperCalc,  Modem7,  dBASE II, T/Maker III and other popular 8-bit 
  165. programs.   These back issues are sold for $6.00 each.   Exorbitant,  you say; 
  166. yes, but worth it!
  167.      It'll take approximately two (2) years of study and computer operation to 
  168. feel  you know what's happening.   After 1000 hours of activity you are  above 
  169. average in capability to understand the new and to do,  way ahead of  majority 
  170. in these days of computer literacy--you know-you-know what's going on.  Wonder 
  171. what a "power user" feels?   Study no more than two (2) hours per day.   Facts 
  172. need  to  settle into your bones,  soul before more is laid on,  a basic  homo 
  173. sapient learning characteristic.
  174.  
  175. Digital Research (Pacific Grove,  CA) continues to demonstrate truth of  harsh 
  176. words  used  (see  15  October 1984 Newsletter  007,  page  4,  next  to  last 
  177. paragraph) to describe their understanding of customers, of business, of life. 
  178. (Yuppies and MBA's do not make a business.)  Their Unix activity is dissolved, 
  179. as  is their languages division;  neither 8 nor 16-bit CP/M activity  remains. 
  180. All  eggs  are in GEM (Graphics Environment Manager) basket...but  will  Apple 
  181. Computers  sue?   We  expect  them to see really hard times in less  than  six 
  182. months (DRI founder Gary Kildall deserves better;  Gordon Eubanks,  author  of 
  183. EBasic and CBasic,  would agree),  unless a miracle!  May their new Concurrent 
  184. DOS-286 take off.  See you down the lines...
  185.                                                  Echelon, Inc.
  186.                                               101 First Street
  187.                                               Los Altos, CA  94022
  188.                                        Telephone: 415/948-3820
  189.                                   Z-Node Central: 415/489-9005
  190.  
  191. Trademarks:   HD64180,  Hitachi; Z80/800, Zilog; WY-50/75/85, Wyse; Model 955, 
  192. TeleVideo; Z-System, Z-Tools, ZCPR3, ZRDOS, Z-Com, Zas, Zlink, DSD, ZDM, ITOZ, 
  193. Z-Msg,  Lasting-Value  Software,  Echelon  and  their  respective  owners  and 
  194. authors; Unix, AT&T; CP/M, GEM, Digital Research.
  195.  
  196. Z-News 202 is Copyright 1985 Echelon,  Inc.   All Rights Reserved.  Permission 
  197. to  reprint,  wholly or partially,  automatically granted if source credit  is 
  198. given to Echelon.
  199.