home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / t.lbr / TALIAS.HZP / TALIAS.HLP
Encoding:
Text File  |  1991-11-18  |  4.0 KB  |  83 lines

  1. ;
  2.                                   TALIAS.COM                                  
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               10k (79)         1.6        Bob Peddicord            Z3COM9
  6.  
  7.   1- Syntax  2- Commands                                                      
  8.  
  9.    TALIAS is  a utility for creating new and editing existing alias files.  It
  10. uses  the  full-screen   capabilities  provided  by   the  Z3  TCAP  (terminal 
  11. capability) facility to make  it much easier to create and edit alias scripts.
  12. Support  for  clear screen,  clear-to-end-of-line, and  cursor  addressing  is
  13. required.  Cursor  keys  from the TCAP are used to move around with.  A subset
  14. of WordStar commands are also implemented.
  15.  
  16.    Once TALIAS  is running, it  presents prompts  to the user at the bottom of 
  17. the screen and  status information  at  the  top of  the screen, including the
  18. program name TALIAS and the version number, the alias mode, and the default
  19. alias file name in use.
  20. :1
  21.  
  22.  
  23.    Syntax: TALIAS [[dir:]filename]
  24. :2
  25.  
  26.  
  27. Commands:  
  28.  
  29.     ^C  -  Clear all commands and begin entry of new commands at top of screen
  30.            in insert mode.  The default alias name is not changed.  
  31.  
  32.     ^Y  -  Delete a line in the alias.
  33.  
  34. / or ?  -  Display help  screen, if TALIAS was assembled with the HCMDFL (help
  35.            command flag) set  to  yes.  Including this command, unfortunately, 
  36.            pushes TALIAS over the 6k boundary. 
  37.  
  38.     ^N  -  Insert  new  command lines.  After the  user  issues the command, a 
  39.            blank line opens up for the insertion at the indicated location and
  40.            the cursor is placed there.  After the new command is ended with  a
  41.            <cr>, another blank line after the one just entered is opened.
  42.  
  43.  
  44.  
  45. Commands (continued):
  46.  
  47.     ^A  -  Load  an  existing alias from disk or establish a new default name.
  48.            The user will  be  prompted for  the  name of the alias file.  If a 
  49.            default name is in  effect  as  a result of a previous load or save 
  50.            command or as a result  of  a  file name  included  when TALIAS was 
  51.            invoked, then  entering  a <cr> will  select this name.  A new name
  52.            with an optional directory specification of  the DU or DIR form may
  53.            be given.  To cancel the load command, enter a <Ctrl-F> and a <cr>.
  54.            Once  a  file has  been specified, the commands will be cleared and
  55.            TALIAS will attempt  to  load  the  specified  file.  The  load  is 
  56.            performed exactly as with a name specified on the command line when
  57.            TALIAS was invoked (same code is used).
  58.  
  59.     ^V  -  Mode selection.  This command sets the mode to overwrite or insert.
  60.            A mode remains in effect until changed by  the ^V command or by the
  61.            loading of a new file.  The default mode is insert.
  62.  
  63.  
  64.  
  65. Commands (continued):
  66.       
  67.     ^W  -  Save  the  commands  into an alias file.  The user will be prompted 
  68.            for the name of the  alias file.  If a default name is in effect as
  69.            a result of  a  previous load  or  save command or as a result of a 
  70.            file name included  when  TALIAS  was invoked, then entering a <cr> 
  71.            will  select this name.  A new  name  with  an  optional  directory 
  72.            specification   of  the DU or DIR form may be given.  To cancel the 
  73.            save command, enter  a <Ctrl-F> and a <cr>.  If a file of the given 
  74.            name exists,  the  user will  be asked if it should be overwritten.
  75.            When the ^W command is completed,  the user returns to command mode
  76.            to  allow  further  editing of  the commands.  In this way multiple
  77.            aliases can be created and edited in a single session.
  78.  
  79.     ^Q  -  Exit  from  TALIAS.  This  command  will  terminate the session and 
  80.            return the user to ZCPR3.
  81.           
  82. F.  ADM 2                   P.  CDC 456                 
  83. G.  ADM 3A                  Q.  Commodore C128