home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / fish / 931-950 / ff942 / wbmenu / wbmenu.doc < prev    next >
Text File  |  1993-12-22  |  3KB  |  87 lines

  1. WBMenu Documentation Version 3.4 - Thorsten Stocksmeier - 3.9.93
  2.  
  3.  WBMENU IS SHAREWARE!!! THIS IS NO DEMO-VERSION! PLEASE SEND $5
  4.  OR 10.- DM CASH TO THE ADDRESS AT THE BOTTOM IF YOU WANT TO USE
  5.  WBMENU!!! THANK YOU .....
  6.  
  7.  *****  WBMENU JUST WORKS WITH KICKSTART VERSION 2.04 OR HIGHER !!!!  *****
  8.  
  9.    PLEASE ONLY USE WBMENU IF YOU REALLY KNOW WHERE IT IS WRITTEN FOR!!!
  10.  
  11. (Don't blame me if your hamster explodes in his cage while using WBMenu!!!)
  12.  
  13. WBMenu is a simple but mighty Workbench-Tools-Menu-Filler (WTMF). That
  14. means, it fills the Tools-Menu up with your defined menu-entries. How?
  15.  
  16. WBMenu must be started from CLI. (From WB only by 'Execute Command!')
  17.  
  18. It runs in a background task. Call it with RUN >NIL: !!!!
  19.  
  20.  
  21. The usage is:
  22.  
  23. EXECUTABLE,TITLE,ONCE/S,WAIT/S,NOASK/S,NOCALL/S,QUIET/S,NOVANISH/S,REDIR/K,
  24. NOINFO/S,TEXT/K
  25.  
  26. A very long usage, but very useful! First you tell WBMenu, what file you
  27. want to execute if the menu is clicked. (EXECUTABLE) Then you give the
  28. menu a name. (TITLE) Now a new menu-entry appears. WBMenu is sleeping. It
  29. gets awake if the title is clicked. The EXECUTABLE is executed. But some-
  30. times you'll not want a program be executed two times. For all those
  31. programs, the switch ONCE is there. The menu-title vanishes after one call.
  32. (You'll need it e.g. if you execute a RAD-Mount-Batch!) Before that, you
  33. are asked to press Enter. If you don't want that, there are some other
  34. switches. WAIT says WBMenu to wait some seconds before the window will
  35. disappear. NOASK does what it says and let's the window disappear at once.
  36. NOCALL is there to put in remark-lines into your menu. NOCALL-entries are
  37. just there to be watched. (REM-Lines in Basic!!!) QUIET will stop any
  38. outputs of the executing program. NOVANISH is just useful with ONCE. It
  39. means that you MUST call this menu to quit it. (see bottom!) The nearly
  40. best switch is REDIR (I'm still proud of writing it!!!). After this key-
  41. word you enter the name of a file/window (CON: etc.). Every time the menu
  42. is clicked, into this file outputs will be written. NOINFO stops showing
  43. an Info-Window at any click. TEXT is a keyword. The text afterwards will
  44. be shown instead of 'Executing program ...'.
  45.  
  46. To kill an entry, just click it and thereby hold the left mousebutton.
  47. That may not work if NOVANISH and ONCE are active! (Note: All WBMenu-Tasks
  48. MUST be quit to close WB!)
  49.  
  50. NOTE: I know WBMenu takes lots of memory for each task. I only suggest you
  51.       to use it with more than 512K memory.
  52.  
  53.  
  54. NOTE2: WBMenu can only be activated if your workbench is loaded completely.
  55.  
  56. Was that too much brain-shit? Well, now an example from my WB-Disk!
  57.  
  58. ---
  59.  
  60. LOADWB >NIL:           ; Load up Workbench!
  61. WAIT 8               ; Wait until Workbench is load up completely!
  62.                            ; 8 may be too long or too short - Check it!
  63.  
  64. RUN >NIL: WBMenu NEWSHELL "New Shell Window" text "Opening Shell..."
  65. RUN >NIL: WBMenu S:RadMount "Mount RAD:" text "Mounting..." once quiet noask
  66.  
  67. ---
  68.  
  69. If you now look into your Workbench-Tools-Menu, there should be two new
  70. entries. Well, Mount RAD: won't work of course!! It's just an example,
  71. you see?!
  72.  
  73. I think that was all to be said.
  74.  
  75. Please send $5 or 10.- DM, suggestions or anything else to
  76.  
  77.  
  78.         THORSTEN STOCKSMEIER
  79.         LEMGOER STRAßE 19
  80.         32657 Lemgo
  81.         GERMANY                               
  82.                                           Bye!
  83.  
  84. PLEASE PAY THIS REALLY LITTLE DONATION. WITH YOUR MONEY YOU HOLD SHAREWARE
  85.                            ALIVE ON AMIGA!!! 
  86.  
  87.