home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / ACE / Prgs / file / AmigaMenuV1.lha / AmigaMenuV1 / AmigaMenu.doc < prev    next >
Text File  |  1995-01-23  |  2KB  |  81 lines

  1.            AmigaMenu 1.0
  2.          January 25, 1995
  3.          by Sean J. Miller
  4.  
  5.    I.    DESCRIPTION
  6.  
  7.     AmigaMenu is a very basic program.
  8. All it does is allow you to compile a list of
  9. executable files which can then be selected
  10. by a menu for execution.  It's as simple as
  11. that.
  12.  
  13.  
  14.   II.    USAGE
  15.     I usually "LEAVE OUT" the AmigaMenu
  16. icon onto the WorkBench for easy access upon
  17. startup.  After double-clicking its icon or
  18. typing "run amigamenu" from the CLI and
  19. waiting a few seconds, a sprite appears of
  20. a disk.  Clicking this disk opens a window.
  21. You may now use the right mouse button
  22. to do the following:
  23.  
  24.     Add:        Add an executable to the
  25.             menus.
  26.     Remove:     Remove an executable
  27.             from the menus.
  28.     Snapshot:    Store the AmigaMenu
  29.             window settings to a file.
  30.     About:        Just shows my name.
  31.     Quit:        Of course, quit AmigaMenu.
  32.  
  33.     After adding at least one file, you can
  34. then easily run the file without worrying about its
  35. path from the menus.
  36.  
  37.  
  38.   III.    FUTURE
  39.  
  40.     The sprite image should only appear on
  41. the Workbench screen, but instead it will
  42. appear on all.    To avoid this, when prompted
  43. "Quit upon its execution" answer yes.
  44.  
  45.   IV.    ACKNOWLEDGMENTS
  46.  
  47.     As always all appreciation goes
  48. towards David Benn and his great BASIC
  49. compiler ACE.  For the compiler, just FTP
  50. anonymous to:
  51.     FTP.APPCOMP.UTAS.EDU.AU
  52.  
  53.     Also, thanks goes to Brenda
  54. for her tolerance as I make this stuff.
  55.                     Sean
  56.  
  57.  
  58.    V.    IMPORTANT NOTES
  59.  
  60.     If you feel the program
  61. is taking up too much memory and
  62. you do not need the default limit
  63. of 40 files in the list, you may
  64. change the memory allocated by
  65. changing line one of the source
  66. code and recompiling it with ACE 2.3 or
  67. higher.
  68.     You may do the same to
  69. allow for more files in the list to
  70. avoid having to delete some to
  71. add new ones passed the 40th.
  72.  
  73.     Please report any bug reports to
  74.     the following addresses:
  75.     sjmill01@ukcc.uky.edu
  76.        or
  77.     Sean Miller
  78.     4701 Lafayette Road
  79.     Hopkinsville, KY  42240
  80.  
  81.