home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v612docs.zip / VC10I < prev    next >
Text File  |  1993-12-16  |  4KB  |  124 lines

  1. .TOPIC:                                             
  2. Script/Function Block Commands
  3.  
  4.                                              VBBS 6.12 Documentation -- 10-I-1
  5.  
  6.  
  7.          ╔════════════════════════════════════════════════════════════════╗
  8.          ║  CHAPTER TEN ANNEX I     SCRIPT/FUNCTION BLOCK COMMANDS        ║
  9.          ╚════════════════════════════════════════════════════════════════╝
  10.  
  11.                 What follows is a list of all of the script commands that
  12.          can be used in a function block (.FB) file.  Any special rules that
  13.          apply to the command when used in a .FB file will be listed after
  14.          the command.  The commands are broken down by the sections
  15.          in the main part of this documentation that they are listed in.
  16.  
  17.          ═════════════════════════════════════════════════════════════════
  18.  
  19.          Editing Commands
  20.          ════════════════
  21.  
  22.               CLEANUP <---
  23.  
  24.          VIEWING & WRITING
  25.          ═════════════════
  26.  
  27.            CHOOSETOPIC <---
  28.              LISTBASES <---
  29.               NEXTBASE <---
  30.               PREVBASE <---
  31.                   POST <---
  32.             READSEQMSG <---
  33.             READNEWMSG <---
  34.                SCANMSG <---
  35.             SELECTBASE <---
  36.           SETQUICKSCAN <---
  37.  
  38.          E-MAIL FUNCTIONS
  39.          ════════════════
  40.  
  41.                FEEDBACK <---
  42.               QUICKMAIL <---
  43.            READALLEMAIL <---
  44.           READEMAILFROM <---
  45.             READEMAILTO <---
  46.               SENDEMAIL <---
  47.  
  48.          INFORMATION COMMANDS
  49.          ════════════════════
  50.  
  51.                FINDFILES <---
  52.                LISTFILES <---
  53.                 NEWFILES <---
  54.                    RATIO <---
  55.               REVIEWFILE <---
  56.            REVIEWUPLOADS <---
  57.          SETNEWFILESSCAN <---
  58.                              This command can only be used to prompt
  59.                              the user for number of days to scan.
  60.                SEARCHALL <---
  61.             TOPDOWNLOADS <---
  62.  
  63.  
  64.                                              VBBS 6.12 Documentation -- 10-I-2
  65.  
  66.  
  67.          TRANSFER COMMANDS
  68.          ═════════════════
  69.  
  70.                BATCHDL <---
  71.           DLMASTERLIST <---
  72.           DOWNLOADFILE <---
  73.           REMOTEUPLOAD <---
  74.            SYSOPUPLOAD <---
  75.  
  76.          FILE EDITING
  77.          ════════════
  78.  
  79.               EDITFILE <---
  80.  
  81.          VISUAL/INTERACTIVE
  82.          ══════════════════
  83.  
  84.               AUTOPOST <---
  85.            LISTCALLERS <---
  86.                            This command can only be used to list all
  87.                            the callers for the current day.
  88.                 LOGOFF <---
  89.               LOGOFFYN <---
  90.              PAGESYSOP <---
  91.                 RANDOM <---
  92.                SYSINFO <---
  93.               VALIDATE <---
  94.                    WHO <---
  95.  
  96.          USER MODIFIERS
  97.          ══════════════
  98.  
  99.                ACCOUNT <---
  100.               USEREDIT <---
  101.  
  102.          REAL MISCELLANY
  103.          ═══════════════
  104.  
  105.                   BEEP <---
  106.  
  107.          ═════════════════════════════════════════════════════════════════
  108.  
  109.              What follows is a keyboard layout showing all of the available
  110.          symbols that may be used within a function block (.FB).  All other
  111.          symbols are unusable and may cause the BBS to lock (&), do nothing
  112.          (%), or give a menu (?).  Also note that you can not use lowercase
  113.          letters in your function block as they are ignored by VBBS, which
  114.          assumes uppercase for all alphabetic characters entered by the
  115.          user.  It is also possible to use extended ASCII characters in a
  116.          function block, although they have not all been tested.
  117.  
  118.              ~ `   !   @   #   $       ^       *   (   ) -_ + = \ |
  119.                   Q   W   E   R   T   Y   U   I   O   P   [ { ] }
  120.                    A   S   D   F   G   H   J   K   L   ; : ' "
  121.                     Z   X   C   V   B   N   M   , <  . >   /
  122.  
  123.  
  124.