home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / va210.zip / VL.DOC < prev    next >
Text File  |  1997-02-05  |  4KB  |  100 lines

  1.  
  2.          VL - Virtual Live Interface
  3.          ═══════════════════════════
  4.  
  5.                 VL.EXE is a live interface designed for Virtual Advanced
  6.          systems.  With a VLIVE session in progress, your BBS can share
  7.          the ADVAUX teleconference, and multi-player games programmed
  8.          for VLIVE.
  9.          
  10.          VL.EXE COMMAND LINE USAGE
  11.          ═════════════════════════
  12.  
  13.                 Note that <ch> refers to Virtual Advanced Channel Number.
  14.          
  15.          VL <ch> /CALL=<phone number of remote VA BBS> [/EXIT=<mins>]
  16.  
  17.          Dials the phone number given and attempts to CONNECT.
  18.          Once detected, system identification is automatic.
  19.  
  20.          NOTE: Answering VLIVE calls is a function automatically
  21.          handled by Virtual Advanced BBS software.  To disable VLIVE,
  22.          simply delete VL.EXE from your system.
  23.  
  24.          /EXIT is an optional parameter, and if used will cause VLIVE
  25.          to automatically hang-up after a specified period of time.
  26.          (Thus, you can utilize VL startup/shutdown automatically
  27.          as an unattended event if desired.)
  28.                   
  29.          VCONFIG SET-UP FOR VLIVE
  30.          ════════════════════════         
  31.          
  32.                 There is only one parameter that needs to be set-up
  33.          for VLIVE.  That is, your system's identifier on the VLIVE network.
  34.          The only stipulation is that you choose a unique identifier not
  35.          already in use by someone else on the network, and that the
  36.          maximum length be 8 characters.
  37.  
  38.          DIALING, CONNECTING, AND AUTO-IDENTIFICATION
  39.          ════════════════════════════════════════════
  40.          
  41.                 Once you execute the VL.EXE program as specified earlier
  42.          in this document, it will use the channel you've specified to
  43.          dial the phone number you specified on the command line.
  44.                 
  45.                 Once you successfully connect to another system capable
  46.          of VLIVE, the two systems will automatically identify each other
  47.          and the VLIVE Control Panel will come up on the screen for the
  48.          duration of your session.
  49.  
  50.          Note: If you successfully connect to the remote site, but fail
  51.          during the identification stage, the possibilities are:
  52.  
  53.          1) Your VLIVE site name is the same as the system you are calling,
  54.             or the same as another system on the network.
  55.             
  56.             Solution: Choose a new site name. All system must use a unique
  57.                       site name.
  58.  
  59.          2) The limit for systems on the network at any one time (100)
  60.             has been reached.
  61.  
  62.             Solution: Try again later.
  63.  
  64.          VLIVE CONTROL PANEL COMMANDS
  65.          ════════════════════════════
  66.                 
  67.                 There are a number of commands you can use at the VLIVE
  68.          Control Panel:
  69.  
  70.          OFF
  71.          QUIT  ..........................  End the Session (Hang-Up)
  72.  
  73.          NEWS ON / ......................  Continuous News Broadcast
  74.          NEWS OFF                          (File NEWS.LDL, Short Text File)
  75.  
  76.          SEND <text> ....................  Sends Text To Remote Consoles
  77.  
  78.          FREQ <system> <file> ...........  Request A File
  79.  
  80.          FILE <system> <file> ...........  Send A File (If <system> omitted,
  81.                                            sends to ALL)
  82.  
  83.          KILL SEND <file> ...............  Kills A File Send Operation
  84.          KILL RECV <file> ...............  Kills A File Recv Operation
  85.  
  86.          All of the above commands can be used in a VLIVE script.
  87.  
  88.          To execute a VLIVE script, either issue a RUN command from the
  89.          VLIVE console:
  90.  
  91.          RUN <file>
  92.  
  93.          Or initiate it from the command line:
  94.  
  95.          VLIVE /CALL=5551111 /EXIT=10 /RUN=VL2.SCR
  96.  
  97.          VL2.SCR would be a text file containing one or more VLIVE
  98.          comamnds.
  99.  
  100.