Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!fernwood!portal!cup.portal.com!gort From: gort@cup.portal.com (george d harrington) Newsgroups: comp.sys.mac.hypercard Subject: Re: Sublaunch from Hypercard? Message-ID: <40836@cup.portal.com> Date: 3 Apr 91 09:16:56 GMT References: <656@scubed.SCUBED.COM> Organization: The Portal System (TM) Lines: 12 Ken Warner writes: >>Is it possible to sublaunch another application from Hypercard? >>Let's say I'd like to have a button called MS-Word and be able to >>click it to launch MS-Word. Is this possible? Yes, just put the following in your btn script : open appname or you could say open docname with appname .That's all there is to it. gort@cup.portal.com