ClassicAssist
ClassicAssist copied to clipboard
run scripts via http
Reading the documentation and looking at the examples, I saw that it is possible to make Http calls. However, I cannot figure out if it is possible to run macros that have been downloaded via http. My ideal scenario is: I have a central repository of macros and several clients just need to make an http call to download the macro and be able to execute it.
Alternatively, looking at this example https://github.com/Reetus/ClassicAssist/wiki/Advanced-Macro-Examples#using-import-clr-to-reference-a-custom-net-dll I saw that here is an example of how to load a custom DLL. But how should this DLL be created? Is there a code example I can see?
Thank you for your great tool!