home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / archivers_collection / archiverscollection.lha / EpuGUI / EPU-GUI.DOC next >
Encoding:
Text File  |  1993-11-28  |  5.6 KB  |  237 lines

  1. ***************************************************************************
  2. ***************************************************************************
  3.  
  4.         EPU-GUI (c) P Miller 1993 - All Rights Reserved.
  5.  
  6. ***************************************************************************
  7. ***************************************************************************
  8.  
  9. Epu-Gui may be copied and redistributed without any additional
  10. permission, provided that no charge is requested for it's use and that
  11. this information is included.
  12.  
  13. Special thanks to Ron Allen, who supported in many ways.
  14. Special thanks to Jaroslav Mechacek who wrote EPU.
  15. Special thanks to Nico Francois who wrote ReqTools.
  16. Special thanks to Wouter Van Oortmerssen who wrote E.
  17. Extra Special thanks to my Wife SUE for providing the coffee,
  18.       putting up with me and designing the Icon.
  19.  
  20. ***************************************************************************
  21.  
  22. 0.  Contents.
  23. -------------
  24.     1.  Intro
  25.     2.  Installation
  26.     3.  Config
  27.     4.  NoSave Gadget
  28.     5.  Info Gadget
  29.     6.  Real size Gadget
  30.     7.  Start Gadget
  31.     8.  Save Gadget
  32.     9.  Library Gadget
  33.     10. Crunch Gadget
  34.     11. Stop Gadget
  35.     12. Future revisions
  36.     13. Version history
  37.  
  38.  
  39.  
  40.  1.  Intro.
  41. -----------
  42.     Epu-Gui is an attempt to make epu more managable from the Workbench
  43.     This was Programmed in E, and is my first E program. 
  44.     You are expected to have read EPU's documentation first.
  45.     This program is for kickstart 2.04 and upwards only.
  46.     
  47.     
  48.     
  49.  
  50.  2.  Installation.
  51. ------------------
  52.     There is nothing special about this: just be sure you have Epu_cfg
  53.     in the S: directory and Epu-Gui can go anywhere you wish.
  54.     You must have Reqtools.library Version 37 or greater in your LIBS:
  55.     directory.
  56.     And of course you must have EPU on your path. 
  57.     
  58.  
  59.  
  60.  
  61.  3.  Config.
  62. ------------
  63.     The program use's S:epu_cfg for its minimal configuration.
  64.     
  65.  
  66.     The First line.
  67.     ---------------
  68.     sets the DEFAULT library for EPU I.E.
  69.  
  70.     NUKE
  71.  
  72.     (NOTE this line MUST be capitals )
  73.     as the first line, would be the same as starting Epu with
  74.     the following cli command.
  75.  
  76.     >EPU DEVICE XXX LIB NUKE
  77.     
  78.  
  79.     The Second line.
  80.     ----------------
  81.     This line sets the distance from the top of the screen to the top left
  82.     hand corner of the EPU-GUI Window.
  83.     Value should be between 0 and 210 approx the large figure will depend
  84.     on your Screen Configuration. Try it and see - if it does'nt open its
  85.     window reduce the figure.
  86.     
  87.  
  88.     The Third line.
  89.     ---------------
  90.     This line sets the distance from the left of the screen to the top left
  91.     hand corner of the EPU-GUI Window.
  92.     Value should be between 0 and 350 approx the large figure will depend
  93.     on your Screen Configuration. Try it and see - if it does'nt open its
  94.     window reduce the figure.
  95.     
  96.     I will problably be adding a few more options to the Config file
  97.     such as Positioning the output window, and the complete default settings
  98.     not just the library.
  99.     
  100.  
  101.     
  102.  
  103.  4. Nosave Gadget.
  104. ------------------
  105.     This activates EPU's NOSAVE option I.E.
  106.     
  107.     >EPU DEVICE DF0 NOSAVE CHNG
  108.     
  109.     is the command line equivalent.
  110.     
  111.  
  112.  
  113.  
  114.  5. Info Gadget.
  115. ----------------
  116.     This activates EPU's Information Screen I.E.
  117.     
  118.     >EPU DEVICE DF0 INFO
  119.     
  120.     is the command line equivalent.
  121.     
  122.  
  123.     
  124.     
  125.  6. Real Size Gadget.
  126. ---------------------
  127.     This shows you the real size of a file not the crunched size
  128.     I.E. 
  129.             noddy.doc  67824 rwed    - real size
  130.             noddy.doc  32465 rwed    - crunched size
  131.  
  132.     >EPU DEVICE DF0 NOEXAM NOEXNEXT CHNG
  133.  
  134.     is the command line equivalent.
  135.     
  136.  
  137.  
  138.  
  139.  7. Start Gadget.
  140. -----------------
  141.     This Gadget will start up EPU on a device using the following
  142.     default settings.
  143.  
  144.       STATUS:
  145.     LOAD / SAVE / EXAM / EXNEXT / HMODE
  146.     BLOCK:    10
  147.     TABLE:    1000
  148.     LIBRARY:  xpkNUKE
  149.     
  150.     you can change the LIBRARY you use as Default in the config
  151.     file, see section 3 for details.
  152.     
  153.     >EPU DEVICE DF0 LIB NUKE
  154.     
  155.     is the command line equivalent.
  156.     
  157.  
  158.     
  159.     
  160.  8. Save Gadget.
  161. ----------------
  162.     This activates EPU's SAVE option I.E.
  163.     
  164.     >EPU DEVICE DF0 SAVE CHNG
  165.     
  166.     is the command line equivalent.
  167.     
  168.  
  169.     
  170.     
  171.  9. Library Gadget.
  172. -------------------
  173.     This gadget is not yet Implemented.
  174.     
  175.  
  176.     
  177.     
  178. 10. Crunch Gadget.
  179. ------------------
  180.     This shows you the crunched size of a file not the real size
  181.     I.E. 
  182.             noddy.doc  67824 rwed    - real size
  183.             noddy.doc  32465 rwed    - crunched size
  184.  
  185.     >EPU DEVICE DF0 EXAM EXNEXT CHNG
  186.  
  187.     is the command line equivalent.
  188.     
  189.  
  190.  
  191.  
  192. 11. Stop Gadget.
  193. ----------------
  194.     This is how you stop EPU on a Device.
  195.     it is the same as typing 
  196.     
  197.     >EPU DEVICE DF0 KILL
  198.     
  199.     at the command line, you will get a message saying 
  200.     
  201.     "EPU will die as soon as possible."
  202.     
  203.     this normally is after any files in read/write progress on the
  204.     device have finished.
  205.     
  206.     
  207.     
  208.  
  209. 12. Future revisions of EPU-GUI.
  210. --------------------------------
  211.     If you have any suggestions or thoughts concerning this program,
  212.     please let me know.
  213.     
  214.  
  215.  
  216.     
  217. 13. Version history.
  218. --------------------
  219.     V1.0 - No Known Bugs
  220.  
  221. --------------------------------------------------------------------------
  222.  
  223. That's all. If you have any suggestions or thoughts around this program,
  224.             please don't hesitate to contact me.
  225.  
  226.                 P Miller
  227.                 9 Cartleach Lane
  228.                 Worsley
  229.                 Manchester
  230.                 M38 0JD
  231.                 
  232.                 or
  233.  
  234.                 Fidonet 2:253/506.1
  235.                 Aminet 39:139/8.1
  236.  
  237.