Hello

I want to start Excel from a button in a standalone on Windows. (I know 
that this has been an issue before,) but I have tried every possible 
solution:

on mouseUp
   launch "Acrobat Reader 5.0"
end mouseUp

on mouseUp
   open process "Acrobat Reader 5.0" for neither
end mouseUp

and the tip from Ken Ray:
        
> on mouseUp
>   set the hideConsoleWindows to true
>   get shell("C:\myfile.pdf")
>   answer "Thank you!"
> end mouseUp
>
But nothing seems to work. Every help will be very nice.

/magnus


-------------------------------------------------------------------
"Br�nt barn skyr Windows."
-------------------------------------------------------------------
Studio Alice
Magnus von Br�msen
0702-212 495
0322-633 833
www.studioalice.se

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to