home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 447.lha / HandyHelp_v1.4 / HandyHelp.doc < prev    next >
Text File  |  1990-12-08  |  3KB  |  110 lines

  1.  
  2.                                 HandyHelp
  3.  
  4.  
  5. HandyHelp is a a very small directory utility with only the necessary
  6. features. It doesn't take too much memory so you can have it on your
  7. WorkBench all the time.
  8.  
  9. HandyHelp was a little project that I coded when I didn't feel like
  10. programming anything commercial. HH was also my first big?? Assembly-
  11. project.
  12.  
  13.  
  14. STARTING
  15. --------
  16.  
  17. You can run HandyHelp from CLI or Workbench. HH creates it's own process
  18. so you don't need any runback-programs in CLI. You don't have to worry
  19. about stack sizes either.
  20.  
  21. PARAMETERS
  22. ----------
  23.  
  24. HandyHelp takes two optional parameters from the CLI: Window starting
  25. X- and Y-coordinates. For example: HandyHelp 340 10
  26.  
  27. COLORS
  28. ------
  29.  
  30. HH may look horrible on your Amiga if you use WB1.3 or WB1.2. As a
  31. Commercial Developer I use WB2.0 so the colors are chosen so that HH
  32. looks beautiful in WB2.0. You can change your colors with (suprice!)
  33. preferences. :-) The best solution is ofcource to upgrade to WB2.0 :-)
  34.  
  35. DEVICES, DRIVES etc
  36. -------------------
  37.  
  38. Every time you press the menu-button on you mouse, you get all the drives,
  39. devices and assigns you have to the side where your mouse pointer was.
  40. You can choose a device by double-clicking on the name.
  41.  
  42. CLIMBING IN THE TREE
  43. --------------------
  44.  
  45. You enter a directory by double-clicking it's name. You get the parent-
  46. directory by clicking the "/"-button. HandyHelp reads the directory to
  47. a linked list so you will never enter a too long directory.
  48.  
  49. ACTIVE SIDE
  50. -----------
  51.  
  52. One of the sides is the source side and the other destination. When you
  53. choose files on a side, that side becomes the active side (source). The
  54. active side is pressed down and the other is up.
  55.  
  56. COPYING
  57. -------
  58.  
  59. COPY copies files or directories from the source side to the destination
  60. side. COPY de-selects the files that were successively copied. HandyHelp
  61. adds the copied files to the destination list without any extra directory
  62. readings.
  63.  
  64. DELETE
  65. ------
  66.  
  67. Delete deletes selected files or directories from the source-side. Files
  68. that were not successively deleted remain selected on the list.
  69.  
  70. RENAME
  71. ------
  72.  
  73. Rename let's you rename files from the source-side. Files that were not
  74. successively renamed will be asked again until success or you press the
  75. "cancel"-button.
  76.  
  77. FUTURE
  78. ------
  79.  
  80. I will continue coding HandyHelp. These features will be added:
  81.  
  82.         - File lengths to the directory list too. This requires a
  83.           horizontal scrolling gadget.
  84.  
  85.         - Directory list cache. Long directory readings are boring
  86.           while using diskettes.
  87.  
  88.         - More functions. MakeDir and Read would be nice...
  89.  
  90.  
  91. COPYRIGHT AND DISTRIBUTION
  92. --------------------------
  93.  
  94. HandyHelp is CopyRight © 1990 by StarSoft Ky, SF-66420 Ruto, Finland.
  95. It can be freely distributed for non-commercial purposes.
  96.  
  97. HandyHelp is written in assembly language and compiled with the fastest
  98. assembler available, ArgAsm. The source code is not included, but you
  99. can always ask for it... If you like to read Finnish documentation :-)
  100.  
  101. You can send suggestions, bug reports etc. to:
  102.  
  103. Jarto Tarpio
  104. Nikkarinkuja 2A6
  105. 02600 ESPOO
  106. FINLAND
  107.  
  108. But note that I may not have time to answer your letters. If possible,
  109. use e-mail: robin@niksula.hut.fi I always answer my e-mail...
  110.