opening applications

I am a complete newbie to applescripting so bare with me!

I am writing an applscript, to be made into a bundle application (so it will work on OS9 too) that will open an application when you run it. i have got it to work (using the command ‘Launch’), but i get an Applescript dialogue box come up asking me if i want to run the script or quit. how can i suppress this box so it just launches the application? or is there a command instead of launch that does the same job but doesn’t give you the dialogue box?

help much appriciated!

ahh figured it. I uncheck the ‘Startup Screen’ option. Right! sorry i am new to this!

I’m guessing if i make this as a bundle i can put a OS 9 script (or applet) in a ClassicMacOS folder iinside the contents folder, that will open up a classic application?