Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By gobas
#40193 Hi,
first of all, many thanks for this great program.

Could you please implement an extension to the IP to reload + restart the "default" programm by this way. i.e.:

192.168.4.1/default or eventually more universal:
192.168.4.1/run?name=default

At the moment this is only possible with two commands via the editor:

192.168.4.1/edit?name=default
192.168.4.1/run

Regards
User avatar
By Mmiscool
#40215 Security wise it would not exactly be safe to do this.

This could how ever be implemented by saving a default program with the following code.

use
http://xxx.xxx.xxx.xxx/input?name=nameofprogramtorun


edited : to remove run command and use load in stead.
Code: Select allonload [run]
wait

[run]
msgget "name" appname
if appname <> "" then  load appname
wait
User avatar
By gobas
#40609 Hi,
the feature, I asked for is doable with your suggestion, but with "load appname".
"run appname" leads to a crash.
The src-code of "load" and "run" are nearly the same, whereupon "load" seems to be the correct version.
Is it possible, that "run" is obsolete?
Regards