Scripting to trigger events outside O-S-C

Hey All (jean probably),

Just a question about the scripting - is it possible for the script to perform functions on the computer? Say you wanted to program a button that could reboot the PC, or run a batch file, open a webpage in chrom etc. Is that part of the scope of the script functionality?

1 Like

You can write a custom module and use native node modules with nativeRequire(), then anything possible with node is pretty much doable.

ah cool - will look into that, thanks again jean