home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / m2vbbs15.zip / README.TXT < prev    next >
Text File  |  1993-08-14  |  4KB  |  103 lines

  1.                      Rexx VBBS/2 - M2Zmodem Interface
  2.                          Written By Cunnus ShaktI
  3.                 1@509509 Vnet - Pete Link @ 1:346/35 Fidonet
  4.                   The Moonflower/2 OS/2 & VBBS Support BBS
  5.                                  3-Lines:
  6.                                509-891-6148
  7.                                509-891-6789
  8.  
  9. Introduction:
  10.  
  11.      This is a set of rexx command files that will allow the VBBS
  12. SysOp to install M2Zmodem.exe under a VBBS/2 system. M2Zmodem is an
  13. OS/2 native Z, X, & Ymodem transfer protocol driver that rivals the
  14. quality of DSZ for dos. One problem with M2Z however, is the fact that
  15. it does not write a DSZ style log file. VBBS uses this log file to
  16. figure credit deductions, ratio calculations, CPS rates, & filenames
  17. for logging purposes. What the enclosed M2zvbbs.cmd file does is
  18. convert the log file that M2Zmodem produces into a dsz style log
  19. file. (Don't expect to find the log file though, as it is deleted
  20. after each transfer.)
  21.  
  22. Limitations:
  23.  
  24. X & Y Modem is not implemented yet. Zmodem only.
  25.  
  26. Changes from previous version:
  27.  
  28. Split the file into an upload module & a download module due to
  29. conflicts with the arguments passed to the routine. M2up.cmd for
  30. uploads & m2down.cmd for downloads.
  31.  
  32. Added CD-rom awareness. the m2down.cmd file can now be configured to
  33. copy files from your CD-Rom to your hard drive or a ram drive prior
  34. to download. This allows multiple nodes to access the cd-rom. this
  35. capability can also be used to significantly increase the speed of a
  36. lan-based multi-node VBBS system.
  37.  
  38. Also included is vxydown.cmd, which is a rexx interface to add copy to
  39. local capability to VXY.exe downloads. configuration for this file is
  40. similar to the procedure to configure m2down.cmd. VXYDOWN.cmd is called
  41. with the exact commandline as vxy.exe
  42.  
  43. Installation:
  44.  
  45.      1.Copy the enclosed .cmd files to your main vbbs directory,
  46.  
  47.      2.Edit the config lines near the top of the m2up.cmd &
  48.      m2down.cmd files to reflect your main VBBS directory structure.
  49.      The Comment lines at the top of the files MUST remain as they
  50.      are in order for it to work...  Also, you may also choose to
  51.      edit the cdlist = & temppath = parameters. in the cdlist param
  52.      you should put the drive letter, seperated by a ':' of each
  53.      drive you want copied to the local drive or ramdrive for
  54.      download. The temppath parameter is the partial directory name
  55.      you want the files copied to. You MUST create a hold directory
  56.      for each node that you run. The way to do this is like so:
  57.  
  58.      MD C:\VBBS\HOLD1  <for node one>
  59.      MD C:\VBBS\HOLD2  <for node two>
  60.      etc...
  61.  
  62.      When you edit the temppath param in the m2down.cmd file, just
  63.      supply the directory name without the number. the .cmd file will
  64.      append the node number to the end of the path that you specify.
  65.      if you do not wish to utilize the cd-lan awareness, make these
  66.      two fields blank with only the quote marks remaining.
  67.  
  68.  
  69.      3.Get a copy of m2zmodem - I have it available at the Moonflower/2
  70.      as "M2Z213.ZIP". Phone # 509-891-6148.
  71.  
  72.      4.Unzip M2Z213.ZIP & copy the following files to your VBBS directory:
  73.      M2Zmodem.exe & M2Zmodem.msg.
  74.  
  75.      5.Make sure you always load VBBS/2 via the enclosed BBS.CMD
  76.      file like so:
  77.  
  78.        bbs 1    (for node 1)
  79.        bbs 2    (for node 2)
  80.        etc...
  81.  
  82.      The bbs.cmd file (Written By David Bell) sets the DSZ
  83.      environment variable that will make the whole thing work.
  84.  
  85.      6.Call up Vconfig, Download config, & add the following protocol
  86.      line:
  87.  Batch:   Key:                  Name:                Command Line:
  88.   Yes      Z (Or your choice)   Zmodem               m2down.CMD %8 -ZS %3
  89.  
  90.      7.Call up Vconfig, upload config, & add the following protocol
  91.      line:
  92.  Batch:   Key:                  Name:                Command Line:
  93.   Yes      Z (Or your choice)   Zmodem               m2up.CMD %8 -ZR %3 %9
  94. The above upload commandline is changed from previous versions. Be sure
  95. you have the correct commandline!
  96.  
  97.  
  98. That's it! It should now work. If not email me & I will try to help.
  99. All feedback is welcome!
  100.  
  101.           See Ya/2!
  102.         Cunnus ShaktI 1@509509 Vnet.
  103.