home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / PMFT16.ZIP / PMFT.DOC < prev    next >
Text File  |  1990-08-20  |  2KB  |  67 lines

  1.          INTRODUCTION
  2.          ------------
  3.  
  4.          PMFT is a presentation manager interface to the EHLLAPI file
  5.          transfer program (more commonly known as SEND/RECEIVE or
  6.          IND$FILE).  It requires OS/2 EE 1.2 or later.
  7.  
  8.          The syntax is:
  9.  
  10.                 PMFT [pcfile] [hostfile]
  11.  
  12.          since the first parameter is the pc file name, it supports drag
  13.          and drop from the file manager if you add the program to one of
  14.          the groups.  The 'pcfile' can be specified as a question mark
  15.          (?) in which case the application will prompt for the PC file
  16.          name.
  17.  
  18.  
  19.          INSTALLATION
  20.          ------------
  21.  
  22.          The application is packaged as five files:
  23.  
  24.                 OS2SUPT.DLL
  25.                 OS2SUPT.MSG
  26.                 OS2SUPTH.MSG
  27.                 HLLAPI.MSG
  28.                 PMFT.EXE
  29.  
  30.          The installation is as follows:
  31.  
  32.                 1) Copy the .DLL file to a directory in your LIBPATH
  33.                 2) Copy the .EXE file to a directory in your PATH
  34.                 3) Copy the .MSG files to a directory in your DPATH
  35.                 4) (optional) Install PMFT.EXE on an OS/2 group window.
  36.  
  37.  
  38.          CHANGE HISTORY
  39.          --------------
  40.  
  41.          1.0  Base Code.
  42.  
  43.          1.1  Added "more options" dialog.
  44.  
  45.          1.2  Made the main window reappear after "Done" button was
  46.               pressed.
  47.  
  48.          1.3  Added PC file name on dialog for host file name.
  49.  
  50.               Added a different dialog box for PC file name when
  51.               transferring from the host.
  52.  
  53.               Checked for the existance of PC file when transferring
  54.               from the host and present a chance to cancel the download.
  55.  
  56.          1.4  Fixed problem with corrupted icon.
  57.  
  58.               Fixed bug on combo box when "Reset" button was pressed.
  59.  
  60.          1.5  Changed Z-Order to move the window to the top.
  61.  
  62.          1.6  Stored the name of the PC file and the host file in the user
  63.               profile.
  64.  
  65.               Fixed bug with error message displaying that the PC file doesn't
  66.               exist on a download.
  67.