home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / s / z3help09.lbr / CPSET.HZP / CPSET.HLP
Encoding:
Text File  |  1993-06-12  |  2.3 KB  |  54 lines

  1. ;
  2.                                   CPSET.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. CPSET.COM      2k (16)   6935  1.1        Jay Sage 2/89            Z3COM2
  6. CPSET.3OM      2k (16)   9825  1.1        Jay Sage 2/89            Z3COM2
  7. CPSET.4OM      3k (21)   35D6  1.1        Jay Sage 2/89            Z3COM2
  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.  
  19.    Syntax:  (1) CPSET //
  20.         (2)    CPSET
  21.         (3)    CPSET CON WIDTH LENGTH TEXT
  22.         (4)    CPSET LST WIDTH LENGTH TEXT FORMFEED
  23.         (5)    CPSET PRT WIDTH LENGTH TEXT FORMFEED
  24.  
  25.    The first  two forms  display  the  built-in  help  screen;  the third form 
  26. redefines the console characteristics; and the fourth and fifth forms redefine
  27. the printer characterists.
  28.  
  29.    The actual syntax  is a little more relaxed.  Help is selected whenever the
  30. first parameter starts with  a slash character.  The console is selected when-
  31. ever the  first parameter begins with  a 'C'.  Thus 'C'  alone can be used, as 
  32. can the full 'CONSOLE'.  This also  includes forms that look like  a directory
  33. specification, such  as "CRT:".  The  same  is true  for the printer,  and any
  34. form starting with a 'P' for 'printer' or 'L' for 'list' will work as well.
  35.  
  36.    All the data fields must be separated by spaces or tabs.  Fields that start
  37. with characters that do not represent a valid number will be left as they  are
  38. presently.  The FORMFEED flag  for  the printer will be cleared  if a value of 
  39. zero is given and set if a nonzero value is given.
  40. :2
  41.  
  42.  
  43. CPSET Notes:
  44.  
  45.    a. Vers 1.1 fixes error in setting formfeed attribute for printer.
  46. :3
  47.  
  48.  
  49. Examples of Use:
  50.  
  51.    a.  "CPSET CON 132"      -->  will change only the console width
  52.       
  53.    b.  "CPSET CON: / / 19"  -->  will change only the number of text lines
  54.