
Sample ARexx macros
-------------------

	These are just some example REXX macros.

  AutoWrap.vlt        Uses the wedge command to implement auto word wrap.
  DoLens.vlt          Pops up a magnifier to the VLT screen, if you have WLens.
  Intercept.vlt       Shows how to use the WEDGE command.
  LastMsgTxEd.vlt     Shows you how to play with the review buffer. This one
                      brings up the last BIX message in TxEd.
  LastMsgTTX.vlt      The same example, but now for Turbotext.
  MarginBell.vlt      WEDGE command example: ring a bell when the cursor passes
                      column 72.
  Remote.vlt          Shows how to send a command to a remote VLT.
  SendASCII.vlt       Sends text files to the host using xprascii.library
  SetMiscFlags.vlt    Brings up a requester to change various flags in VLT.
  MenuHelp.vlt        Brings up a window to allow you to get help with VLT's
                      menus.
  VLTMouse.vlt        VLTMouse.rexx and .vlt show how to program mouse support.
  VLTRequest.vlt      A general utility to substitute results of requesters into
                      script commands. See the comments for documentation.

These are ARexx scripts to be run from the shell. You should probably copy
them to rexx:, if they aren't there yet.

  AddRexxLib.rexx     adds the necessary ARexx support libraries to the system.
  ExtractTest.rexx    extracts all fields from VLT and displays them in a Shell.
  FifoBBS.rexx        A BBS using VLT's new Fifo Pipes.
  SetPing.rexx        shows you how to communicate with the PingServer.
  VLTMouse.rexx       VLTMouse.rexx and .vlt show how to program mouse support.

This one is specific to Provector, and can only be used with VLT, not VLTjr.

  VLT2Provec.pvrx     Convert VLT Tektronix commands to ARexx instructions for
                      Provector.

The phone book facility consists of one macro that should be run from VLT
(VLTPhoneBook.vlt) and some others that are called by VLTPhoneBook. Don't
run these separately, unless you know what they will do!

  VLTPhoneBook.vlt      The main phone book panel.

  VLTPhoneDelete.rexx   Delete entries in the phone book.
  VLTPhoneDial.rexx     Start or Resume dialing.
  VLTPhoneModify.rexx   Change an entry in the phone book.
  VLTPhoneSelect.rexx   Select some phone numbers to dial.
  VLTPhoneSetup.rexx    Select a different phonebook.
  VLTPhoneShow.rexx     Show an entry in the phone book.

	Willy.
