I use the following code in my standalone which downloads my stack from the internet due to constant every day changes to my application. I need my customers to have the latest version every time they login:
Code: Select all
on mouseUp
put url "http://some.url.to.a.stack.on.the.web" into x
put x into url "binfile:stack.rev"
go stack "stack.rev"
end mouseUp
Does anyone have any ideas as to why I need to do here?
Thanks
Dan