I'm testing with the demo RemoteScripter but the parameters sent to the script fail when I call to Get (ScriptParameter)
Startup
IF [ RemoteScripterStart ( 7244; Get ( FileName ); "Procesos Remotos" ) ≠ "ERROR" ]
Call RemoteScripter
RemoteScripterTrigger( "TECNOC21"; 7244; Home::temp_variable )
Script "Procesos Remotos"
Get(scriptparameter)
....
Thanks