Re: Here's a strange one
Re: Here's a strange one
- Subject: Re: Here's a strange one
- From: Shane Stanley <email@hidden>
- Date: Fri, 20 Apr 2001 13:47:54 +1000
On 20/4/01 9:53 AM +1000, Daniel Robinson, email@hidden, wrote:
>
At the end of applet "Main" is the line"
>
>
run script alias "Macintosh HD:System Folder:Tasks:Main 2"
>
>
Occasionally, unpredictably, and on different machines, that line becomes:
>
>
run script alias "Macintosh HD:Applications:Adobe Premiere. 6.0
>
:Help:images:spherize.gif"
>
>
or some other seemingly random file.
Try using a variable, which will orce the alias to be built at run time:
set main2Path to "Macintosh HD:System Folder:Tasks:Main 2"
run script alias main2Path
--
Shane Stanley, email@hidden