home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / c.lbr / CPSET.HZP / CPSET.HLP
Encoding:
Text File  |  1991-11-18  |  2.8 KB  |  57 lines

  1. ;
  2.                                   CPSET.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. CPSET.COM      3k (18)   7B29  1.3        Howard Goldstein 10/90   Z3COM3
  6. CPSET.3OM      3k (18)   270C  1.3        Howard Goldstein 10/90   Z3COM3
  7. CPSET.4OM      3k (22)   3739  1.3        Howard Goldstein 10/90   Z3COM3
  8.  
  9.   1- Syntax  2- Notes  3- Examples of Use                                     
  10.  
  11.  
  12.    CPSET relaces CPSEL (console/printer select) of  the orignal ZCPR3 toolset.
  13. Since the  new  extended  environment  (ZCPR 3.4) contains  data  for only one 
  14. console  and  one  printer,  CPSEL  should  be  discarded (it  is  potentially 
  15. dangerous).  CPSEL allows  you  to define  from the command line (and hence an 
  16. alias) or interactively the characteristics of the console or printer.
  17. :1
  18.     Syntax   (1) CPSET //
  19.          (2) CPSET
  20.              (3) CPSET CON WIDTH LENGTH TEXT
  21.          (4) CPSET LST WIDTH LENGTH TEXT FORMFEED
  22.          (5) CPSET PRT WIDTH LENGTH TEXT FORMFEED
  23.  
  24.    The first  two forms  display  the  built-in  help  screen;  the third form
  25. redefines the console characteristics; and the fourth and fifth forms redefine
  26. the printer characterists.
  27.  
  28.    The actual syntax  is a little more relaxed.  Help is selected whenever the
  29. first parameter starts with  a slash character.  The console is selected when-
  30. ever the  first parameter begins with  a 'C'.  Thus 'C'  alone can be used, as
  31. can the full 'CONSOLE'.  This also  includes forms that look like  a directory
  32. specification, such  as "CRT:".  The  same  is true  for the printer,  and any
  33. form starting with a 'P' for 'printer' or 'L' for 'list' will work as well.
  34.  
  35.    All the data fields must be separated by spaces or tabs.  Fields that start
  36. with characters that do not represent a valid number will be left as they  are
  37. presently.  The FORMFEED flag  for  the printer will be cleared  if a value of
  38. zero is given and set if a nonzero value is given.   Q  or  /Q as last item on
  39. command line toggles display of changes Off.
  40. :2
  41.  CPSET Notes 
  42.  
  43.    a. Vers 1.3 has  a  configurable "quiet"  option which  can also be toggled
  44.       from the command line.
  45.  
  46.    b. Vers 1.2  modifies PARSEDATA routine to make  the code  reentrant  as it
  47.       should be.   Table used by ARGV function is moved to DSEG.   Program now
  48.       aborts if not running under Z System.
  49.  
  50.    c. Vers 1.1 fixes an error in setting the formfeed attribute for printer.
  51. :3
  52.  Examples of Use 
  53.  
  54.    a.  "CPSET CON 132"      -->  will change only the console width
  55.       
  56.    b.  "CPSET CON: / / 19"  -->  will change only the number of text lines
  57.