home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / util / mfrinced-1.0.lha / MFRinCED / MFRinCED3.5.doc < prev    next >
Text File  |  1993-08-23  |  3KB  |  127 lines

  1.  
  2. Introduction:
  3.  
  4.  
  5. MFR2CED3.5 will allow the usage of Stefan Stuntz's  MFR ( Magic-
  6. FileRequester )in CED3.5, which doesn't work with MFR directly 
  7.  
  8. ( probably out of a change in CED3.5's file-loading-mechanisms ).
  9.  
  10. ( WB 2.0 or > only !!!! )
  11.  
  12. Written by Benjamin Lear, 18.8.1993
  13.  
  14. Status:    Public Domain, No Warrenty, USAGE ON OWN RISK
  15.  
  16. Version: 1.0
  17.  
  18.  
  19. It's only a fast, poor and small hack, so don't expect too much .... !!
  20.  
  21.  
  22. Please send Comments, Bugs,  Thanks, Modifications, Enhancements
  23. to
  24.     e-mail:
  25.          
  26.       ukurs-48@orville.zdv.uni-mainz.DE
  27.  
  28. Benjamin Lear
  29.  
  30.  
  31.  
  32. ««««««««««««««««««««««««««««««««« · »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
  33.  
  34. Installation:
  35.  
  36.  
  37. To install the Package, proceed the following steps:
  38.  
  39. 1. copy 
  40.             Insert_File_req.ced  
  41.             Load_File_req.ced
  42.             Save_File_req.ced
  43.    somewhere to rexx:
  44.  
  45. 2. copy 
  46.        SetDefPubScreen
  47.    to c:
  48.    
  49.    ( to increese speed, make SetDefPubScreen resident 
  50.      e.g.: add in your s:user-startup the following line:
  51.            resident c:SetDefPubScreen PURE 
  52.    )
  53.    ( -> request at end of this file )
  54.  
  55. 3. rename your s:cedmacros to annother name in order to preserve the own
  56.            defined cedmacros ( e.g.: rename s:cedmacros s:my_cedmacros )
  57.  
  58. 4. copy 
  59.        cedmacros_demo                   
  60.   to s: 
  61.   and rename it to s:cedmacros
  62.  
  63. 5. Add the line
  64.  
  65.      REJECT=CygnusEd ver. 3.5+
  66.  
  67.    to the Tool Types of your mfr.info or copy the distribution's mfr.info 
  68.    file to your WBStartup drawer.
  69.  
  70. After a reboot you should be able to use CED in the habitual way with
  71. MFR.
  72.  
  73.  
  74.  
  75. ««««««««««««««««««««««««««««««««« · »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
  76.  
  77.  
  78. Contents of The MFR 2 CED 3.5 Distribution:
  79.  
  80.  
  81. The "meat" of this distribution ( three arexx scripts ):
  82.      rexx (dir)
  83.           CED (dir)
  84.             Insert_File_req.ced  
  85.             Load_File_req.ced
  86.             Save_File_req.ced                
  87.        CED.info                         
  88.  
  89. Program to set the default public screen:
  90.      c (dir)
  91.        SetDefPubScreen
  92.        SetDefPubScreen.info
  93.  
  94. A Demo cedmacro. Use this or simular macros to invoke the arexx scripts.
  95.      s (dir)
  96.        cedmacros_demo                   
  97.  
  98.  
  99. The documentation:
  100.      doc (dir)
  101.        MFR2CED3.5.doc
  102.  
  103. A demo .info file with CED3.5 rejected ( comp. MFR - manual ) :
  104.      WBstartup (dir)
  105.        MFR.info                         
  106.  
  107.  
  108. ««««««««««««««««««««««««««««««««« · »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
  109.  
  110. Two  small requests:
  111.  
  112. 1. I have written the program SetDefPubScreen, because I was not able to 
  113.    set the default public screen with arexx.
  114.  
  115.    If anyone knows, how this could be performed, please tell me.
  116.  
  117.  
  118. 2. I was not able to open a multiselect-filerequester.
  119.    Is there no arexx-support of the req.library for such a
  120.    multiselection filerequester ???
  121.  
  122. Thank you.
  123.  
  124. B.L.
  125.  
  126.                             ««« THE · END »»»
  127.