<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">I'm trying to create a
Revolution app that will permit the user to download any number of
files from an FTP server to their hard-drive, and then permit them to
launch that document with it's proper owner.<br>
<br>
I've got the FTP/downloading process working, and the filetypes set
properly, however if I then do a "launch <filename.doc>", for
some reason Rev starts the OS 8/9 startup classic mode process.  I know
that the launch command provides me the option to define the exact path
to the application, but the user can move their apps around.  <br>
<br>
Would it be possible to use an Applescript method instead for this type
of thing?<br>
</font></font>
</body>
</html>