home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / CPICTE.ZIP / CPICHEAR.NDF < prev    next >
Text File  |  1992-05-13  |  1KB  |  31 lines

  1. // This sample transaction program definition is part of the CPICTELL package.
  2. //
  3. // Add this definition to the xxxxxxxx.NDF file. Where xxxxxxxx is the name
  4. // of your communication manager configuration. Typically xxxxxxxx.NDF is
  5. // found in the \CMLIB\APPN directory. After changing run APPNV.
  6. //
  7. // APPNV xxxxxxxx /e  <-This will dynamically update your active configuration.
  8. //
  9. // APPNV xxxxxxxx     <-Must restart the configuration for this to be active.
  10. //
  11. // The CPICHEAR.EXE is not need if this TP definition is used.
  12. //
  13. // If CPICHEAR.CMD is not in your system PATH, then you should give the
  14. // full file location in the parm_string. Example:
  15. // parm_string (/K C:\MYDIR\NEW\SAMPLES\CPICHEAR.CMD).
  16. //
  17. // If CPICHEAR has been changed so the POPUP.EXE is not used, then BACKGROUND
  18. // may not be a good PROGRAM_TYPE.
  19. //
  20.  
  21. DEFINE_TP
  22.    TP_NAME                  (CPICHEAR)
  23.    FILESPEC                 (C:\OS2\CMD.EXE)
  24.    PARM_STRING              (/K CPICHEAR.CMD)
  25.    CONVERSATION_TYPE        (MAPPED)
  26.    CONV_SECURITY_RQD        (NO)
  27.    SYNC_LEVEL               (EITHER)
  28.    TP_OPERATION             (NONQUEUED_AM_STARTED)
  29.    PROGRAM_TYPE             (BACKGROUND)
  30.    RECEIVE_ALLOCATE_TIMEOUT (60);
  31.