home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pc3270sa.zip / listfile / listfile.doc < prev    next >
Text File  |  2002-02-28  |  2KB  |  49 lines

  1. ***************************************************************************
  2. *              IBM Personal Communications/3270 Version 4.10              *
  3. *                               for Windows 95                            *
  4. *                                                                         *
  5. *                                                                         *
  6. *                               LISTFILE.EXE                              *
  7. *            A DDE sample program that supports the LOAD button           *
  8. *                             for file download                           *
  9. ***************************************************************************
  10.  
  11. To run LISTFILE, invoke it as a Windows application with the following
  12. syntax:
  13.  
  14.      LISTFILE.EXE /x   where 'x' is the alpha session-ID (A...Z)
  15.  
  16.  
  17.      Note: Each instance of the application corresponds to one session
  18.            instance.  This allows LOAD-button enablement on a session-
  19.            by-session basis.
  20.  
  21.  
  22.      When you press the LOAD button in the Receive Files from Host panel,
  23.      conversion will begin between LISTFILE and the PC/3270 session.
  24.  
  25. The following files comprise the LISTFILE application:
  26.  
  27.    LISTFILE.MAK  - Make file for the LISTFILE application
  28.  
  29.    LISTFILE.C    - C source file containing the window procedure
  30.  
  31.    LISTDDE.C     - C source file containing the DDE header
  32.  
  33.    LISTFILE.H    - C header file that defines structures, etc
  34.  
  35.    LISTDATA.H    - C header file that contains data declarations, etc
  36.  
  37.    LISTFILE.ICO  - Icon file for the LISTFILE application
  38.  
  39.    LISTFILE.RC   - Resource file for the LISTFILE application
  40.  
  41.    LISTFILE.DEF  - Definition file for the LISTFILE application
  42.  
  43. To build LISTFILE.EXE, invoke nmake.exe of MSVC 4.0 as follows:
  44.  
  45.      nmake /f "LISTFILE.MAK" CFG="Win32 Release"
  46.  
  47. This will create the executable LISTFILE.EXE in the WinRel subdirectory.
  48.  
  49.