Can you rename a stack located on the server something other than .livecode and have it launch? Didn't have much success when I tried, but thought I read somewhere that you could.
On Fri, May 23, 2014 at 6:42 PM, Matthias Rebbe | M-R-D < [email protected]> wrote: > Hi, > > i am not sure what you want trying to do? > Do you want your standalone to launch an exe which is hosted on a > webserver? > If so, then you first have to download it from within your standalone, put > it on the harddisk of the computer and then you can launch it > > either with get shell("start MyProgram.exe") or with the launch command > e.g. launch "MyProgram.exe" > > where MyProgram.exe is the program you downloaded and want to start. > > Regards, > > Matthias > > Am 24.05.2014 um 01:22 schrieb Shawn Blc <[email protected]>: > > > Launching a stack that resides on the server from an > > exe<http://forums.runrev.com/viewtopic.php?f=7&t=20530#p104291> > > I know you can launch a livecode stack that resides on a server through > an > > executable, but can you launch another executable? Even renaming the > > livecode stack that resides on the server to something obscure would be > > fine with password protection. Can that be done? > > _______________________________________________ > > use-livecode mailing list > > [email protected] > > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > > > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
