home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v611docs.zip / VMAIN611.ZIP / VC10-AI < prev    next >
Text File  |  1993-10-08  |  4KB  |  121 lines

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