home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / POINT167.ZIP / PP-QWK.DOC < prev    next >
Text File  |  1993-10-09  |  6KB  |  164 lines

  1.                    PPoint/QWK Message Database System
  2.           Copyright (c) 1993 Harvey Parisien, Kingston, Canada
  3.  
  4.  
  5. PPoint now let's you connect to a host using QWK technology to connect
  6. to your host as an alternative to FidoNet Mailer/Binkley technology.
  7.  
  8. (If you don't use QWK, feel free to delete pp-qwk*.* from your directory
  9. for space.)
  10.  
  11. The advantage of this is there is virtually no setup needed on the
  12. Host's part, you can connect to any system that has a QWK door.  You set
  13. yourself up on that system to receive the message areas you want, and
  14. that's it.  You use PPoint the same was as a mailer setup, with the
  15. exception of the actual mail transfer.  Where a mailer is automated to
  16. the extent that it handles the mail transferring to and from your host
  17. quite automatically, and without user intervention, the QWK host
  18. transfer requires you to press a few keys.
  19.  
  20. Once a host transfer is requested, PPoint will dial up the host and the
  21. host bbs will prompt you for a Name and Password.  PPoint provides two
  22. simple macros to insert these for you.  Alt+N is your name and ALT+P is
  23. your Password.  Pressing these keys logs you on in seconds, then you
  24. select downloading and/or uploading on the host.
  25.  
  26. Once you log off, mail is automatically processed into PPoint.
  27.  
  28. This type of QWK management is a few steps up from OFFLINE, a QWK Reader
  29. also developed by Harvey Parisien, since the messages are stored and
  30. managed in a message database.
  31.  
  32. Setup is automatic, just run PPoint.  PPoint will prompt you for your
  33. name and your host address (a standard fidonet address) and your log on
  34. password to that bbs.  THIS REQUIRES A NEW SETUP OF PPOINT.  YOU CAN NOT
  35. RUN QWK MODE WITH PKT/MAILER NODE.
  36.  
  37. You can only have one QWK-HOST netmail area, however, you can have
  38. multiple QWK HOSTS.  It is recommended that you use the QWK HOST as
  39. entered in your PPoint setup as your NETMAIL host.  When you entered
  40. details on that host, you also entered the fidonet address for that host
  41. which will be used for netmail activities.
  42.  
  43. With a normal one host setup, PPoint just automatically dials up your
  44. host for mail transfers.  If you have multiple QWK HOSTS, you can make
  45. your terminal prompt you to dial more than one HOST by creating a text
  46. file called PHONE.LST in this format...
  47.  
  48. ;Host address or name, phone number, password
  49. 1:249/114, 634-6125, sport
  50. Fred's BBS, 555-1212, stuff
  51. 1:249/124, 555-1234, cat
  52.  
  53. ... the terminal will then prompt you with a list including the BOSS you
  54. setup in PPoint Setup for dialing.
  55.  
  56. TERMINALS: Using the terminal provided with PPoint has certain
  57. advantages.  It is a simple terminal with only the features you need to
  58. deal with offline mail, and has some special PPoint/QWK features like,
  59. when you upload a return QWK packet, you will be prompted to delete the
  60. packet from your system.  However, you can use any terminal.  Simply
  61. edit the QWK.BAT file and replace PP-QWKT with your terminal command(s).
  62. Remember to delete your *.REP (return) files once uploaded.  You might
  63. want to add a line like .... Del \email\out\*.rep /P if you use Dos 6.
  64. so it prompts you to delete packets, or something more creative than
  65. that.  If this paragraph was too complicated, stick with the terminal
  66. included with PPoint... :)
  67.  
  68. The other thing to watch for, it is how your QWK host lables your
  69. netmail (or sometimes called Matrix Mail) area.
  70.  
  71. If your QWK Host does not call the area NETMAIL, then you must edit your
  72. qwk.bat file (created and operated internally by ppoint) as follows...
  73.  
  74. This is the standard QWK.BAT
  75.  
  76. @rem THIS BATCH FILE IS USED INTERNALLY BY PPOINT
  77. @CLS
  78. @PP-QWK /OUT
  79. @PP-QWKT
  80. @PP-QWK /IN
  81.  
  82. The pp-qwk commands should be edited as follows.  Let's say your netmail
  83. area name produced by your host qwk system is PRIVATE: MAIL...
  84.  
  85. @rem THIS BATCH FILE IS USED INTERNALLY BY PPOINT
  86. @CLS
  87. @PP-QWK /OUT /Nprivate:~mail
  88. @PP-QWKT
  89. @PP-QWK /IN /Nprivate:~mail
  90.  
  91. ... upper/lower case is not important.  This causes PPoint to translate
  92. all mail in PRIVATE: MAIL to it's area called NETMAIL.
  93.  
  94. Alternatively, you could request alterations by the host.  In Maximus,
  95. the following command in AREAS.CTL should be changed to read...
  96.  
  97.    MsgInfo   NETMAIL
  98.  
  99.                                  * * *
  100.  
  101. Here are other parameters for PP-QWK, they can be displayed any
  102. time by entering: PP-QWK /?.  You'll notice that PP-QWK defaults to my
  103. favorite archiver LHA.  This was made a default, because it's the most
  104. memory efficient of all the archivers out there.
  105.  
  106.   PP-QWK Interface v1.00 - A PPoint Companion
  107.   Copyright (C) 1993 Harvey Parisien, all rights reserved
  108.   FidoNet: 1:249/114
  109.  
  110.   USE: PP-QWK /IN /OUT /Aarchiver# /Nnetmail_area_tag /?
  111.  
  112.   Defaults are: /NNETMAIL and /A0
  113.  
  114.   Archivers: 0=LHA 1=ZIP 2=ARJ
  115.  
  116.   If /switches require spaces in the text, use a ~ in place of a space.
  117.   The ~ characters will be translated to a space.
  118.  
  119.   ie: /nPRIVATE~MAIL will be read as PRIVATE MAIL
  120.  
  121.   /IN converts QWK packets into PKT packets - auto-unarchives
  122.   /OUT converts PKT packets into MSG packets - archives to REP
  123.  
  124.                                  * * *
  125.  
  126.               If you don't use a QWK host, delete these...
  127.  
  128.                               PP-QWK.DOC 
  129.                               PP-QWK.EXE 
  130.                               PP-QWKZ.EXE 
  131.                               PP-QWKT.EXE 
  132.  
  133.  
  134.                ADVANCED USER /SPECIAL APPLICATION NOTES:
  135.  
  136. Sysops can interface to their local BBS on the same system using PPoint
  137. with QWK by editing your QWK.BAT as follows.  This is assuming a Maximus
  138. system...
  139.  
  140. @CLS 
  141. @PP-QWK /OUT 
  142. @cd\max 
  143. @max 
  144. @if exist c:\max\olr\node00\*.qwk red c:\max\olr\node00\*.qwk \qwk\in 
  145. SQUISH IN OUT SQUASH LINK -q -fECHOTOSS.LOG 
  146. @cd\qwk 
  147. @PP-QWK /IN 
  148.  
  149.  
  150. If your terminal leaves your system onhook and you want if OFFHOOK, freq
  151. or download a file called OFFHOOK.ZIP from 1:249/114 (613) 634-6125
  152. which will take your modem offhook in your QWK.BAT like this...
  153.  
  154. @CLS 
  155. @PP-QWK /OUT
  156. @TELIX
  157. @OFFHOOK 3
  158. @PP-QWK /IN 
  159.  
  160. ... the 3 is a com port, that's the way offhook works.  If you have
  161. tried offhook type utils that didn't work, fear not, this one will take
  162. your modem off hook without fail (and with no smoke).
  163.  
  164.