there's an extra backslash in the second half:
with the moviepath &"\CD\Reader\Acrord.exe
the moviepath includes the delimiter, so you'll need to take it out
before CD.
--bh
"Mark A. Boyd" wrote:
>
> At 08:50 AM 10/19/00, Kevin Volo wrote:
>
> >on mouseup
> >set the targetline = the mouseline
> >case(targetline) of
> >1: open the moviepath &"PDF\blizt.pdf" with the moviepath
> >&"\CD\Reader\Acrord.exe"
> >end case
> >end
>
> Are there are spaces in the new directory path? If so, you may need to
> enclose both the file and the path to app in QUOTES.
>
> Or use Buddy API to get the shortFileNames
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo. Thanks!]
--
R. Bhakti Klein
Lingo Programmer, Scientific Learning
http://www.ScientificLearning.com
http://www.BrainConnection.com
**
Baritone, Wicki6
http://www.wicki6.com
***
"On Earth, you can only do little things;
but you can do them with a lot of Love."
-- Mother Theresa
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]