home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 427.lha / VLTautodialer_v.7BETA / autodial.doc < prev    next >
Text File  |  1990-10-07  |  2KB  |  41 lines

  1.     These are the preliminary docs for the VLT autodialer. The autodialer
  2. requires VLT version 4.718, the rexxarplib.library (tested with version
  3. 2.3), and ARexx 1.06 or better. This is designed to work with 2400 baud
  4. Hayes compatible modems that send back the text messages. (Tested with a
  5. supra 2400)
  6.     This file is copyright 1990, Dan Sugalski. It may be redistributed with
  7. the archive in which it appears, which may be freely redistributed but
  8. not sold for profit, so long as that archive has not been altered from the
  9. original.
  10.  
  11.     The autodialer requires at least one file in your s: directory. This
  12. file must be named "VLTPhone". It contains the names, phone numbers, modem
  13. settings and macro fienames of the systems you call. The format is:
  14.  
  15.         Name Phone_Number Macro_Filename Parity Strip_bit_8
  16.  
  17. fields are delineated by spaces. This means no spaces in the BBS name. (A
  18. mod for this is left as an exercise for the reader ;)
  19.     The phone number field can be anything your modem will accept. It is
  20. preceded by an "ATDT" to the modem. Again, no spaces.
  21.     The macro filename is the name of a macro in your rexx directory that
  22. is called when a connection is made. The extension *Must* be ".vlt". So if
  23. you had "Bix" in the macro filename slot, the macro "Rexx:bix.vlt" will be
  24. called and run. Execution is async, and after the macro is started, the
  25. autodialer exits and goes away.
  26.     Parity is passed straight through to VLT's Parity command. Most common
  27. is 8N1. Your mielage may vary. I reccomend putting this entry in every line
  28. of your phone file to make sure you and the host system are communicating
  29. properly.
  30.     Strip is also passed on to VLT, to the Strip command. This will strip
  31. out the high bit (bit eight) on all non-filetransfer communication to your
  32. host system. Use N for most BBS' ('specially those sending IBM graphics)
  33. and Y when using Tymnet.
  34.     You may leave out any field except the name and Phone number. If one
  35. field is left out, however, all the rest of the fields for that line must
  36. also be left out.
  37.  
  38.     Both a dummy macro and a working Bix/Tymnet macro are included
  39. (sans password) as examples.
  40.  
  41.