home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / PMAC10.ZIP / FIXPRT.DOC < prev    next >
Text File  |  1992-05-07  |  3KB  |  56 lines

  1.       ====================================================================
  2.            FIXPRT.CMD, Copyright 1992 Brad Berson, Psycho Psoftware
  3.                              v1.00 April 28, 1992
  4.       ====================================================================
  5.  
  6.       This software is provided with no warranties or guarantees at all.
  7.       Always make backups, read the directions, type carefully and proceed
  8.       at your own risk!
  9.  
  10.       FIXPRT.CMD is a REXX program which serves absolutely no purpose at
  11.       all except to repair minor (and likely even unnoticed) damage done
  12.       by early pre-releases of QMtoPM to a PMcomm dialing directory file.
  13.  
  14.       QMtoPM is a program which converts the dialing directory files from
  15.       Forbin Project's Qmodem into the format used by Multinet's PMcomm,
  16.       OS/2-PM communications program.
  17.  
  18.       Early versions of QMtoPM, due to incorrect documentation of PMcomm's
  19.       file format, incorrectly converted the file transfer protocols for
  20.       all variants of Xmodem and Ymodem.  The only effects of this error
  21.       are that the default protocol in the "INFO" box shows as "None" and
  22.       no buttons are pressed on the xfer protocol selection box when you
  23.       request a file transfer.  The first time an affect dialing entry is
  24.       used for a file transfer, the incorrect information will be over-
  25.       written with the correct information as long as the "save" box is
  26.       checked in the protocol selection box.
  27.  
  28.       Running FIXPRT is simple.  It's quite bulletproof but just to be
  29.       sure, won't write to your original .FON file(s).  By default FIXPRT
  30.       looks for PMCOMM.FON in your current directory and creates a file
  31.       by the same name, but with the extension ".NEW".
  32.       See the following examples.
  33.  
  34.       "C:\PMCOMM> FIXPRT"               creates PMCOMM.NEW from PMCOMM.FON
  35.  
  36.       "C:\PMCOMM> FIXPRT MYBBS"         creates MYBBS.NEW from MYBBS.FON
  37.  
  38.       "C:\PMCOMM> FIXPRT FORBIN.YUK     creates FORBIN.NEW from FORBIN.YUK
  39.  
  40.       To test the results, rename your PMCOMM.FON to PMCOMM.OLD and then
  41.       PMCOMM.NEW to PMCOMM.FON, and fire up PMcomm.  Upon successful use,
  42.       you can delete PMCOMM.OLD.
  43.  
  44.       It should also be noted that versions of PMcomm 1.11 and earlier
  45.       exhibit a bug where a couple of protocols will show as "None" in
  46.       the dialing "INFO" box, but *will* have the correct button pressed
  47.       in the protocol selection box.  This is unrelated to QMtoPM and not
  48.       affected or repaired by FIXPRT, nor is it related to bad file data.
  49.  
  50.       Brad Berson
  51.       Psycho Psoftware
  52.       See QMtoPM documentation for more information.
  53.  
  54.       The end.
  55.  
  56.