name HelloGoodbye group "&Learning"; on command "&Hello" result=dialog("Hello World!"); endon on command "&Goodbye" result=dialog("Goodbye Cruel World..."); endon << Author: bgreen@robelle.com Date: Nov 5, 1999 Comments: 1. You will run this script from the Script Menu. If you try to run it with Alt-S-R nothing will happen. This is because all the code is on On Command blocks, which define menu items. 2. Save as "hello2.qsl" anywhere on your PC (how about "c:\qslwork"). 3. Look in Script Menu and click 'Manage Scripts'. 4. Click "Add" and browse to your hello2.qsl file. 5. The script should now be on your menu under the "Learning" group: click 'HelloGoodbye', then either 'Hello' or 'Goodbye'. 6. You should see a dialog box. 7. Shortcut keys: &L defines 'L' as the menu shortcut, for 'Learning', &H defines 'H' for 'Hello' and &G makes 'Goodbye'. >>