> > file:\\Ws2\c\chat\chat.txt
>
> ... and this should be `file://Ws2/c/chat/chat.txt', you know that.


No, I don't know that... Why does it have to be the other slahes?

The \\ws1\c acceses another computer on the network. The rest of it is just
normal to Windows.


Thanks for the rest of the info. I will try it out all tomarrow.


 - Josh

P.S. Don't forget to 'Fall Back' your clocks tonight everyone!



----- Original Message -----
From: "andu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 27, 2001 9:49 PM
Subject: Re: Uno Problemo...


> > Josh Dye wrote:
> >
> > Hello,
> >     I was tring to figuer this out... I ahve this into a button
> > script... ON a mouseUp command I want it to do this..
> >
> >
> > put URL (Compname of this stack) into fld "Speak"
> >
> >
> > AND, in the 'CompName' property of that satck lies...
>
> Is this Compname a custom property of the stack? If so use either:
> put URL (the Compname of this stack) into fld "Speak"
> or
> put the Compname of this stack into tCompName
> put URL tCompName into fld "Speak"
>
> >
> >
> > file:\\Ws2\c\chat\chat.txt
>
> ... and this should be `file://Ws2/c/chat/chat.txt', you know that.
>
> >
> >
> > What I want it to do is make it so it will work just the same as
> > having it go...
> >
> >
> > put URL "file:\\Ws2\c\chat\chat.txt" into fld "Speak"
> >
> >
> > What do I need to change in the "put URL (Compname of this stack) into
> > fld "Speak"" script line? Anything would be helpful! Thanks!
> >
> >
> >
> >  - Josh Dye
> >
> >
>
> Andu

Reply via email to