home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / f / fileshowv2.5.lha / fileshow / FileShow.DOC < prev   
Text File  |  1995-03-02  |  4KB  |  107 lines

  1.  
  2.  
  3.  
  4.                            © RAM TGI-SOFT ® 1995 
  5.                           
  6.                             FILESHOW  V 2.5
  7.  
  8.                        FileShow for DOPUS V 4.12
  9.  
  10.                
  11.  
  12.         - This program is written in Arexx.
  13.  
  14.   
  15.  
  16.  
  17.         - Tested with:
  18.          
  19.  
  20.  
  21.           AMIGA  500 - Different Models with different hardware.
  22.           AMIGA 2000 - Different Models with different hardware.
  23.           AMIGA 3000 - Different Models with different hardware.
  24.           AMIGA 1200 - Different Models with different hardware.
  25.           AMIGA 4000 - Different Models with different hardware.
  26.  
  27.  
  28.     
  29.  
  30.        -  This program (Semi Dopus.Module) shows you the File(ID)entify(d)escription(iz)
  31.           about the selected files ,LHA, LZX, DMS, ZIP, GIF, TXT, EXE (if there is one) and 
  32.           then it
  33.           lets you perform actions on this file: (ZIP_extract, LHA_extract, LZX_EXTRACT,
  34.           DMS to DISK -or RAD, Copy, Move, EXECUTE, DELETE).
  35.     
  36.        -  It will bring up an Errormessage if you don't select a file.
  37.     
  38.        -  Stop running = Press both Mousebuttons.
  39.  
  40. Installation: 
  41.  
  42.  
  43.        You need :        REXXREQTOOLS.LIBRARY (Included)
  44.                          REQTOOLS.LIBRARY     (Included)
  45.                          AREXX  (the program) (Not included)
  46.                          Kickstart 2.04 +     (Not included)
  47.                          DOPUS                (Not included) 
  48.                          FileShowRAD          (Included)
  49.                          DMS,LHA,LZX,UNZIP    (Included)
  50.                          DMSDescript          (included)
  51.                          TxtExtract           (Included)
  52.                          Exedescript          (included)
  53.                          Gifdesc              (included)
  54.  
  55.  
  56.        Assign REXX:      (its up to you) 
  57.                
  58.               
  59.               Copy:      DMS,LHA,LZH,UNZIP     to C:
  60.                          DMSDescript           to C:
  61.                          TxtExtract            to C:
  62.                          Exedescript           to C:
  63.                          Gifdesc               to C:
  64.  
  65.  
  66.                          FileShow.dopus        to REXX:
  67.                          FileShowRAD           to REXX:
  68.  
  69.                          REQTOOLS.LIBRARY      to Libs:
  70.                          REXXREQTOOLS.LIBRARY  to Libs:
  71.  
  72. Make a Button or Menu in Dopus:
  73.  
  74.                          AREXX "REXX:FileShow.dopus" (noArgs) 
  75.                          Tagged = No filename quote, Run asynchronously 
  76.               
  77.  
  78.                          As of release 1.2 RexxReqTools needs Kickstart 2.04 or higher!
  79.                          RexxReqTools now also needs the diskfont.library, this library
  80.                          should already be installed in your LIBS: directory.
  81.                          You should also have the RexxSupport.library installed.
  82.  
  83.                          To dms to the RAD: disk you'll need 1.5/2.0 Meg onboard.
  84.  
  85. History:
  86.  
  87.  
  88. 20.06.94 V 0.9 Beta release (only lha and dms available)
  89.  
  90. 04.09.94 V 1.0 First public release (add zip,txtextr,exedescr)
  91.  
  92. 07.09.94 V 1.1 Minor bug = no popup errorwindow   -  fixed
  93.                          = rescan failed          -  fixed
  94.                          = wrong window if no id  -  fixed
  95.                          = wrong jump address     -  fixed
  96.                          = don't work from RAM:   -  fixed
  97.                            add Gifdescription
  98.                            speedup 40%
  99.  
  100. 07.10.94 V 2.0 
  101.                          Routines rewritten , 
  102.                          avoid Opus_Port_error;
  103.                          You may select a much files as you can;
  104.                          Better and faster
  105.                         
  106. 02-03-95 V 2.5           LZX Routines added
  107. © RAM ® TGI 1995