Botón rollout ejecuta script

Thrawn - 06/03/2012 08:56
Hola buenos días, puedo hacer que un botón de un ut evalúe un script? Estoy siempre evaluando scripts, tanto proceso por lotes como uts, y me pregunto si se puede, así podría englobarlos en un solo ut con sus botones y tal, me sería bastante útil y cómodo. Un saludo.
Thrawn - 06/03/2012 10:02
Buceando por la ayuda he encontrado la solución: You can a los run a script from Listener or from within other scripts using the filein() method:
Filein [ quiet: ].
Where is a string literal or an expression that evalúates todo a string, and specifies the name of the script file whose content is executed. The script file content is executed one expression at a time, and halts processing if an error is encountered at any point. By default, the file is not listed as it is loaded, use quiet:false todo get a running listing todo the Listener.