Mark I see how this works, but how do I run it ? as the url ? Thanks for your help. Michale
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wieder Sent: Tuesday, March 01, 2005 11:15 AM To: How to use Revolution Subject: Re: Newbie Here Michael- Tuesday, March 1, 2005, 3:39:53 AM, you wrote: M> Thanks for the quick reply. I would like to add the executables inside M> the application and run the exe's from within RR. So I don't have to M> drop them into a folder on the PC and cause any version problems. Or I M> could drop the files to the PC in a temp dir then remove the files M> during exit. I see the "copy files" under standalone application M> settings is this the appropriate place to include files for the app ? M> Not sure of the function with the copy files option ? Thanks Michael I'm not convinced that's a good idea (you're bound to run into permissions problems and other such Windows annoyances), but if you have to follow through with it, you might consider storing the binary executables in custom properties and unleashing them when necessary. set the exeFile of button "RunMe" to url "binfile:c:/myFile.exe" put the exeFile of button "RunMe" into url "binfile://pequod/x/z.exe" -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
