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 / ZSIG / TALIAS11.LBR / TALIAS.DQC / TALIAS.DOC
Text File  |  2000-06-30  |  5KB  |  107 lines

  1.  
  2.                          TALIAS Alias Editor and Creator
  3.  
  4.                                      by
  5.  
  6.                                Bob Peddicord
  7.  
  8.                  SYSOP, Tall Trees RCPM running  under ZCPR3
  9.                     17516 Redwood Hwy. Selma ORE. 97538      
  10.                   503-597-2066 (RCPM) from 10pm to 7:30am
  11.  
  12.  
  13.  
  14. SYNTAX:
  15.  
  16.      TALIAS [[DIR:]FILENAME]
  17.  
  18.     examples:    TALIAS
  19.             TALIAS DOIT
  20.             TALIAS WORK:DOIT
  21.  
  22.      If TALIAS is invoked with a file name specified, a file of that name
  23. and type COM will be read in if it exists and if it is an alias file.  If
  24. such a file does not exist or is not an alias file, then the specified name
  25. will be used as the default output file for the creation of a new alias.  An
  26. optional directory in either DU or DIR form may be specified.  If a file
  27. type is included with the name, it will be ignored and replaced by COM.  If
  28. the file name is ambiguous, TALIAS will use the first matching file found.
  29.  
  30.  
  31. FUNCTION:
  32.  
  33.      TALIAS is a program for creating new and editing existing alias program
  34. files.  See the documentation elsewhere on ALIAS for information on the
  35. definition and use of alias files.  TALIAS uses the full-screen capabilities
  36. provided by the Z3 TCAP (terminal capability) facility to make it much
  37. easier to create and edit alias scripts.  Support for clear screen, clear-
  38. to-end-of-line, and cursor addressing is required. Cursor keys from the
  39. tcap are used to move around with.
  40. A subset of wordstar commands are implemented, for the users convinence.
  41.  
  42.  
  43.     Once TALIAS is running, it presents prompts to the user at the bottom
  44. of the screen and status information at the top of the screen, including the
  45. program name TALIAS and the version number, the alias mode (explained in
  46. next paragraph), and the default alias file name in use.
  47.  
  48. TALIAS COMMANDS:
  49.  
  50.      The main TALIAS commands work in some what of the same way that
  51. wordstar commands work, the system waits for user to press one of the
  52. following control key combinations and then performs the
  53. corresponding function.
  54.  
  55.   ^C. Clear all commands and begin entry of new commands at top of screen
  56.       in insert mode.  The default alias name is not changed.
  57.  
  58.   ^Y. Delete a line in the alias. 
  59.  
  60.   /or?. Help information is displayed.
  61.       if TALIAS was assembled with the HCMDFL (help command flag) set to
  62.       yes.  We recommend not including this command because it pushes TALIAS
  63.       over the 6K boundary and because the commands are self-explanatory
  64.       once they have been learned.  We included this command mainly for the
  65.       beta-test versions, which were distributed without a DOC file.
  66.  
  67.   ^N. Insert new command lines. 
  68.       After the user issues the command, a blank line
  69.       is opened up for the insertion at the indicated location and the
  70.       cursor is placed there.  After the new command is ended with a
  71.       carriage return, another blank line after the one just entered is
  72.       opened.  
  73.  
  74.   ^A. Load an existing alias from disk or establish a new default name.  The
  75.       user will be prompted for the name of the alias file.  If a default
  76.       name is in effect as a result of a previous load or save command or as
  77.       a result of a file name included when TALIAS was invoked, then
  78.       entering a carriage return will select this name.  A new name with an
  79.       optional directory specification of the DU or DIR form may be given. 
  80.       To cancel the load command, enter a control-F and a carriage return. 
  81.       Once a file has been specified, the commands will be cleared and 
  82.       TALIAS will attempt to load the specified file.  The load is performed
  83.       exactly as with a name specified on the command line when TALIAS was
  84.       invoked (the same code is used).
  85.  
  86.   ^V. Mode selection.  This command sets the mode to overwrite or insert.
  87.       A mode remains in effect until changed by the ^V command or by
  88.       the loading of a new file.  The default mode is insert.
  89.  
  90.   ^W. Save the commands into an alias file.  The user will be prompted for
  91.       the name of the alias file.  If a default name is in effect as a
  92.       result of a previous load or save command or as a result of a file
  93.       name included when TALIAS was invoked, then entering a carriage return
  94.       will select this name.  A new name with an optional directory
  95.       specification of the DU or DIR form may be given.  To cancel the save
  96.       command, enter a control-F and a carriage return.                   
  97.       If a file of the given name exists, the user will be asked if it
  98.       should be overwritten. 
  99.       When the ^W command is completed, the user returns to command mode to
  100.       allow further editing of the commands.  In this way multiple aliases
  101.       can be created and edited in a single session.
  102.  
  103.   ^Q. exit from TALIAS.  This command entered will terminate the session
  104.       and return to ZCPR3.
  105.  in a single session.
  106.  
  107.   ^Q. exit f